• Resolved svenschautvorbei

    (@svenschautvorbei)


    Hello,

    since update 2.5.3 folders plugin destroy elementor visual editor like buttons , example toggle desktop/tablet/handy preview in main window

    tested local station with clean environment too

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Gal Dubinski

    (@galdub)

    @svenschautvorbei please update to version 2.5.5 – it should be fine now 🙂
    Don’t forget to CTRL F5 a few times before testing

    Thread Starter svenschautvorbei

    (@svenschautvorbei)

    Hi there,
    is not fixed because your css definition overwrites all, from other plugins,
    themes etc., no class/selector defined, so all overwritten

    example data-tooltip

    so all plugins themes use a tooltip you overwrite it, and it shows two times and wrong layout

    [data-tooltip]:not([flow])::before,
    [data-tooltip][flow^=up]::before {
    bottom:100%;
    border-bottom-width:0;
    border-top-color:#333
    }
    [data-tooltip]:not([flow])::after,
    [data-tooltip][flow^=up]::after {
    bottom:calc(100% + 5px)
    }
    [data-tooltip]:not([flow])::after,
    [data-tooltip]:not([flow])::before,
    [data-tooltip][flow^=up]::after,
    [data-tooltip][flow^=up]::before {
    left:50%;
    transform:translate(-50%,-.5em)
    }

    Plugin Author Gal Dubinski

    (@galdub)

    @svenschautvorbei We’ve just released another fix, please update to 2.5.6 and tell me if it’s good now 🙂

    Thread Starter svenschautvorbei

    (@svenschautvorbei)

    Yes, its fine now, great support

    Plugin Author Gal Dubinski

    (@galdub)

    @svenschautvorbei super glad to hear that 🙂

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

The topic ‘Folders destroy Elementor Visual Editor’ is closed to new replies.