Your account expired support, please renew to get your support.

Home Forums Themes Support Clarivo I want to set categories in vertical menu

Viewing 15 posts - 1 through 15 (of 26 total)
  • Author
    Posts
  • #6228
    goharullah
    Support Expired

    Hello i am creating the website with your haru theme but the problem is i am creating product category and category is ok but when i insert in menu so there are no category to show in menu tell me how i can add categories in my vertical menu and one more thing i want to add prescriptive in my site so please guide me about Thanks

    • This topic was modified 2 years, 11 months ago by goharullah.
    Attachments:
    You must be logged in to view attached files.
    #6231

    Hi,
    As we replied to you on email:
    Hi,
    Thanks for contacting us and choosing our product!
    1. You can add menu items for vertical menu in Appearance -> Menus. Please select Vertical Menu and add menu item:
    https://prnt.sc/t3s6u9
    If you don’t see Product Categories you can Enable at Screen Options: https://prnt.sc/t3s72l
    2. Our theme use WooCommerce and it don’t have prescriptive functionality.
    You can use these plugin to required bought together:

    WPC Frequently Bought Together for WooCommerce


    or

    WooCommerce Product Dependencies


    Here is document: https://document.harutheme.com/clarivo/
    Video tutorial: https://www.youtube.com/channel/UCnOxXtfrkgq92wgqJCBi55g/videos?view_as=subscriber
    In our theme have a notice that Page Options will override Theme Options. You can understand more about it follow this topic:

    Why Theme Options doesn’t apply changes?


    If you have any questions please search on our forum for quick solution.
    Hope this helps!

    *****
    Regards,
    HaruTheme

    #6239
    goharullah
    Support Expired

    I Want prescriptive functionality because it is required to our website and our website is related to pharma and tell me also if any user buy our product so he/she will be easily purchase our product you can also suggest me the best plugin that suitable for our pharma website

    #6247

    Hi,
    We don’t really understand the function you need.
    Do you want customer upload their prescriptive or do something?
    If you want they upload it you can use this plugin: https://wordpress.org/plugins/wc-fields-factory/
    And here is some plugins from Envato: https://codecanyon.net/category/wordpress?term=prescription
    Hope this help!

    ****
    Regards,
    HaruTheme

    #6277
    goharullah
    Support Expired

    Hello i want to ask you that my vertical menu is not showing in mobile version tell me the problem what is going on i have checked all the settings but i not get how to resolve this issue kindly tell me the problem and give me answer of that Thanks.

    Attachments:
    You must be logged in to view attached files.
    #6279
    goharullah
    Support Expired

    and also tell me the one thing more i install wp-filter plugin to use for filter my website but when i click on category so it is showing my category but irrelevant items are also showing why it is showing that i attached the file you can check.

    Attachments:
    You must be logged in to view attached files.
    #6281
    goharullah
    Support Expired

    and also tell me how can i remove quick menu from my website i have attached file

    Attachments:
    You must be logged in to view attached files.
    #6292

    Hi,
    1. Menu on Mobile use an other menu, you can setup it in Appearance -> Menu and select Mobile Menu: https://prnt.sc/t5fj6y
    You can set Menu Mobile style in Theme Options -> Header -> Mobile Header:
    https://prnt.sc/t5fjz3
    2. We see it’s working fine on your site now:
    https://prnt.sc/t5fmsq
    https://prnt.sc/t5fn1m
    3. In our theme have a notice that Page Options will override Theme Options. You can understand more about it follow this topic: https://harutheme.com/forums/topic/why-theme-options-doesnt-apply-changes/
    That’s mean you need Edit Home Page then set Page Options is similar Theme Options.
    You can Edit Homepage then go to Page Options -> Header Elements at bottom of page:
    https://prnt.sc/t5focm
    You can disable Canvas Sidebar here.
    Hope this help!

    ****
    Regards,
    HaruTheme

    #6294
    goharullah
    Support Expired

    I am saying about categories not a menu in homepage you will see categories on the left sidebar but in mobile it is not showing i want to show categories on mobile also. See Attachment

    Attachments:
    You must be logged in to view attached files.
    #6297
    goharullah
    Support Expired

    and tell me also i want to add some specific category here so how can i do that i want to put some specific category but here are showing all the category see attached.

    Attachments:
    You must be logged in to view attached files.
    #6299
    goharullah
    Support Expired

    and i setting the products in column 3 but why this are showing 4 column i set 3 column

    Attachments:
    You must be logged in to view attached files.
    #6308

    Hi,
    1. We already said about the issue with Vertical Menu (Categories).
    On Mobile it will use Different Header and use other Menu (Mobile Menu).
    You can push your Product Category in Mobile Menu. You can see it in our document.
    2. The search function will search on all category, that’s basic logic. If you want to customize it you can do it in: wp-content/themes/clarivo/templates/header/header-elements/search-product-category.php
    You need change the code on line 11:
    $categories = get_categories(array( 'taxonomy' => 'product_cat' ));
    to

    $allowed = array(15,24,44,90); // IDs of categories allowed
    $categories = get_categories( array(
            'orderby' => 'name',
            'parent'  => 0,
            'hide_empty'=> false,
            'include' => $allowed,
    ));

    You can reference here:

    get_categories()

    get_terms()


    https://wordpress.org/support/topic/get_categories-include-exclude-arguments/
    3. We see your site is 3 columns now: https://prnt.sc/t5ygga
    Maybe you are enable cache and you need clear to see changes. In this case if you are customizing your site you should disable cache plugin.
    Hope this help!

    ****
    Regards,
    HaruTheme

    #6311
    goharullah
    Support Expired

    hello i need your help i want to ask you that i want to edit my footer column but it is showing coding how can i easily edit my WordPress footer column kindly tell me

    • This reply was modified 2 years, 11 months ago by goharullah.
    Attachments:
    You must be logged in to view attached files.
    #6316

    Hi,
    You can follow this topic tutorial to manage to Edit Footer with WP Bakery Page Builder:

    How to manage Footer in HaruTheme


    It already said in our document.
    Hope this help!

    ****
    Regards,
    HaruTheme

    #6348
    goharullah
    Support Expired

    Hello i want to ask one more thing when i select any filter in the inner page it is showing four product per row however i set 3 products per row tell me the solution

    Attachments:
    You must be logged in to view attached files.
Viewing 15 posts - 1 through 15 (of 26 total)

You must be logged in to reply to this topic.