Home › Forums › WoodMart support forum › How to show sidebar like filters?
How to show sidebar like filters?
- This topic has 16 replies, 3 voices, and was last updated 6 years, 5 months ago by
Artem Temos.
-
AuthorPosts
-
September 30, 2018 at 6:52 pm #79951
drkshdwParticipantHi can you help me to make sidebar still appear when open archive page like filters still showing there?
October 1, 2018 at 6:04 am #79967
Artem TemosKeymasterHi,
Sorry, but your question is not quite clear for us. Could you please explain it a bit more?
Thank you
October 1, 2018 at 5:23 pm #80181
drkshdwParticipantI mean, the sidebar still appear when open shop page and category page like below for example. But when you open the brand page the sidebar gone.
October 1, 2018 at 5:28 pm #80182
drkshdwParticipantBut filter on the right still appear when you open brand page or archive brand page. I want the sidebar still appear when you open brand brand page or archive brand page.
October 1, 2018 at 6:53 pm #80199
Elise NoromitMemberHello,
The default Woocommerce does not provide the option to set the sidebar there.
Best Regards
October 1, 2018 at 7:03 pm #80202
drkshdwParticipantOk, but can you calling this sidebar via function.php?
October 2, 2018 at 3:59 am #80225
drkshdwParticipantHi, I think you make the sidebar can show after update to woodmart 3. Thank you btw!
I change my question then. Can you help me to show the brand title and the brand link above title product on product page via functions.php?
October 2, 2018 at 6:24 am #80241
Artem TemosKeymasterAs we can see, you are using some external plugin for brands. Sorry, but we don’t have instruction for this plugin customization. You need to contact plugin’s support for help.
October 5, 2018 at 8:12 am #81072
drkshdwParticipantHi I just revert back using attributes for brand/designers.
October 5, 2018 at 8:18 am #81076
Artem TemosKeymasterHi,
Could you please provide us some screenshots what do you want to do with our brands now?
Thank you in advance.
October 5, 2018 at 8:38 am #81085
drkshdwParticipantCan you help me to show the brand title and the brand link above title product on product page via functions.php?
October 5, 2018 at 9:38 am #81104
Artem TemosKeymasterTry to add the following PHP code snippet to the child theme functions.php file to do this
add_action( 'woocommerce_single_product_summary', 'woodmart_product_brands_links', 6 );
October 5, 2018 at 8:58 pm #81238
drkshdwParticipantThank you!
But the brand title appear on below the title. How to move it above the title?
October 6, 2018 at 12:33 am #81247
drkshdwParticipantAnd also how to remove http image on header? This image wp-content/uploads/2017/06/dummy-wood-title.jpg
October 6, 2018 at 10:37 am #81293
Artem TemosKeymasterTry to change that code to this one
add_action( 'woocommerce_single_product_summary', 'woodmart_product_brands_links', 4 );
Change your shop page title image while editing your shop page in Dashboard -> Pages.
October 6, 2018 at 11:18 am #81309
drkshdwParticipantThank you!
October 6, 2018 at 11:33 am #81314
Artem TemosKeymasterYou are welcome.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register