Update & Header Builder Issues
-
Hello,
Few questions:
1.- Update to v.6:
2.- Header Builder issues
3.- Hide category headings & data from single post header
4.- Cart Icon in Mobile
Thank you
Error when trying to upload the files of the screenshots
Attachments:
You must be
logged in to view attached files.
Hi,
1. You can install Woodmart 6.0 update and then activate child theme.
2-3. In Woodmart 6.0 to increase theme performance speed we changed and simplified some HTML structure and CSS classes, so if your site contain a lot of customization it needs to be refactored to work properly with new update.
4. To address desktop or mobile header you can use their unique CSS classes to separate desktop styles from mobile. For example some selectors for changing cart icon font-size on header right column on desktop and mobile:
/* desktop */
.whb-col-right .wd-header-cart .wd-tools-icon:before {
font-size: 30px;
}
/* mobile */
.whb-mobile-right .wd-header-cart .wd-tools-icon:before {
font-size: 25px;
}
Best Regards
Live
Attachments:
You must be
logged in to view attached files.
We have just tested your website and it seems to work correctly now https://gyazo.com/b2bdceda915103688257caa693dacb45
Have you sorted this out?
You need to deactivate the license on your old domain first. Then go to WoodMart -> Theme license on your new website and activate the license there.
The topic ‘Update & Header Builder Issues’ is closed to new replies.