Home › Forums › Themes Support › Clarivo › I want to set categories in vertical menu
Tagged: vertical menu, category
- This topic has 25 replies, 2 voices, and was last updated 2 years, 10 months ago by
admin.
-
AuthorPosts
-
June 21, 2020 at 12:54 pm #6228
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.June 21, 2020 at 2:20 pm #6231Hi,
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:
or
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:
If you have any questions please search on our forum for quick solution.
Hope this helps!*****
Regards,
HaruThemeJune 22, 2020 at 10:41 am #6239I 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
June 22, 2020 at 2:23 pm #6247Hi,
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,
HaruThemeJune 23, 2020 at 12:04 pm #6277Hello 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.June 23, 2020 at 12:17 pm #6279and 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.June 23, 2020 at 12:22 pm #6281and 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.June 24, 2020 at 6:58 am #6292Hi,
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,
HaruThemeJune 24, 2020 at 8:05 am #6294I 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.June 24, 2020 at 12:23 pm #6297and 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.June 24, 2020 at 1:11 pm #6299and 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.June 25, 2020 at 1:10 am #6308Hi,
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:
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,
HaruThemeJune 25, 2020 at 10:50 am #6311hello 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.June 25, 2020 at 3:36 pm #6316Hi,
You can follow this topic tutorial to manage to Edit Footer with WP Bakery Page Builder:
It already said in our document.
Hope this help!****
Regards,
HaruThemeJuly 1, 2020 at 5:20 am #6348Hello 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. -
This topic was modified 2 years, 11 months ago by
-
AuthorPosts
You must be logged in to reply to this topic.