Home Forums WoodMart support forum 3 Questions

3 Questions

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #350085

    papadisco
    Participant

    Hi there,

    1. Is there any way to make the “Extra Menu List” text to be centre aligned in the mobile version? Been trying out different methods but couldn’t get it to work. Could you please let me know how to do it or drop the custom CSS code here so I can change it?

    2. In mobile view, on the shop page, the category dropdown in the filter doesn’t show the product categories. There’s an error and the text is white or something, I’m not sure. Please let me know how to fix it too.

    3. Please let me know how to make a link for a pop-up HTML block? For example, I want to add a button in a single product page and once clicked on that button, a pop-up window will appear.

    Thank you

    #350136

    Hello,

    1) Please provide the URL of the page where you added the items to check it myself and help you out accordingly.

    2) Could you please check how it works with the default wordpress theme. Because the product categories widget is woocommerce functionality and our theme doesn’t influence.

    3) You can try using the Popup element and add content as you require.

    https://xtemos.com/docs/woodmart/shortcodes-2/
    https://woodmart.xtemos.com/button-with-popup/

    Best Regards

    #350147

    papadisco
    Participant

    Hi there

    1. the extra menu list is used in the footer section (Main Menu, Product Categories, Contact Us) of the website.

    https://www.salruk.com/

    2. please check the mobile website and go to the shop page and when you click on “Show sidebar” the category dropdown in that one doesn’t work. check the attached image

    3. what I initially wanna do is create a link for a popup window. I wanna add this link in some products and make those products affiliate products so when a customer clicks on that button, it will be a popup with a contact form. Is this possible?

    Thank you.

    Best regards.

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

    Hello,

    1. Please provide the admin panel login details of the website to check it myself and help you out accordingly.

    2. You need to check this widget first on mobile with the default wordpress theme just to check whether the issue is with our theme or not.

    3. Sorry but you could not popup from a link. You can only use the popup button element to make the content popup.

    Best Regards

    #350196

    papadisco
    Participant

    Hi,

    1. Please check the attached information. You can directly login from the from of the website login function.

    #350273

    Hello,

    Please try adding the following Custom CSS in the Custom CSS for mobile area under Theme Settings >> Custom CSS.

    .footer-container .wd-sub-menu li a {
    text-align: center;
    }

    Best Regards

    #350279

    papadisco
    Participant

    Hi,

    I’ve tried this code before but it makes some centre aligned and some not. That’s the issue I’m facing. Please check the attached screenshot.

    Thank you.

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

    Hello,

    Please replace the previous CSS with the following then check back.

    .wd-sub-menu li {
        margin-left: 15px;
    }

    You can adjust the margin value as you need.

    Best Regards

    #350369

    papadisco
    Participant

    Hi,

    this doesn’t work either but it’s alright, I’ll figure it out.

    I have another question. Is it possible to have a side sticky menu throughout the website, when on hover, revealing the full section? Check the attached screenshot and the website link. If possible, please let me know how to do it.

    Thank you.

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

    Hello,

    You are Most Welcome.

    Sorry but there is no option in Theme Settings available for that. It requires customizations and this is beyond our limitations and support policy.

    Best Regards

Viewing 10 posts - 1 through 10 (of 10 total)