Forum Replies Created

Viewing 20 posts - 701 through 720 (of 1,144 total)
  • Author
    Posts
  • in reply to: hide Extra Header Widget Area on single pages #163248
    sapana
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

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

    Kind Regards,
    Sapana

    sapana
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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

    in reply to: Footer Padding #162996
    sapana
    Member

    @jamietallman: Please remove the previous added code and add the following code.
    Go to=> Appearance=> Customize=> Additional CSS=> Add the following CSS code
    /*Change the footer color*/

    #site-generator {
        background-color: #FFFFFF !important;
    }
    #footer-left-content {
        color: #A9A9A9;
    }

    /*change the padding of footer widgets*/

    #supplementary .widget {
       padding: 0 20px;
    }

    Let me know if this helps you out!

    Kind Regards,
    Sapana

    in reply to: Text on slider image hard to see #162995
    sapana
    Member

    @bwgi: Yes of course you will get more control over theme, Please check out the features available in Pro theme. Let me know if you face any problem after updating the theme, It will be my pleasure to help you.

    Kind Regards,
    Sapana

    in reply to: Adonis strange malfunction #162994
    sapana
    Member

    @toro-lx-series-riding-mower-review: 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 helps you out!

    Kind Regards,
    Sapana

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