i want to hold the sidebar only for home page
-
i want to hold the sidebar only for home page like https://prnt.sc/rlp7g0
-
@bala
velocity home page path here;
https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Velocity/src/Resources/views/shop/home/index.blade.php -
Hey,
You need to make some changes in sidebar and index.blade.php that vaishali has mentioned, just comment down the code under full-content-wrapper.Also, if you want to disable slider, comment down @include('shop::home.slider') under content-wrapper section.
let me know your further queries.
thanks & best regards,
Shubham Mehrotra -
@Vaishali-Agarwal thank u...
-
@shubhwebkul thanks ..i did ...
-
@shubhwebkul i want to show the sidebar with parent->child->sub child like this http://myprintscreen.com/s/1fj0a/7dde9d3895
-
@bala , you need to customize sidebar component for that.
https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Velocity/src/Resources/assets/js/UI/components/sidebar.vue -
@shubhwebkul i did but no any changes in front end ..
-
You need to run command npm run watch inside packages/Webkul/Velocity to watch your changes in vue files.