Home › Forums › Themes Support › Claue › Changing layout of shop categories
- This topic has 9 replies, 2 voices, and was last updated 7 years, 3 months ago by Harry.
-
AuthorPosts
-
-
July 24, 2017 at 11:10 pm #6912
Hi,
I would like to achieve the following layout on my shop page…
I have gone to my child theme editor, but cannot find any of the source code to change the HTML ?
I have identified the code that needs to be moved below the page-head pr tc banner code …
ALSO….
The layout of the categories ought to be put into a drop down for mobile version to be more user friendly. How would I go about this code change please?
As you can see the items are very awkwardly unresponsive….
Many thanks,
-
July 25, 2017 at 1:06 am #6932
Hi,
1. You can change all category follow shop page style by edit category navigate to Category Layout and unselect any layout
2. You can override content of woocommerce by copy file from Claue > core > libraries > vendors > woocommerce > templates
to claue-child > woocommerce (in child theme don’t have templates folder)
3. We try for mobile but it not good, you can use plugin https://wordpress.org/plugins/megamenu/ it work well with our theme.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
July 25, 2017 at 9:51 pm #6971
Hi,
I do not understand this you said…
1. You can change all category follow shop page style by edit category navigate to Category Layout and unselect any layout
I want to achieve this on all the shop and categories…
Thanks
-
July 25, 2017 at 11:10 pm #6975
You can follow this screen shot https://monosnap.com/file/d4MoHjJOjMOJGFQOY3ufOENH1pOqot#
or send us your site url, admin account as private reply. We need to take a look before give you suggest.
Thanks
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
July 25, 2017 at 11:34 pm #6976
Hi,
I am not referring to the sidebar, but the top bar (with category types). I would like it to be under the banner of the shop pages, as shown in my photo. The change you suggested changes only side bar .
thanks
-
July 26, 2017 at 12:00 am #6979
It better if you make a note for us.
You can copy file archive-product.php from claue > core > libraries > vendors > woocommerce > templeates
to claue-child > woocommerce and move code from line 54 -58 to under line 83
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
August 1, 2017 at 1:11 am #7436This reply has been marked as private.
-
August 1, 2017 at 10:30 am #7443
Hi,
Yes, you have to create new folder “woocommerce” in claue-child and copy file archive.php. For this case you only can do in cpanel or do on your computer and upload to hosting.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
August 2, 2017 at 12:01 am #7513
Is it possible to change the category list layout when media is perhaps less than 1366px of width and then use the function in the widget to change catgory list in the shop to drop down ?
using the —> dropdown_product_cat
At the moment it is not responsive: https://ibb.co/ckZdjk
Maybe this CSS code to turn to the drop down at certain media size may be best ?
I think this is possible? It might be easier than using the uber menu plugin ?
thank you
-
August 2, 2017 at 1:12 am #7522
Hi,
With exist code it doesn’t support change product categories menu to dropdown on mobile.
You can add custom css code in Claue > Theme Option > General Layout > custom CSS to make categories menu as swipe on mobile
@media only screen and (max-width: 736px) {
.shop-top-sidebar .widget ul li {
padding: 10px;
}
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
-
-
AuthorPosts
You must be logged in to reply to this topic.