Forum Replies Created

Viewing 20 posts - 4,101 through 4,120 (of 12,027 total)
  • Author
    Posts
  • in reply to: Top of the page search function and page title #258188
    Skandha
    Participant

    @nhb201: Hello Nick, 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/simclick/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: Top of the page search function and page title #258186
    Skandha
    Participant

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

    .site-header-main {
        display: none;
    }

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

    in reply to: Link to picture gallery in Story #258183
    Skandha
    Participant

    @donatosi: Hello Milena,
    It is not possible to open the link image but it is possible to disable the link.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #story-section .post-thumbnail {
        pointer-events: none;
    }

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

    in reply to: Top of the page search function and page title #258181
    Skandha
    Participant

    @nhb201: Hello Nick,
    The above code should remove the search function even on mobile phone. I checked your site on my phone and didn’t see the search function. Can you please check again?

    Kind Regards,
    Skandha

    in reply to: Slider no longer working #258180
    Skandha
    Participant

    @xtian: Hello Christian,
    I checked your site but you do seem to be using the default demo slider that comes with the theme. Can you please check again?

    Kind Regards,
    Skandha

    in reply to: how to change menu color for mobile #258179
    Skandha
    Participant

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

    @media screen and (max-width: 812px) {
    	#menu-toggle, .main-navigation a {
    	    background-color: #2581aa;
    	}
    	.header-sidebar .widget ul.menu a {
    		color: #fff;
    	}
    }

    You can change the color according to your choice.
    Let me know if this is what you want!
    Kind Regards,
    Skandha

    in reply to: Mobile Menu does not works in WP 5.5 #258178
    Skandha
    Participant

    @twin6: Hello there,
    Please use the following CSS Code instead of the above one.

    @media screen and (max-width: 767px) {
    	#menu-toggle, .main-navigation a {
    	    background-color: #000;
    	}
    	.header-sidebar .widget ul.menu a {
    		color: #fff;
    	}
    }

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

    in reply to: Changing Footer Sizes #258172
    Skandha
    Participant

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

    #tertiary, #tertiary .widget {
        padding: 0;
    }

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

    in reply to: social menu #258169
    Skandha
    Participant

    @toerfiets: Glad you figured it out. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: size text search results #258168
    Skandha
    Participant

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

    .search-results .page-title.section-title {
        font-size: 18px;
    }

    You can change the font size according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Instagram Widget isn’t working #258167
    Skandha
    Participant

    @sebastiaanhorn: Hello there,
    I will look into the issue and update you soon on this.

    Kind Regards,
    Skandha

    in reply to: Header Video Mobile Issue #258107
    Skandha
    Participant

    @johnnyorourke: Hello there,
    I used the same video at my end and it seems to be working fine with the plugin.
    Can you please activate the plugin on your site and let me know what issue you are facing?

    Kind Regards,
    Skandha

    in reply to: Catch Adaptive how to make header smaller? #258093
    Skandha
    Participant

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

    Kind Regards,
    Skandha

    in reply to: Not able to remove template button and text in header #258092
    Skandha
    Participant

    @odduaproductionsgmail-com: Hello there,
    I don’t see the text anymore on your site. Were you able to resolve the issue?

    Kind Regards,
    Skandha

    in reply to: Catch Everest Pro 4.3 menu format issue after update #258050
    Skandha
    Participant

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

    Kind Regards,
    Skandha

    in reply to: Catch Everest Pro 4.3 menu format issue after update #258049
    Skandha
    Participant

    @hastings: Hello there,
    There seems to be a little issue with the page menu. The issue will be fixed and an update will be released soon. I will let you know when the is released.

    Kind Regards,
    Skandha

    in reply to: Mobile Menu does not works in WP 5.5 #258044
    Skandha
    Participant

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

    #menu-toggle, .main-navigation a {
        background-color: #000;
    }
    .header-sidebar .widget ul.menu a {
    	color: #fff;
    }

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

    in reply to: Scrolling on homepage #257966
    Skandha
    Participant

    @nitani10: Hello Nitan,
    I checked your site and you seem to have activated Twenty Twenty theme. Can you please activate Catch Fullscreen so that I can look into the issue?

    Kind Regards,
    Skandha

    in reply to: Rock band front page #257957
    Skandha
    Participant

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

    Kind Regards,
    Skandha

    in reply to: Top of the page search function and page title #257956
    Skandha
    Participant

    @nhb201: Hello Nick,
    To remove the search function
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .search-social-container, .search-container {
        display: none !important;
    }

    The page title that you are referring to is the Menu. Do you want remove that too?

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

Viewing 20 posts - 4,101 through 4,120 (of 12,027 total)