Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #159477
    twin6
    Participant

    Hi there, there used to be the little white dots (choosers) at the bottom of the images that you can chick on to see different slides. I noticed once it’s hits 20 slides, the dots disappeared (but they will flash when the slides fade into each other), and at 19th slide, the dots are still there. Is that deliberately setup this way or is it a bug?

    Thank you.

    #159489
    Skandha
    Participant

    @twin6: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    #161539
    twin6
    Participant

    @Skandha, sorry I didn’t get a notification about your reply! Here is my site: http://www.luxeweddings.ca, you will see, there are only 19 slides, if I add 1 more, the white dots (choosers) will disappear and flash in a weird way.

    I also just posted another question about the footer area.

    Thank you.

    #161540
    twin6
    Participant

    Actually, got a 3rd question…. is it possible to center the logo (and make the top menu as secondary menu bar) so both logo and top menu are centered?

    Thank you!

    #161725
    Skandha
    Participant

    @twin6: Regarding the slider dots issue when exceeding 19 slides.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #controllers {
    	z-index:25;
    }

    To center logo and the top menu
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width:961px) {
    	#header-top, #header-right {
    		float:none !important;
    		clear:both;
    		text-align:center;
    	}
    	#site-logo, #hgroup {
    		display:block !important;
    		float:none !important;
    	}
    	.header-sidebar .widget {
    		float:none !important;
    	}
    	.header-sidebar .menu, .header-sidebar .widget_text {
    		float:none !important;
    	}
    	#header-left {
    		display:flex !important;
    		justify-content:center;
    		float:none !important;
    	}	
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #161885
    twin6
    Participant

    @Skandha, both slides and centering logo/menu are working. Thank you!

    How do I center my copyright? (it now looks funny floating left)…

    #161908
    Skandha
    Participant

    @twin6: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #site-generator .site-info {
    	text-align:center;
    }

    Let me know if this does the trick!
    Kind Regards,
    Skandha

    #161977
    twin6
    Participant

    @Skandha, yes everything works! Thank you so much for your help!

    #162014
    Skandha
    Participant

    @twin6: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-kathmandu/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    #164051
    twin6
    Participant

    @Skandha, just left a 5* review. Thank you very much. 🙂

    #164054
    Skandha
    Participant

    @twin6: Thank you very much. Let me know if you have any more issues. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Featured Slider Chooser’ is closed to new replies.