Forum Replies Created

Viewing 20 posts - 1,441 through 1,460 (of 12,034 total)
  • Author
    Posts
  • in reply to: Menu and search not showing on a mobile website #287040
    Skandha
    Participant

    @misso: Hello there,
    Can you please attach a screenshot of the issue at your end?

    Kind Regards,
    Skandha

    in reply to: Audio for YouTube Header Media #287028
    Skandha
    Participant

    @damocles: Hello there,
    Header Videos don’t have sound that is the default WordPress Feature. To have sound in the header video you will need to use our plugin Header Enhancement Plugin.

    Kind Regards,
    Skandha

    Skandha
    Participant

    @cadesign: Hello there,
    I checked your site on Chrome and the menu seems to be working fine. Can you please clear your browser cache and check again?

    Let me know if the issue persists!
    Kind Regards,
    Skandha

    in reply to: catchShop slider not working on free version #287004
    Skandha
    Participant

    @mukalazi: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width: 35.5em) {
        ul.products.columns-3 li.product {
            width: 50%;
        }
        ul.products.columns-3 li.product:nth-child(2n+1) {
            clear: both;
        }
    }
    @media screen and (min-width: 64em) {
        ul.products.columns-3 li.product {
            width: 33.33%;
        }
        ul.products.columns-3 li.product:nth-child(2n+1) {
            clear: none;
        }
        ul.products.columns-3 li.product:nth-child(3n+1) {
            clear: both;
        }
    }

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

    in reply to: gap between sections on homepage #287001
    Skandha
    Participant

    @hansh: Hello Hans,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home #content {
        padding-bottom: 0;
    }
    .home #featured-content-section {
        padding-top: 0;
    }

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

    in reply to: Add a background to Newsletter #287000
    Skandha
    Participant

    @mppadmos: Hello Michel,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .footer-newsletter {
        background-image: url( https://www.accurateblack.com/wp-content/uploads/2021/06/cropped-cropped-ACC-Background.jpg);
    }

    Replace the URL with the image URL of your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Header image responsivity #286999
    Skandha
    Participant

    @w1ck: Hello there,
    You will need to first create a wordpress.org account and then login to your account to be able to create topics or add a review.

    Hope this helps you out!
    Kind Regards,
    Skandha

    in reply to: Menu and search not showing on a mobile website #286980
    Skandha
    Participant

    @misso: Hello there,
    Can you please add } after the code color: #05a9c5; in your Additional CSS Code and it should work.

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

    in reply to: Menu and search not showing on a mobile website #286972
    Skandha
    Participant

    @misso: Hello there,
    Can you please add the code above in the Additional CSS section so that I can debug the issue on your site.

    Kind Regards,
    Skandha

    in reply to: Header image text block #286970
    Skandha
    Participant

    @paul-mac: Hello Paul,
    If you are using Post,Page or Category type Featured Slider you will need to edit the post/pages you have selected in the slider. If you are using Custom Type then you will need to insert text into the Title and Content fields in the customizer.

    Let me know if this solves your issue.
    Kind Regards,
    Skandha

    in reply to: Header image text block #286968
    Skandha
    Participant

    @paul-mac: Hello Paul,
    Can you please post in your site URL and let me know which text you are referring to?

    Kind Regards,
    Skandha

    in reply to: Menu and search not showing on a mobile website #286963
    Skandha
    Participant

    @misso: Hello there,
    Can you please try adding the following Code instead of the above one?

    @media screen and (max-width: 990px) {
    	#masthead {
    	    display: block;
    	}
    }

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

    in reply to: Menu and search not showing on a mobile website #286955
    Skandha
    Participant

    @misso: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #masthead {
        display: block;
    }

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

    in reply to: catchShop slider not working on free version #286934
    Skandha
    Participant

    @mukalazi: Hello there,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    in reply to: Scroll-down Button Color – Header Media #286933
    Skandha
    Participant

    @candisterling: 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/zubin/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

    in reply to: Header image responsivity #286908
    Skandha
    Participant

    @w1ck: 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/corporate-biz/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

    Skandha
    Participant

    @w1ck: Hello Michel, 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/audioman/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

    in reply to: Featured Contet with only 1 column #286893
    Skandha
    Participant

    @tinus53: Oh, Nevermind then. Let me know if you have anymore issues. Have a great weekend! 🙂

    Kind Regards,
    Skandha

    in reply to: menu on iPad #286891
    Skandha
    Participant

    @hansh: Hello Hans,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width: 1023px) {
        #site-header-cart {
            display: none;
        }
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    Skandha
    Participant

    @mppadmos/: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-header-text {
        color: #f1a208 !important;
    }

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

Viewing 20 posts - 1,441 through 1,460 (of 12,034 total)