Forum Replies Created

Viewing 20 posts - 161 through 180 (of 1,154 total)
  • Author
    Posts
  • in reply to: How to remove search box from home page? #178767
    sapana
    Participant

    @rdangel07: -If you want to disable the header section then you can follow this steps

    Go to=> Appearance=> Customize=> Theme Options=> Header Options=> Check to disable the header options(which will also disable search options in header section)

    -If you want to hide the search option from the header section without disabling the header top part, then you can add this css
    Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    #header-search {
        display: none;
    }

    Let me know if this helps you out!

    Kind Regards,
    Sapana

    sapana
    Participant

    @catwingz: Please post in your site URL so that I can provide you additional css code to move that tagline position.

    Kind Regards,
    Sapana

    sapana
    Participant

    @jamesmwhite70: I will look into that issue and get back to you soon.

    Kind Regards,
    Sapana

    in reply to: Homepage featured content scroll to high #178760
    sapana
    Participant

    @bertus: This issue will be fixed in next theme update , I will let you know when theme update is available.

    Kind Regards,
    Sapana

    in reply to: mobile phone off centred #178759
    sapana
    Participant

    @hoddbarnesdickins: Yes I have got a mail but I am not able to reset the password, Can you please send me username and password in my mail.

    Kind Regards,
    Sapana

    in reply to: mobile phone off centred #178630
    sapana
    Participant

    @hoddbarnesdickins: I have send the mail in your hotmail account id so you can send me your admin credential through that mail. If you haven’t receive any mail then you can mail me at [email protected]

    Kind Regards,
    Sapana

    sapana
    Participant

    @jamesmwhite70: I just visited your site and notice that top with poorly formatted bullets as well as the geo coordinates of the photo is appearing because of adding the elementor section. So please try to deactivate that plugin and recheck your site again.

    Let me know how everything works out!

    Kind Regards,
    Sapana

    in reply to: mobile phone off centred #178617
    sapana
    Participant

    @hoddbarnesdickins: If you want to remove that text from the header image then you can use the following css code
    Go to=> Appearance=> Customize> Additional CSS=> add the following css code

     .archive.post-type-archive .entry-container {
        display: none;
    }

    Can you provide me your admin access I will help updating your theme to the latest version if you are comfortable with this. I will shortly contact you by mail.

    Kind Regards,
    Sapana

    sapana
    Participant

    @catwingz: Column option is only available in Pro version, I have attached the screenshot you can take a look. Screenshot you have attached is of increasing the number item in feature content. Please post in your site url so that I can see your sidebar issue in home page.

    Kind Regards,
    Sapana

    in reply to: mobile phone off centred #178519
    sapana
    Participant

    @hoddbarnesdickins: Hello hoddbarnesdickins, new update is also releasing soon you can update after few days, did you do same procedure as soon in video while updating?

    -For decreasing the product page header section add following css code
    Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    .product-template-default.single-product .custom-header-content.entry-content-wrapper.sections {
        padding: 10px 65px;
    }

    You can change the value of padding as per your requirement but only change 10px value only.
    let me know if this works out!

    Kind Regards,
    Sapana

    in reply to: mobile phone off centred #178501
    sapana
    Participant

    @hoddbarnesdickins:-For centering the title in home page
    Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    .custom-header-content.entry-content-wrapper.sections {
        margin-right: 25px !important;
    }

    -For removing the scrolling issue
    I just checked your site you are using 2.1.3 version please update to 2.1.4 where scrolling issue is being fixed

    Please change the data-anchor name of the featured content section it matches with the section id name due to which there is occurring the scrolling conflict. Please follow this steps:
    step 1: Go to=> Appearance=> Customize=> Theme Options=> Full Page Options=> Anchor Id=> Feature Content => put featured-content only
    step 2: Save/Publish

    – For Woocommerce page logo issue please add the following css code

    .custom-logo {
        max-width: 180px !important;
    }

    let me know if this works out!

    Kind Regards,
    Sapana

    in reply to: Post/Page Titles hidden when viewing on smaller screens #178489
    sapana
    Participant

    @zmori: Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    @media screen and (max-width: 550px) {
     .site-identity {
        display: inline-block !important;
        margin:15px;
      }
    }

    – Your logo size is too big you can control the logo size so that site title and tagline will display more appropriately in mobile device

    .custom-logo {
        max-width: 135px;
    }

    let me know if this works out!

    Kind Regards,
    Sapana

    in reply to: Homepage featured content scroll to high #178427
    sapana
    Participant

    @bertus: Hello bertus, I will look into that issue and come back to you soon.

    Kind Regards,
    Sapana

    in reply to: How to add Mailchimp subscription Pop-up form? #178425
    sapana
    Participant

    @mxrodrigues: Widget called Newsletter Section is available in Izabel Pro, which will allow you to add the widgets before footer section. If you are using mail chimp to add the subscription box then you can use this widgets section else you can also use our Essential Widgets Pro plugin to add your subscription form in Newsletter widget section. I have attached the screenshot hope this will make you more clear.

    Kind Regards,
    Sapana

    in reply to: Table words split #178417
    sapana
    Participant

    @martystl: We have other latest photography themes, please visit this link and check out. You can choose the one that meets your requirement. If you are looking for more robust theme than fotografie then you can check out features of Bold Photography Pro. If you really like it then you can go for it.

    Kind Regards,
    Sapana

    in reply to: Trying to recreate your gallery page on my site. #178416
    sapana
    Participant

    @zmori: You are most welcome, let me know of any difficulties you come across while using our theme and plugins.

    Kind Regards,
    Sapana

    in reply to: How to remove search box from home page? #178415
    sapana
    Participant

    @bmart: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/izabel/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: How to remove search box from home page? #178325
    sapana
    Participant

    @bmart:Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    .home #search-container-main {
        display: none;
    }

    Let me know if this works out!

    Kind Regards,
    Sapana

    in reply to: Table words split #178322
    sapana
    Participant

    @martystl:Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    .entry-content table, .entry-content table td, .entry-content table tr {
     word-break: keep-all;
    }

    Let me know if this works out!

    Kind Regards,
    Sapana

    in reply to: Renewed my subscription error message on theme update #178319
    sapana
    Participant

    @ddcatm: If you have already renew your subscription then you follow this procedure
    step 1: you’ll need to first download the theme from your https://catchthemes.com/my-account/ page.
    step 2:Then install Catch Web Tools plugin and activate Catch Updater Module. https://wordpress.org/plugins/catch-web-tools/

    You can also check the tutorial video in the link below: https://www.youtube.com/watch?v=W95SuabDZi8 For more, check out theme instructions at https://catchthemes.com/theme-instructions/clean-box-pro/#updating

    Let me know if this helps you out!

    Kind Regards,
    Sapana

Viewing 20 posts - 161 through 180 (of 1,154 total)