Forum Replies Created

Viewing 20 posts - 5,721 through 5,740 (of 12,027 total)
  • Author
    Posts
  • in reply to: Not able to update Simple Catch Pro theme #241262
    Skandha
    Participant

    @sanket: Hello there,
    Since the automatic updates was added in version 4.0 and as you seem to be using version 3.6.1 so for this time you will need to update the theme manually.

    You’ll need to first download the theme from your https://catchthemes.com/my-account/ page. Then install Catch Web Tools plugin and activate Catch Updater Module.
    Please 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/frequently-asked-questions/#question-update-1

    Let me know if you are still having issues updating the theme.

    Kind Regards,
    Skandha

    in reply to: Chique Pro remove page title #241249
    Skandha
    Participant

    @viennayeung: Hello Vi,
    If you want to remove page titles in all the pages remove all the CSS Code you have added and add the following CSS Code.

    .page .custom-header .entry-title, .blog .custom-header .entry-title {
        display: none;
    }

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

    in reply to: Still no Post Loop #241245
    Skandha
    Participant

    @fireflywebs: Hello there,
    We use post loops in all our themes. You can check the index.php of our themes.
    I don’t know how the post loop widget works on Lucida, Clean Education and not on Catch Inspire and Solid Construction because code used is the same. This might take a while as we are trying to figure out the issue. I will update you soon.

    Kind Regards,
    Skandha

    in reply to: Left Align or Lower Title and Tagline #241244
    Skandha
    Participant

    @coachnancyk: Let me know if you have anymore issues.

    Kind Regards,
    Skandha

    in reply to: Switch from free to Pro not possible #241243
    Skandha
    Participant

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

    /* To have soundcloud icon */
    #menu-item-591 a::before {
        content: '\f1be';
    }

    The fallback image issue has been resolved and an update will be released soon. I will let you know when the update is resolved.

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

    in reply to: Header Menu #241242
    Skandha
    Participant

    @coachnancyk: Let me know if you have anymore issues.

    Kind Regards,
    Skandha

    in reply to: Header Photo Different On Homepage #241241
    Skandha
    Participant

    @coachnancyk: Hello there,
    Different image seems to be used on the homepage and Emotional Traffic 101.
    The image in the homepage has 1167*720px and the image in Emotional Traffic 101 page has dimensions 1167*499px.

    This maybe the reason the header image on the homepage is showing up differently.
    Let me know if this solves the issue.
    Kind Regards,
    Skandha

    in reply to: Not able to update Simple Catch Pro theme #241240
    Skandha
    Participant

    @sanket: Hello there,
    When you first purchase a theme it comes with an initial 1 year subscription. So the license key will work until the expiry date. After that you will need renew your theme subscription to be able to download newer theme updates. For more information please check out our terms and condition.

    Kind Regards,
    Skandha

    in reply to: Upgrade to WordPress 5.4 and issues with Theme Options #241239
    Skandha
    Participant

    @stafca: Hello Staf,
    I will need to look into your site to debug the issue. I will contact you shortly by email.

    Kind Regards,
    Skandha

    in reply to: browsers difference #241177
    Skandha
    Participant

    @4-allee-des-melezes: Hello Bruno,
    I will look into the issue and get back to you soon.

    Kind Regards,
    Skandha

    in reply to: remove double line under post #241170
    Skandha
    Participant

    @toerfiets: Glad the issue is resolved. You too take care!

    Kind Regards,
    Skandha

    in reply to: Switch from free to Pro not possible #241158
    Skandha
    Participant

    @avviano: Hello there,

    The License Key is used for automatically updating the theme to upcoming versions. So for a single purchase of the theme you can use the license key on a single site for automatic updates. You can still use the theme in as many sites you want however you will have to manually update the theme and automatic updates won’t be available. I hope this clarifies the confusion. For more information please read the article in this link.

    Please post in your site URL so that I can look into the social icon issue.

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

    in reply to: WordPress Tab Icon #241155
    Skandha
    Participant

    @sandysandybalascak-com: Hello there,
    This seems to be due to some changes in WordPress 5.4. WordPress seems to have put the WordPress icon as the default site icon, so if you have not selected a favicon WordPress icon will show up as site icon. The only way to replace the default WordPress icon now is to upload your own site icon.

    Kind Regards,
    Skandha

    in reply to: Woo Commerce Buttons #241152
    Skandha
    Participant

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

    /* For buttons on shop page */
    .woocommerce ul.products li.product .button {
        color: #fff;
        background-color: #000;
        font-size: 14px;
    }
    .woocommerce ul.products li.product .button:hover {
        background-color: #f23456;
    }
    
    /* For Checkout Button */
    .checkout-button {
        background-color: #123456 !important;
        font-size: 14px !important;
    }
    .checkout-button:hover {
    	background-color: #f23456 !important;
    }
    
    /* For Place Order button */
    #place_order {
        background-color: #123456 !important;
        font-size: 14px !important;
    }
    #place_order:hover {
    	background-color: #f23456 !important;
    }

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

    in reply to: Theme change #241087
    Skandha
    Participant

    @planillasoi: Hello there,
    Changing the theme will change the design of your site with the new theme. All your content will be retained.

    Kind Regards,
    Skandha

    in reply to: Search box border and color #241086
    Skandha
    Participant

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

    #header-navigation-area .menu-inside-wrapper {
        background-color: #3d3d3d;
    }

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

    in reply to: Adding something to copyright in footer #241046
    Skandha
    Participant

    @nic: Hello there,
    For that you will need to use Footer Editor Option which is only available in pro version of the theme. I suggest you to upgrade to pro. You can check out the additional-features available in pro version of the theme.

    Kind Regards,
    Skandha

    in reply to: remove double line under post #241045
    Skandha
    Participant

    @toerfiets: Hello Hans,
    Can you please post the URL where the grey lines are showing up?

    Kind Regards,
    Skandha

    in reply to: How to remove search icon in upper right corner? #241043
    Skandha
    Participant

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

    #primary-search-wrapper #social-search-toggle, .mobile-social-search {
        display: none;
    }

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

    Skandha
    Participant

    @christine-meeker-langeidea-dna-com: Hello there,
    Is your site still under development? I will need to look into your site to look into the issues.

    Kind Regards,
    Skandha

Viewing 20 posts - 5,721 through 5,740 (of 12,027 total)