Home Forums Themes Support Clarivo How can i change 'Supply' and 'Herbs' at the top of the categories

Viewing 15 posts - 61 through 75 (of 76 total)
  • Author
    Posts
  • #3304

    1. I have changed the Blog image…https://prnt.sc/ngn869. But the header image is not showing the new image…https://prnt.sc/ngn8su

    2. I also changed the sidebar of the blog to the right…https://prnt.sc/ngn94h. But there’s nothing showing there, is blank…https://prnt.sc/ngnem4

    #3307

    Please ignore my last question…#3304. All fixed. Thank you

    #3308

    How can I make the blog posts have two columns instead of one please?

    #3365

    Hello,

    You are yet to respond to my question please.

    1. On mobile, the slide text is clumpsy…https://prnt.sc/ngmja3. how can I separate them to look like the desktop version.

    2. How can I rearrange the sections or block on mobile to look like this one…https://prnt.sc/nh1zyp. I captured the image of the mobile view and edited it to show you how I want the arrangement to be when people view it on mobile?

    Please the above two solutions are very important because most customers will use mobile phones to access the website.

    Thank you very much.

    • This reply was modified 3 years, 11 months ago by chyzob.
    #3392

    Hi,
    About your questions:
    1. You can change Blog layout in Theme Options -> WordPress settings -> Archive Settings: http://prntscr.com/nh5l7p
    2. You can set slideshow on mobile like this: http://prntscr.com/nh5ndu
    3. If you want to hide banner on mobile you can use this custom CSS code:

    @media screen and (max-width: 767px) {
    .haru-woo-shortcodes-products-ajax-category.banner_left .products-banner {
    display: none;
    }
    }

    More details you can view it here: https://www.w3schools.com/css/css3_mediaqueries_ex.asp
    Hope this help!

    *****
    Regards,
    HaruTheme

    #3397

    Hello,

    Many thanks for your support.

    About the solution you provided to this question…https://prnt.sc/nh1zyp. That is not exactly what i want to do please.

    What I want is to rearrange the sections or blocks and not to remove any of them on mobile. I mean I want to rearrange them the way they are in the screenshot I sent. How can I rearrange them to follow each other like that?

    Thank you.

    #3402

    Hi,
    That’s seem you want banner under products.
    In this case you should customize template in:
    wp-content/plugins/haru-clarivo-core/templates/products-creative/ then open file grid.php
    You should move position of products-content to top:
    http://prntscr.com/nib3o9
    (Now we customize direct in plugin for you) You can child theme to do it again. Please note when customize this settings to make banner left or right will don’t work. If you want do that please suggest us an custom project. Because we can’t use our time to customize theme to fit your purpose. That’s external services.
    Hope this help!

    *****
    Regards,
    HaruTheme

    #3403

    Hello,

    Thank you very much for your kind support. I am happy with what you did. I understand the custom work issue you raised.

    Regards.

    #3414

    Hello,

    Many thanks for your kind support. Almost through with site.

    Please how can I add menus to the Quick Menu on the right?
    https://prnt.sc/nktcmo
    https://prnt.sc/nktbr8

    Thank you.

    • This reply was modified 3 years, 10 months ago by chyzob.
    #3418

    Hi,
    You can manage it in Appearance -> Widgets -> Canvas Sidebar:
    http://prntscr.com/nkvo7k
    You can add Navigation Menu on Left Side:
    http://prntscr.com/nkvoft
    Hope this help!

    *****
    Regards,
    HaruTheme

    #3419

    Thank you very much, worked fine.

    Regards.

    #3420

    Thanks for your feedback!

    #3426

    Hello,

    Please how can I remove the cart icon…https://prnt.sc/nlkjwq?

    Secondly, when you click on any of the products on mobile phone, this dropdown…https://prnt.sc/nlkl9h will appear and block the page. You can check the site on your mobile to confirm please. Just click on a product, you will see it blocking the page. Please how can it be removed? Or you can just help me remove it.

    Thank you.

    #3427

    Hi,
    That’s seem you don’t view video tutorial to manage Header. Please see it carefully.
    In this case you can change it in Theme Options -> Header -> Header Elements -> Header Element Right like this:
    http://prntscr.com/nllt12
    We also turn off Header Topbar on Header Sidebar and use Page Options to display it only on Homepage to fix the issue:
    http://prntscr.com/nllxu1
    P/S: We already changed to use child theme for you but that’s seem you return to parent theme now. Please note we can’t help you resolved all issue if it already have in document.

    *****
    Regards,
    HaruTheme

    #3428

    Hello,

    Thank you very much I am very grateful for your great support. The blockage has been removed.

    But the cart icon is still there…https://prnt.sc/nluau5

    I searched Google for how to do that since is part of WordPress and got these three codes:

    .header_cart {
    display: none;
    }

    .header_cart {
    display: none !important;
    }

    .fixed-header-box .cart-dropdown {
    display: none;
    }

    I pasted each of them one after the other in Appearance > Customize > Additional CSS but none of them worked.

    I don’t want to even have the icon on the home page, I want to remove it completely from the site.

    Please can you provide me with a better code that will remove it? As you can see, I tried to fix it.

    Secondly, I want to remove G+ logo on the menu bar…https://prnt.sc/nlu951 and replace it with Instagram logo, I added Instagram in Theme options > Header > Header elements > Social networks but it did not show and G+ is still showing. How do I replace it please?

    Thank you.

    • This reply was modified 3 years, 10 months ago by chyzob.
Viewing 15 posts - 61 through 75 (of 76 total)

You must be logged in to reply to this topic.