Home Forums WoodMart support forum Update & Header Builder Issues

Update & Header Builder Issues

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #280265

    admin_acid
    Participant

    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

    #280266

    admin_acid
    Participant

    Error when trying to upload the files of the screenshots

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

    Bogdan Donovan
    Keymaster

    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

    #281005

    admin_acid
    Participant

    Live

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

    Artem Temos
    Keymaster

    We have just tested your website and it seems to work correctly now https://gyazo.com/b2bdceda915103688257caa693dacb45
    Have you sorted this out?

    #281685

    admin_acid
    Participant

    New domain

    #281746

    Artem Temos
    Keymaster

    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.

    #281775

    admin_acid
    Participant

    Domain

    #281796

    Artem Temos
    Keymaster

    Great, you are welcome!

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

The topic ‘Update & Header Builder Issues’ is closed to new replies.