Forum Replies Created

Viewing 20 posts - 4,021 through 4,040 (of 12,027 total)
  • Author
    Posts
  • in reply to: comments section #258893
    Skandha
    Participant

    @toerfiets: Hello Hans,
    For the website field
    For the URL field
    Go to => Appearance => Customize => Theme Options => Comment Options => Toggle on the option Website Field and Publish.

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

    in reply to: modifying header images #258892
    Skandha
    Participant

    @planarknight: Hello there,
    I have sent you an email. Please check your inbox as well as the spam folder.

    Kind Regards,
    Skandha

    in reply to: Changing color of Food Menu item #258891
    Skandha
    Participant

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

    #post-100 .entry-content > p {
        color: #f23456;
    }

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

    Skandha
    Participant

    @toerfiets: Hello Hans,
    When other people comment on your post you will need to fist approve them for the comments to be seen. You will need to
    Go to => Dashboard => Comments => Approve the comments here.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    in reply to: last question solved #258888
    Skandha
    Participant

    @toerfiets: Glad you figure it out. Have a great weekend! 🙂

    Kind Regards,
    Skandha

    in reply to: Demo content files #258887
    Skandha
    Participant

    @iqbalmbadhan: Hello there,
    I have emailed you the demo content files along with the instructions. Please check your inbox as well as the spam folder.

    Kind Regards,
    Skandha

    in reply to: modifying header images #258836
    Skandha
    Participant

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

    Kind Regards,
    Skandha

    in reply to: Margins within table cells #258830
    Skandha
    Participant

    @tiredgit: Hello David, 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-box/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: Mobile Responsiveness Issues – Galaxy S10e #258824
    Skandha
    Participant

    @nitani10: Hello there,
    The footer#colophon div seems to be inside #content div in other pages whereas on the Contact Us page footer#colophon div is outside #content div and that is how it should be. I think the footer issue maybe due to the smart slider plugin you are using.

    Kind Regards,
    Skandha

    in reply to: sticky menu #258821
    Skandha
    Participant

    @toerfiets: Hello Hans,
    I have replied to this issue in an email. Please check your inbox as well as the spam folder.

    Kind Regards,
    Skandha

    in reply to: Suggestion for improvement #258806
    Skandha
    Participant

    @henebe: Hello Heinz, 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-fullscreen/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: Remove extra white space on header where logo is present. #258805
    Skandha
    Participant

    @jessicamorante: Hello there,
    I don’t see any space after the menu. I am getting Oops! That page can’t be found. message in all your pages.

    Kind Regards,
    Skandha

    in reply to: Widgets title in orange #258804
    Skandha
    Participant

    @henebe: Hello Heinz, 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-fullscreen/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: Where to get demo content files to download a demo theme #258803
    Skandha
    Participant

    @fackel: Hello there,
    I have replied to your email. Please check.

    Kind Regards,
    Skandha

    Skandha
    Participant

    @emilya: Hello there,
    To order the section according to your choice you will need to use the Section Sorter feature.

    Go to => Appearance => Customize => Theme Options => Section Sorter => Reorder the sections and Publish.

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

    in reply to: modifying header images #258798
    Skandha
    Participant

    @planarknight: Hello there,
    To disable header media overlay on other pages except homepage
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body:not(.home) .custom-header::after {
        background-color: rgba(0,0,0,0);
    }

    To enabled Header Image only on specific pages
    Edit that page/post => Simclick Pro Options => Header Featured Image Options => Select Enable and Update the page/post.

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

    in reply to: How could I always center “footer editor options” #258797
    Skandha
    Participant

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

    .site-info {
        margin: 0 auto;
    }

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

    in reply to: comments section #258796
    Skandha
    Participant

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

    #respond #reply-title, #respond .comment-notes {
        text-align: left;
    }

    For the URL field
    Go to => Appearance => Customize => Theme Options => Comment Options => Toggle on the option Website Field and Publish.

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

    in reply to: Updating failed. The response is not a valid JSON response. #258783
    Skandha
    Participant

    @bigoslesli: Hello there,
    I will look into this issue and get back to you soon.

    Kind Regards,
    Skandha

    in reply to: Widgets title in orange #258781
    Skandha
    Participant

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

    #custom_html-4 .widget-title {
        color: #f80;
    }

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

Viewing 20 posts - 4,021 through 4,040 (of 12,027 total)