• Resolved beitsiach

    (@beitsiach)


    Hello,
    The plugin works fine in Media Library, that is up to the point when I want to insert/change an image inside a post/page. Then there is no filer by category.
    Am I missing something?
    Please help,
    Vera

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • md

    (@duchschererm)

    I can confirm this, you actually can fix this by yourself by alter the CSS a bit.
    The problem is that the filter fields are too wide and then break under the attachments area.

    For such temporarily css fixes, I use usually the “Stylish” browser plugin.
    In this case the following css as global rule just works fine (for me):

    
    .media-frame .media-frame-content .attachments-browser .media-toolbar {
      height: 80px !important;
    }
    .media-frame .media-frame-content .attachments-browser .attachments {
      top: 80px !important;
    }
    .media-frame .media-frame-content .attachments-browser .search {
      width: auto !important;
    }
    
    Thread Starter beitsiach

    (@beitsiach)

    Hello,
    Thank you.
    However, I put this in the Additional CSS in the Theme Setting – but it didn’t change anything.
    Should I have placed it elsewhere?
    Thank you for your help,
    Vera

    md

    (@duchschererm)

    In hope this is just a temporary fix, I do not mess with theme settings at all.
    For such things I use a browser-plugin called “Stylish” (https://chrome.google.com/webstore/detail/stylish-custom-themes-for/fjnbnpbmkenffdnngjfgmeleoegfcffe)

    There you can create css hacks for every website you visit with this browser.
    It’s dead simple, just use “Create New Style” from plugins menu, give it a name and put the code into the sections code field. Then hit “save” on the left and you’re done.

    To develop your own hacks, Chrome’s integrated DevTools is all you need. But I have no clue about your html/css skills, so you probably know what I mean or you can google it ??

    But again, I really hope the plugin author of “Enhanced Media Library” will make this compatible with Elementor soon.

    Wish you the best,
    Manuel

    Plugin Author webbistro

    (@webbistro)

    Hello all,

    We will release v2.6.1 with the CSS (necessary for the compatibility) included in a few hours. It’s not a full compatibility with Elementor, but for many it would work.

    We are working on page builders compatibility for the future versions.

    Best,
    -Nadia

    Glad to know that you’re working on it. Please, add compatibility for Beaver Builder. Thanks.

    Plugin Author webbistro

    (@webbistro)

    Hi @revixi5,

    All page builders support will be added, no worries. Thank you for your patience!

    For all interested: v2.6.2 contains CSS necessary for making the plugin filters work with Elementor.

    Best,
    -Nadia

    md

    (@duchschererm)

    Thanks for Elementor CSS fix. Works fine.

    Thread Starter beitsiach

    (@beitsiach)

    Thank you, I have upgraded and it is working now.
    Vera

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Doesn’t work with Elementor page builder’ is closed to new replies.