Home Forums WoodMart support forum Problems after update to 8.0 or 8.1

Problems after update to 8.0 or 8.1

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #618770

    computermobil
    Participant

    Hi friends.
    I tried the new update (both versions 8.0 an d 8.0.1), but same problem.
    The categories and tags exceed the specified field as you can see in the screenshot.
    Tested on two installations and no third party plugins (screenshot) enabled.
    So i had to roll back to 7.6 where everything is fine.
    Thank you in advance.

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

    computermobil
    Participant

    Ok, i kept one site with version 8.0.1 that you can see the issue. All patches installed:
    https://www.glas-schwarz.at/glas/whiskey-tumbler-kristallglas-a-schliff/

    #618898

    Bogdan Donovan
    Keymaster

    Hi,

    To fix this issue, try to add the following code snippet to the Custom CSS area in Theme Settings.

    body .product_meta.wd-layout-inline>span {
        flex: unset;
    }
    
    body .product_meta.wd-layout-inline>span > * {
        display: inline-block;
    }

    This issue is also will be fixed in the next theme update

    Kind Regards

    #618994

    computermobil
    Participant

    Hi Bogdan.
    That worked, thanks a lot.
    You can mark it as solved.
    Kind regards!

    #619000

    Bogdan Donovan
    Keymaster

    You are welcome!

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