Home › Forums › WoodMart support forum › 3 Questions
3 Questions
- This topic has 9 replies, 2 voices, and was last updated 3 years, 7 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
February 4, 2022 at 8:27 am #350085
papadiscoParticipantHi 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
February 4, 2022 at 11:08 am #350136
Aizaz Imtiaz AwanKeymasterHello,
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
February 4, 2022 at 11:25 am #350147
papadiscoParticipantHi there
1. the extra menu list is used in the footer section (Main Menu, Product Categories, Contact Us) of the website.
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.February 4, 2022 at 12:54 pm #350170
Aizaz Imtiaz AwanKeymasterHello,
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
February 4, 2022 at 3:08 pm #350196
papadiscoParticipantHi,
1. Please check the attached information. You can directly login from the from of the website login function.
February 5, 2022 at 6:35 am #350273
Aizaz Imtiaz AwanKeymasterHello,
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
February 5, 2022 at 7:15 am #350279
papadiscoParticipantHi,
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.February 5, 2022 at 8:25 am #350288
Aizaz Imtiaz AwanKeymasterHello,
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
February 6, 2022 at 6:59 am #350369
papadiscoParticipantHi,
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.February 7, 2022 at 5:59 am #350811
Aizaz Imtiaz AwanKeymasterHello,
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
-
AuthorPosts
- You must be logged in to create new topics. Login / Register