Forum Replies Created

Viewing 20 posts - 701 through 720 (of 1,154 total)
  • Author
    Posts
  • in reply to: Empty space below menu #163611
    sapana
    Participant

    @clydspyd: Please post in your site URl so that I can look into that issue and provide you with possible solution.

    Kind Regards,
    Sapana

    in reply to: Cannot set background image #163610
    sapana
    Participant

    @citernate: Background Image are only visible in the box layout. The layout featured to select the box options is only available in the Pro version. We are really sorry to say this but featured to select the Background Image has been mistakenly added in free version.

    Kind Regards,
    Sapana

    sapana
    Participant

    @pcaucr: I will need to check your admin settings to look into the issues . Can you please give me your admin access if that okay so that I can look into that issue,I will shortly contact you by mail.

    Kind Regards,
    Sapana

    in reply to: hide Extra Header Widget Area on single pages #163248
    sapana
    Participant

    @marie21: If you have already provide the review then you cannot add the next review, Thank you marie for your genuine review on our theme.

    Kind Regards,
    Sapana

    in reply to: hide Extra Header Widget Area on single pages #163246
    sapana
    Participant

    @marie21: You must login to WordPress.org account to post your review.

    Kind Regards,
    Sapana

    in reply to: hide Extra Header Widget Area on single pages #163244
    sapana
    Participant

    @marie21:Hello marie21,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-responsive/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.

    Kind Regards,
    Sapana

    in reply to: hide Extra Header Widget Area on single pages #163242
    sapana
    Participant

    @marie21: Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code

    .siteorigin-widget-tinymce.textwidget {
    display: none;
    }

    Let me know if this works out!

    Kind Regards,
    Sapana

    in reply to: hide Extra Header Widget Area on single pages #163240
    sapana
    Participant

    @marie21: Can you please explain me which section you want to hide? I have send screenshot can you take a look.

    Kind Regards,
    Sapana

    in reply to: CT:Tour open link in new window #163230
    sapana
    Participant

    @erich74: For now this options isn’t available, but this option will be soon be added in new theme update. I will let you know after the theme is update.

    Kind Regards,
    Sapana

    in reply to: hide Extra Header Widget Area on single pages #163228
    sapana
    Participant

    @marie21:Please post in your site Url so that I can look into that issue.

    Kind Regards,
    Sapana

    in reply to: Adventurous Slider Text Color #163223
    sapana
    Participant

    @bobgarretthomenetworks-co-uk: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/adventurous/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.

    Kind Regards,
    Sapana

    in reply to: Events Position/Location #163222
    sapana
    Participant

    @gabelst: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/my-music-band/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.

    Kind Regards,
    Sapana

    sapana
    Participant

    @pcaucr: This may be due to plugin conflict.Deactivate all the plugin and recheck your site again. Please follow this instruction. Let me know if this trick helps you out!!

    Kind Regards,
    Sapana

    in reply to: Adventurous Comment Area #163187
    sapana
    Participant

    @bobgarretthomenetworks-co-uk: Glad to know that you figure it out. Have a good Day!!

    Kind Regards,
    Sapana

    sapana
    Participant

    @asiabet33: You seems to be using other theme.This support forum is only for issues related to Catch Themes. Please post in your issues in the respected support forum, hope that they can help you out!

    Kind Regards,
    Sapana

    in reply to: Events Position/Location #163169
    sapana
    Participant

    @gabelst: If you are using the Pro version then there is the featured called Section Sorter which helps to manage the location of different section.
    Go to=> Appearance=> Customize=> Theme Options=> Section Sorter=> Drag and Move the Event Section as per your requirement.

    Let me know if this works out!

    Kind Regards,
    Sapana

    in reply to: Adventurous Comment Area #163167
    sapana
    Participant

    @bobgarretthomenetworks-co-uk: If you want to disable the comment section in page then follow the steps:
    step1: Go to the edit page.
    Step2: On the right side you can see Discussion meta box. Uncheck the Allow Comment Section.
    step 3: Update/ Save it.
    Let me know if this helps you out!

    Kind Regards,
    Sapana

    in reply to: Adventurous Slider Text Color #163160
    sapana
    Participant

    @bobgarretthomenetworks-co-uk: Every thing seems to be fine in my end, Please check out the screenshot. Can you please clear your browser cache.If you want to change the slider text color, you can use following CSS
    Go to=> Appearance=> Customize=>Additional CSS and add the following CSS code

    .entry-title a{
    color: #FF0000 !important;
    }

    Let me know if this works out!

    Kind Regards,
    Sapana

    in reply to: Footer Padding #163097
    sapana
    Participant

    @jamietallman: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.

    Kind Regards,
    Sapana

    in reply to: Add Custom Page Template #162999
    sapana
    Participant

    @californiasteve: Do you want to remove the sidebar and the footer from the all the page? If yes then you can use following code.
    /* to remove footer from other page not in home*/
    Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code.

    body:not(.home) #colophon{
    display: none;
    }

    /*To remove sidebar from other page not in home*/
    Go to=> Appearance=> Customize=> Theme Options=> Layout Options=>Default Layout=> Content Primary Sidebar
    Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code

    body:not(.home) aside.sidebar {
        display: none;
    }
    
    body:not(.home) .content-area {
        width: auto;
        float: none;
    }

    Let me know if this help you out!

    Kind Regards,
    Sapana

Viewing 20 posts - 701 through 720 (of 1,154 total)