Forum Replies Created

Viewing 20 posts - 8,821 through 8,840 (of 12,014 total)
  • Author
    Posts
  • Skandha
    Member

    @ville123: I will need your WP admin credentials for that. I will contact you shortly by email.
    Also let me know what section you would like to translate.

    Kind Regards,
    Skandha

    in reply to: 1) How do I remove comments on the blog section? #167615
    Skandha
    Member

    @autorall: Hello there,
    The option to completely enable or disable Comments is only available in pro version of the theme as WordPress Core does not allow the option to be added in the free theme.

    You can disable comments on your future posts.
    For that Go to => Settings => Discussion => Uncheck Allow people to post comments on new articles option

    To disable comments on published or earlier posts
    Go to => Dashboard => Edit that particular page => On the right hand sidebar you will see Discussion => Uncheck Allow Comments option.
    You will need to do this to all your individual posts.

    So if you want the option to disable comments in the customizer you will need to upgrade to pro. You can check out the additional-features available pro version of the theme.

    2. Do you mean to have thumbnails on single post/page?

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

    Skandha
    Member

    @wpink: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Featured blog posts are setup where? #167547
    Skandha
    Member

    @yuyu: To have sections under Our Team like in the demo.
    You will need to
    Go to => Appearance => Customize => Homepage Settings => Select your homepage displays Your Latest Posts.

    This will display all your latest posts like in the demo section.

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    in reply to: Problem to put a script in HTML Code #167546
    Skandha
    Member

    @rodrigovip: For that you can use our Catch Web Tools Plugin. Install and activate the plugin.
    Then Go to => Dashboard => Catch Web Tools => Activate Webmaster Tools => Configure Webmaster Tools => Header Footer Scripts => Now Enter scripts or code you would like output to wp_footer() => Now click on Save Changes

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

    in reply to: fullscreen + woocommerce #167544
    Skandha
    Member

    @valelotartaro: Hello Valeria, I have already replied to you on your previous thread.
    https://catchthemes.com/support-forum/topic/page-product-2/

    Kind Regards,
    Skandha

    in reply to: Product page #167497
    Skandha
    Member

    @valelotartaro:
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To change the opacity of button in cart page */
    .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .actions button {
    	opacity:1;
    }
    
    /* To make the quantity text more visible */
    .quantity input[type="number"] {
            color:#000;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    in reply to: How do you remove the search function? #167488
    Skandha
    Member

    @richardmin: Glad I was able to help you out. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Transparent backgrounds for blog page #167487
    Skandha
    Member

    @james-avery: Glad I could help you out. Let me know if you have anymore issues. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Widget HTML Code #167485
    Skandha
    Member

    @stevieg: Hello Stevie,
    I checked your site and you seem to have added the TripAdvisor Social Icon.

    To reduce the font size of Footer 2 widget
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #text-3 {
        font-size:15px;
    }

    You can change the font size according to your requirement.
    Let me know if this helps you out!
    Kind Regards,
    Skandha

    in reply to: Center logo issue #167470
    Skandha
    Member

    @catwingz: Please replace the above CSS Code by the following.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #site-logo, #logo-wrap {
    	width:100%;
    }

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

    in reply to: Transparent backgrounds for blog page #167468
    Skandha
    Member

    @james-avery: For the archive page
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .archive #main {
    	background-color:rgba(0,0,0,0.7);
    }

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

    in reply to: Resize header image #167467
    Skandha
    Member

    @catwingz: You don’t need to remove the text from the customizer as the CSS Code will do that. You seem to have figured it out. This issue will be fixed in the next theme update.

    Kind Regards,
    Skandha

    in reply to: Featured Content #167466
    Skandha
    Member

    @tcadesign: Yes, those images are included in the theme folder.
    Go to => Theme Folder => assets => images
    You should see the images used in the theme there.

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

    in reply to: Couple of questions Re Side Bar and Images #167465
    Skandha
    Member

    @paulpagen-ltd: I will need to have a look at your gallery for that. Since the gallery page is not live I will need your WP admin credentials. I will contact you shortly by email.

    Kind Regards,
    Skandha

    in reply to: product on sale #167462
    Skandha
    Member

    @valelotartaro: Hello Valeria,
    Due to some reason your post was not showing up on the support forum. Sorry for the delayed reply.
    I have replied to you on your newest post.
    https://catchthemes.com/support-forum/topic/page-product-2/

    Kind Regards,
    Skandha

    in reply to: product page #167461
    Skandha
    Member

    @valelotartaro: Hello Valeria,
    Due to some reason your post was not showing up on the support forum. Sorry for the delayed reply.
    I have replied to you on your newest post.
    https://catchthemes.com/support-forum/topic/page-product-2/

    Kind Regards,
    Skandha

    in reply to: Product page #167458
    Skandha
    Member

    @valelotartaro: Hello Valeria,
    The price doesnot seems to be showing up as both font color and background is white.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .woocommerce-Price-amount.amount {
          color:#123456;
    }

    You can change the color according to you choice.

    To align the products on the center
    Go to => Appearance => Customize => Theme Options => Layout Options => WooCommerce Layout => Select No Sidebar

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

    Skandha
    Member

    @corporatebrandhouse: Hello there,
    You don’t seem to be using our theme. Please post your issues and queries in the respective theme support forum.

    Kind Regards,
    Skandha

    in reply to: Widget HTML Code #167450
    Skandha
    Member

    @stevieg: You already seem to have Social icons in the footer. Please let me know which footer widget’s font size do you want to reduce.

    Kind Regards,
    Skandha

Viewing 20 posts - 8,821 through 8,840 (of 12,014 total)