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

Viewing 30 posts - 1 through 30 (of 52 total)
  • Author
    Posts
  • #632976

    DJLS1997
    Participant

    Hi 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!

    #633048

    DJLS1997
    Participant

    HIGH PRIORITY

    #633053

    DJLS1997
    Participant

    For 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.
    #633083

    DJLS1997
    Participant

    Also there are all the categories at the top in the shop page, I want to disable that. How can I do that ?

    #633189

    DJLS1997
    Participant

    KIND REMINDER

    #633307

    DJLS1997
    Participant

    NEED RESPONSE

    #633329

    Luke Nielsen
    Keymaster

    Hello,

    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

    #633332

    DJLS1997
    Participant

    Guys this was so much delayed.

    I have shared the credentials.

    #633352

    Luke Nielsen
    Keymaster

    Hello,

    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

    #633372

    DJLS1997
    Participant

    The custom css you gave doesn’t work

    #633375

    DJLS1997
    Participant

    You gave me css for Best sellers section, I asked for the new arrivals section.

    #633384

    DJLS1997
    Participant

    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.

    This one also not working. I have already done this.

    #633396

    Luke Nielsen
    Keymaster

    Hello,

    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

    #633401

    DJLS1997
    Participant

    Right 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.
    #633410

    DJLS1997
    Participant

    But it is taking the default archive page layout instead

    #633462

    DJLS1997
    Participant

    Also on the shop page the filter sidebar is not scrolling on mobile devices.

    #633464

    DJLS1997
    Participant

    I got the brand page thing fixed. Please look into the filter sidebar not scrolling on mobile.

    #633494

    DJLS1997
    Participant

    Guys need a response. I don’t see the sidebar canvas at all.

    #633499

    DJLS1997
    Participant

    Also 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.
    #633504

    DJLS1997
    Participant

    Nevermind. 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.

    #633552

    Luke Nielsen
    Keymaster

    Hello,

    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

    #633565

    DJLS1997
    Participant

    It 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.

    #633566

    DJLS1997
    Participant

    Please help us find a solution how we get this work with the filter we are using.

    #633599

    Luke Nielsen
    Keymaster

    Hello,

    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

    #633617

    DJLS1997
    Participant

    Thank you!

    #633689

    DJLS1997
    Participant

    I 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 ?

    #633832

    Luke Nielsen
    Keymaster

    Hello,

    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

    #635077

    DJLS1997
    Participant

    Alright thanks!

    #635078

    DJLS1997
    Participant

    How do we customize the Waitlist form message and button texts ? (Screenshots attached)

    Attachments:
    You must be logged in to view attached files.
    #635227

    Luke Nielsen
    Keymaster

    Hello,

    Privacy policy text – https://prnt.sc/kSiMZTWjGbEz

    Other text, try to change via Loco Translate.

    Kind Regards

Viewing 30 posts - 1 through 30 (of 52 total)