Home › Forums › WoodMart support forum › I have few questions , which I have written together.
I have few questions , which I have written together.
- This topic has 9 replies, 2 voices, and was last updated 5 years, 1 month ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
December 23, 2019 at 6:26 pm #164739
Leena_KParticipantQ1 ) How to Edit Mobile Menu Bottom COlour,and Font like full website.
Image Reference : https://prnt.sc/qeth7u
Q2) How to get proper Category Icons like that shown in demo website
(what config should the icon be , what type of icon should be used, or can you suggest some icon, which I can refer & search for other icons like your reference)My icons are not that visible or clear.
https://gyazo.com/965d8a92599bfc0af8440b05abeb78c8
Q3) I have hidden add to cart button with custom css, prior
Now I want to show create button & add to cart beside each other , how can I achieve this
Code given by you is this .
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.add-to-cart-loop {
display: none;
}
a.button.product_type_variable.add_to_cart_button.add-to-cart-loop {
display: none;
}
button.single_add_to_cart_button.button.alt {
display: none;
}Q4 ) I am unable to see Promo Popup, Please tell me what settings should be set, to see promopop basically for users?
I have added my contents, but cannot see so cannot make changes.Q5 )In mobile view the icons are not looking properly aligned.what can be the solution
Q6) I have uninstalled Yith wishlist plugin, as it was not there in required plugins list. Now i am seeing this on Wishlist page.
December 24, 2019 at 8:05 am #164796
Aizaz Imtiaz AwanKeymasterHello,
1) To edit the font of Mobile Menu Color,and Font size etc, You need to go to Theme settings >> TYPOGRAPHY >> ADVANCED TYPOGRAPHY, select “mobile menu first level” and then choose the specific color and font size and save the changes.
Screenshot for clarification: https://jmp.sh/2mU8rdl
2) You can use the icons in any format, I have seen your screen shot some of your icons shown weird because the background is not transparent. So try to use icons which have transparent background like in .png format.
3) If you just want to hide add to cart button then you can enable catalog mode from theme settings >> shop >> CATALOG MODE and if you want to show the add to cart button then just undo that CSS code.
There is no such option in theme to show create button & add to cart beside each other, It requires customization and this is beyond our limitations and support policy. You can try some third party plugin for this purpose.
4) You can enable the promo popup from theme settings >> Shop >> Promo popup and to edit the content of promo popup you need to edit the specific html block, which shortcode you used in “Promo popup text” field.
5) You have to define a custom CSS class for those specific columns, and then hit by using CSS class to set the left margin so it looks aligned. If you did not know how to define custom CSS class in Wp-Bakery elements and how to write CSS, then share admin login details I will do it myself and describe you the steps.
6) You are using incorrect code for your wishlist page. You need to edit your page and use this code “[woodmart_wishlist]” instead of that yith wishlist shortcode.
Best Regards.
December 30, 2019 at 12:18 pm #165562
Leena_KParticipant1) I have Uploaded Svg Icon still the icon size doesnot appear like that in demo shop page. kindly check & tellme what can be the issue.
Apparel Icon is SVG downloaded from flaticon have attatched screenshot
2) How to add link to text on Slider.
Attachments:
You must be logged in to view attached files.December 30, 2019 at 2:37 pm #165610
Aizaz Imtiaz AwanKeymasterHello
1) You need to edit your SVG file and change the height and width attributes, and set the height and width according to you. Due to this size issue, I suggest you to try your icons in .png format in my previous message.
2) If you want to add a link on the text shown on your slides, follow the below documentation:
https://www.themepunch.com/faq/add-links-to-slides-and-layers/Best Regards.
December 30, 2019 at 9:19 pm #165653
Leena_KParticipantI managed to get SVG like in Demo.
– I have added an image in header display, when i add colour to other pages from personal page setting options it doesnt take colour setting and get backs to header image.
– My Mobile Menu changed on it own after I changed Categories Menu.
Login/ My account options went away– is it possible to display mega menu on mobile, how?
-how to add shortcut menu on bottom of mobile screen menu
December 31, 2019 at 7:35 am #165697
Aizaz Imtiaz AwanKeymasterHello,
1) I’m glad that you managed to get SVG like in Demo.
2) Kindly share screenshots by pointing out the affected section so I can help you accordingly.
3) I visited your site and noticed that the Login/ My account options inside your mobile menu not shown, once check back after selecting the prior menu for categories. Also if you are using custom CSS just undo it and then check back once. I can not check your site settings because your provided login details are not correct.
4) The mobile menu does not support mega menu blocks just by its nature. You know there is no space for opening the mega menu blocks. So it is not possible to display mega menu in mobile screens.
5) If you want to display navbar in mobile screens. You need to enable the “Sticky navbar” from Theme Settings >> General >> MOBILE BOTTOM NAVBAR >> Enable Sticky navbar.
Screenshot for clarification: https://jmp.sh/ZP0hZOq
Best Regards.
January 3, 2020 at 5:53 pm #166143
Leena_KParticipant1) Links of screenshots are given below.
I am adding Single colour to Privacy Policy & Terms-conditions Page Header.
https://prnt.sc/qiytzq3) I added Mobile Sticky Navigation Bar
4) Custom CSS Code has give me result for SVG ICONS displayed in Header. As I had uploaded Png files, the size of image was remaining the same.
January 4, 2020 at 7:18 am #166211
Aizaz Imtiaz AwanKeymasterHello,
1) Your problem is resolved. Actually you used that image as default image for all the custom WordPress pages in theme settings >> PAGE TITLE >> Pages title background That’s why the image overrides the background color of the header of the privacy policy page. So if you want that image in some of your pages then edit your pages and use inside the PAGE TITLE OPTIONS available inside the page settings from Dashboard >> Pages.
Result: https://jmp.sh/pvNdhSJ
2) Your problem is resolved, Login/Register My account option is shown inside your mobile menu now. Actually mistakenly you unselect the “Mobile Side Menu” option in Appearance >> Menus. So when I check this option your menu get fixed.
Screenshot: https://jmp.sh/6lKRxO7
Result: https://jmp.sh/GpNLfHD
3) The size of the SVG icons is a bit larger due to your custom CSS code. I check your code in global custom CSS area under theme settings >> custom CSS, you are using max height for icons as 40, so I decrease it to 25px and replace the below CSS code:
body .hasno-product-count .category-nav-link .category-icon { max-height: 25px; }
Now your icons looks smaller than before. You can adjust the height from the above code.
Result: https://jmp.sh/eaAf11o
Best Regards.
January 4, 2020 at 9:38 am #166218
Leena_KParticipantdONE.
1) i want to hide select options for products, except on single product page.
2) show 2 buttons together. Add to cart & create.
January 4, 2020 at 12:03 pm #166243
Aizaz Imtiaz AwanKeymasterHello
1) You mean you want to hide the “Select Options” button which shown on product grid item on the item card of variable products?
Screenshot: https://jmp.sh/loel4OO
2) Unfortunately there is no such option to display two buttons Add to cart & create, together. You can use some third party plugin for this purpose.
Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register