Home › Forums › WoodMart support forum › Request for Custom CSS and Custom Page Template for Product Tags
Request for Custom CSS and Custom Page Template for Product Tags
- This topic has 51 replies, 2 voices, and was last updated 2 months, 2 weeks ago by
Luke Nielsen.
-
AuthorPosts
-
January 27, 2025 at 11:56 am #632976
DJLS1997ParticipantHi WoodMart Support Team,
I hope you’re doing well. We have a website, https://new.afroditedecants.com/, and we’re using the WoodMart theme.
We have a couple of requests, and we’d appreciate your assistance:
1) Perfume Best Sellers Section:
On our homepage, we have a section titled “Perfume Best Sellers” where we’re displaying some products.
We would like to have a different background color specifically for the products in this section.
Additionally, we’d like to add a hover effect where the product image zooms in slightly (scale to 1.03).2) Could you please provide us with the custom CSS to implement these changes? We couldn’t find an option for this in the theme settings.
3) Custom Page Template for Product Tags:
Currently, when we click on a product tag (e.g., brands), it takes us to the filter page.
We’d like to create a custom page template for the product tags page instead, so that each brand (tag) can have its own unique layout and content.Is it possible to create a custom page template for the product tags using the WoodMart theme? If so, could you guide us on how to achieve this?
Thank you in advance for your help. Please let us know if you need any additional details!
January 27, 2025 at 1:34 pm #633048
DJLS1997ParticipantHIGH PRIORITY
January 27, 2025 at 1:37 pm #633053
DJLS1997ParticipantFor the 3rd point I have enabled this but when I click on any brands it says 404 page not found
Attachments:
You must be logged in to view attached files.January 27, 2025 at 2:32 pm #633083
DJLS1997ParticipantAlso there are all the categories at the top in the shop page, I want to disable that. How can I do that ?
January 27, 2025 at 5:37 pm #633189
DJLS1997ParticipantKIND REMINDER
January 28, 2025 at 9:10 am #633307
DJLS1997ParticipantNEED RESPONSE
January 28, 2025 at 10:32 am #633329
Luke NielsenKeymasterHello,
Sorry for the delay.
1, 2. Please send access to the admin panel so I can prepare a custom CSS for those issues.
3. Create a Layout in Dashboard -> Layouts with such a condition that is related to the brand – https://prnt.sc/3c6nFGRq4Xk1 , then resave permalinks after that.
Looking forward to collaborating with you!
Kind Regards
January 28, 2025 at 10:35 am #633332
DJLS1997ParticipantGuys this was so much delayed.
I have shared the credentials.
January 28, 2025 at 11:17 am #633352
Luke NielsenKeymasterHello,
1. We have the option to set a bg for the product in that specific section – https://prnt.sc/BQgRL3FTFLT0, let me know if that solution suits you.
Also, try to use the below code to add a scale only for that specific section:
.best-sellers .wd-product img { transition: all .5s ease-in; } .best-sellers .wd-product:hover img { transform: scale(1.03); }
Kind Regards
January 28, 2025 at 11:49 am #633372
DJLS1997ParticipantThe custom css you gave doesn’t work
January 28, 2025 at 11:53 am #633375
DJLS1997ParticipantYou gave me css for Best sellers section, I asked for the new arrivals section.
January 28, 2025 at 12:10 pm #633384
DJLS1997Participant3. Create a Layout in Dashboard -> Layouts with such a condition that is related to the brand – https://prnt.sc/3c6nFGRq4Xk1 , then resave permalinks after that.
This one also not working. I have already done this.
January 28, 2025 at 12:44 pm #633396
Luke NielsenKeymasterHello,
1. Okay, but in the first message you mentioned the Best sellers – https://prnt.sc/-Qan_XwqYUjB
At the moment I see that you have applied it for the New Arrivals section so let me know if it’s sorted.
3. Check how it works now – https://dropmefiles.com.ua/en/WZBsAQk
Kind Regards
January 28, 2025 at 12:52 pm #633401
DJLS1997ParticipantRight now I have set this condition for brand pages the Layout is called “Individual Brand Page”
Attachments:
You must be logged in to view attached files.January 28, 2025 at 12:59 pm #633410
DJLS1997ParticipantBut it is taking the default archive page layout instead
January 28, 2025 at 2:04 pm #633462
DJLS1997ParticipantAlso on the shop page the filter sidebar is not scrolling on mobile devices.
January 28, 2025 at 2:06 pm #633464
DJLS1997ParticipantI got the brand page thing fixed. Please look into the filter sidebar not scrolling on mobile.
January 28, 2025 at 3:26 pm #633494
DJLS1997ParticipantGuys need a response. I don’t see the sidebar canvas at all.
January 28, 2025 at 3:31 pm #633499
DJLS1997ParticipantAlso I get to see this on single product page when I have this option disabled. Please look into it as well.
Attachments:
You must be logged in to view attached files.January 28, 2025 at 3:36 pm #633504
DJLS1997ParticipantNevermind. I figured out it was because by mistake I selected the brands for variation.
But please help me find a solution for the off canvas filter on mobile devices. They are not being visible.
January 28, 2025 at 4:53 pm #633552
Luke NielsenKeymasterHello,
Remove that shortcode and define simple widgets in Appearance -> Widgets -> Shop page widget area – https://prnt.sc/nPCFufjpsZJS , then check how it works and let me know.
Also, I do not see that the Shop page is defined on your website – https://prnt.sc/8HEGhY7k0Ja3
Kind Regards
January 28, 2025 at 5:10 pm #633565
DJLS1997ParticipantIt works with the default widget but the default widget doesn’t provided us the required customisation we need for the filter so we used the YITH Woocommerce Ajax Filter Plugin. Instead of adding the Shop Page Widget area filter in the shop page layout we used YITH Woocommerce Ajax Filter preset element as well and still it doesn’t show. So something is blocking it.
Thanks for that, we have set the shop page now.
January 28, 2025 at 5:14 pm #633566
DJLS1997ParticipantPlease help us find a solution how we get this work with the filter we are using.
January 28, 2025 at 6:12 pm #633599
Luke NielsenKeymasterHello,
The shortcode works, but these filters are not designed to be in the Off canves sidebar. And when we excluded this option https://monosnap.com/file/vDSJxUNJ5VROxvt7WdoiWwOZ5DOyPu the filters began to be displayed. After that, you still need to add the next CSS.
.e-con.wd-side-hidden { overflow: hidden !important; overflow-y: auto !important; }
We do not guarantee 100% work of these filters in the Off-canvas sidebar
Kind Regards
January 28, 2025 at 7:24 pm #633617
DJLS1997ParticipantThank you!
January 29, 2025 at 8:43 am #633689
DJLS1997ParticipantI have one more question.
I want to add a HTML section on top of all brands pages and it will fetch the brand image and its description. How do I do this ?January 29, 2025 at 3:44 pm #633832
Luke NielsenKeymasterHello,
Sorry, but with the Brands it’s not possible, for now. You can manually set the desired text and Image via Layouts through the condition, you defined the layout directly for the specific brand – https://prnt.sc/6jsHMynM3GHV and in that layout define the specific image.
Kind Regards
February 3, 2025 at 6:15 pm #635077
DJLS1997ParticipantAlright thanks!
February 3, 2025 at 6:16 pm #635078
DJLS1997ParticipantHow do we customize the Waitlist form message and button texts ? (Screenshots attached)
Attachments:
You must be logged in to view attached files.February 4, 2025 at 11:54 am #635227
Luke NielsenKeymasterHello,
Privacy policy text – https://prnt.sc/kSiMZTWjGbEz
Other text, try to change via Loco Translate.
Kind Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register