Home Forums WoodMart support forum full width menu wont work

full width menu wont work

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

    florianibe
    Participant

    Hi, after update the “full width” menu wont work: https://www.optikwolf.de/kontakt/

    Is it a bug or do you remove this functions in newest version?

    Ticket for https://themeforest.net/comments/26748778

    #298354

    Artem Temos
    Keymaster

    Hello,

    Please, disable all external plugins so we can check this.

    Kind Regards

    #298355

    florianibe
    Participant

    Its not possible on the live site. It happend after theme update. Do you checked it on your demo?

    #298356

    Artem Temos
    Keymaster

    Yes, we don’t see this problem on our demo and haven’t got similar reports yet. Are you able to create a staging copy of your website?

    #298440

    florianibe
    Participant

    Hi,

    you are right. I checked in an demo system and it works.
    Do you have any idea if it is only a setting?

    Florian

    #298548

    Artem Temos
    Keymaster

    It looks like some plugin conflict. That is why we recommend you test it without installed plugins quickly.

    #298560

    florianibe
    Participant

    Really strange. We fixed it with this custom css shortly:

    .wd-design-full-width li a {
        flex-direction: column;
        flex-shrink: inherit;
    }
    .wd-design-full-width li a img {
        width: 100%;
        display: flex;
        max-height: 130px;
        margin-bottom: 5px;
    }
    .wd-sub-menu li a {
        align-items: normal;
    }
    #298588

    Artem Temos
    Keymaster

    This code seems to be not related to the issue. It works because of some different reason now.

    #298599

    florianibe
    Participant

    Yes, we change and add something in css code so it works.

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