Forum Replies Created

Viewing 20 posts - 1,421 through 1,440 (of 12,034 total)
  • Author
    Posts
  • in reply to: Audio for YouTube Header Media #287182
    Skandha
    Participant

    @damocles: 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/plugin/header-enhancement/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: breadcrumb background color #287172
    Skandha
    Participant

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

    .breadcrumb-current {
        background-color: #000 !important;
        color: #fff !important;
    }

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

    in reply to: Featured Slider – Random Option #287155
    Skandha
    Participant

    @konmanos: Hello there,
    I will need to look into your site to debug the issue. I have sent you an email. Please check your inbox as well as the spam folder.

    Kind Regards,
    Skandha

    in reply to: Primary menu is missing #287137
    Skandha
    Participant

    @paul-mac: Hello Paul,
    I will need to look into your site to debug the issue. I have sent you an email. Please check your inbox as well as the spam folder.

    Kind Regards,
    Skandha

    in reply to: 3 Specific Items – Need Help #287132
    Skandha
    Participant

    @swiftyrox: Helo there,
    Do you want to remove the Header Text on all the pages? If so please add the following CSS code in the Additional CSS section.

    body:not(.home) .custom-header-content .section-title.entry-title {
        display: none;
    }

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

    in reply to: Conflict between wp bakery and elementor #287129
    Skandha
    Participant

    @neiculus: Hello Lucie,
    I will need to look into your site to debug the issue. I have sent you an email. Please check your inbox as well as the spam folder.

    Kind Regards,
    Skandha

    in reply to: Move up featured video on Home/Front Page #287127
    Skandha
    Participant

    @mppadmos: Hello Michel,
    Do you mean to have the Youtube Video on the top of your homepage with out the logo text and overlay?

    Kind Regards,
    Skandha

    in reply to: Featured Slider – Random Option #287125
    Skandha
    Participant

    @konmanos: Hello there,
    Don’t you find this option at your end?
    Go to => Appearance => Customize => Featured Slider => Slider Options => Check to Randomize Slider Image and Publish.

    Kind Regards,
    Skandha

    in reply to: Primary menu is missing #287120
    Skandha
    Participant

    @paul-mac: Hello Paul,
    Can you please try deactivating Maxmegamenu plugin you are using and check if the primary and secondary menu show up?

    Kind Regards,
    Skandha

    in reply to: Fake and scamming content #287114
    Skandha
    Participant

    @alexdm: Thank you for reporting. The user has been blocked from the forum.

    Kind Regards,
    Skandha

    in reply to: Primary menu is missing #287112
    Skandha
    Participant

    @paul-mac: Hello Paul,
    I don’t see any menu on your site not even the Secondary Menu. Also there seems to be a js error on Console of the browser.
    Uncaught TypeError: jQuery(…).htnl is not a function

    Kind Regards,
    Skandha

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

    @misso: 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/clean-magazine/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: breadcrumb background color #287102
    Skandha
    Participant

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

    #breadcrumb-list {
        background-color: #000;
    }

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

    in reply to: 3 Specific Items – Need Help #287100
    Skandha
    Participant

    @swiftyrox: Helo there,
    1. To change the “Archive” text in the blog page
    Go to => Appearance => Customize => Theme Options => Homepage / Frontpage Options = Posts Page Header Text => Edit the text and Publish.

    2 & 3.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To remove the search in the Primary Menu */
    #primary-search-wrapper, .mobile-social-search .search-container {
        display: none;
    }
    
    /* To fix menu color issue on mobile menu */
    @media screen and (max-width: 1200px) {
    	#site-navigation a {
    		color: #000;
    	}
    	.menu-inside-wrapper .main-navigation .nav-menu .current_page_item > a {
    		color: #0688ff !important;
    	}
    }

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

    in reply to: Featured Slider – Random Option #287094
    Skandha
    Participant

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

    Kind Regards,
    Skandha

    Skandha
    Participant

    @catherinebpage: 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-base/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: Post category not showing #287090
    Skandha
    Participant

    @catwingz: Hello there,
    This seems to be a little bug in the theme which has been fixed. The option Check to Enable Archive/Blog Posts Meta has been added to the Theme Options. I will let you know when the updated is released.

    Kind Regards,
    Skandha

    in reply to: Move up featured video on Home/Front Page #287077
    Skandha
    Participant

    @mppadmos: Hello Michel,
    For that you can use the Header Video feature itself.

    Go to => Appearance => Customize => Header Video => Enter a YouTube URL => Insert the youtube URL and Publish.

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

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

    @misso: Hello there,
    Can you please add the code at the end of your Additional CSS section?

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

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

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

    @hansh: Glad it worked out. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 20 posts - 1,421 through 1,440 (of 12,034 total)