My Menu is Too Cluttered
-
Hello, I would like to know how to reduce the number of categories displayed at the top of the page next to the Velocity logo.
I only added 4 menu items, and it has already become very cluttered.
I also want the subcategories to be displayed in the category carousel below the slider.!
-
Hello There,
Thank you So Much for your query.Query Number 1 -> I also want the subcategories to be displayed in the category carousel below the slider.!
You need to make some changes in below path and then you can see the details of Subcategories.
packages/Webkul/Shop/src/Resources/views/components/categories/carousel.blade.php
Query Number 2 -> I would like to know how to reduce the number of categories displayed at the top of the page next to the Velocity logo.
You need to add limit here in below path.
In case you find any issue please let us know. We would love to help you on the same.
Thanks. -
I'm working with Bagisto 2.2 and I'm trying to modify the category carousel to display subcategories instead of parent categories.
I'm in the file as you told me: packages/Webkul/Shop/src/Resources/views/components/categories/carousel.blade.php
Currently, the carousel displays parent categories using this method:
getCategories() { this.$axios.get(this.src) .then(response => { this.isLoading = false; this.categories = response.data.data; }).catch(error => { console.log(error); }); }
I want to modify this to show all subcategories (children categories) instead of parent categories. I understand that in Bagisto's structure we have:
A root category (main category)
Parent categories inside the root category
Subcategories inside parent categoriesHow can I modify this file to display subcategories in the carousel instead of parent categories?
-
Hello @Douskou226
Here we will guide you with the file path if you want us to do further customization then it will be a paid service for this you can purchase our support hours from the link below.
Support Hours: https://store.webkul.com/bagisto-hourly-customization-package.html
Thanks & Regards