• Resolved Stefan Krapf

    (@synormedia)


    Hello
    Unfortunately, I can no longer write a reply to the original post, as it has been closed: https://www.ads-software.com/support/topic/bugs-with-wpbakery-page-builder/

    It is about the first problem again (the second one has been fixed – thanks for that!):
    I have looked at it again. The mentioned window is indeed from a third party (UpSolution, theme “Impreza”).
    The window has the CSS class “.us-paste-section-window” and in its original state this class has the property “z-index: 13;”.
    As soon as I set the property to “z-index: 1100;” via the developer tools, the window is on top again.
    So the solution I see is either that you make a fix for Impreza and overwrite this class with “z-index: 1100;” or that you set an element you created that probably uses z-index: 1099 to z-index: 12.

    Hallo
    Leider kann ich beim originalen Post keine Antwort mehr schreiben, da dieser geschlossen wurde: https://www.ads-software.com/support/topic/bugs-with-wpbakery-page-builder/

    Es geht dabei nochmals um das erste Problem (das zweite wurde ja behoben – besten Dank dafür!):
    Ich habe mir das nochmals angesehen. Das erw?hnte Fenster ist in der Tat von einem Dritthersteller (UpSolution, Theme “Impreza”).
    Das Fenster hat die CSS-Klasse “.us-paste-section-window” und im Originalzustand hat diese Klasse die Eigenschaft “z-index: 13;”.
    Sobald ich über die Developer-Tools die Eigenschaft auf “z-index: 1100;” setze, ist das Fenster wieder on top.
    Die L?sung sehe ich also entweder darin, dass ihr einen Fix für Impreza macht und diese Klasse mit “z-index: 1100;” überschreibt oder dass ihr ein von euch erstelltes Element, dass wahrscheinlich z-index: 1099 benutzt, auf z-index: 12 setzt.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author FAKTOR VIER

    (@faktorvier)

    Hi @synormedia

    We’re currently trying some changes related to the z-index problem. Its really hard to find a solution that works with every plugins (especially page builders), but we’re working on a good solution. Keep an eye out for one the next plugin versions, hopefully that will fix it for you too.

    Plugin Author FAKTOR VIER

    (@faktorvier)

    Hi @synormedia

    We’ve tried some small changes. Can you help us test this in your installation? Since you are familiar with the developer tools, could you remove the z-index properties from the following elements: #wpbody (1000), #adminmenumain (2000) and #f4-tree-container (1100) and tell me if this breaks anything in your installation? Or if everything looks fine with this changes? We would appreciate that!

    Plugin Author FAKTOR VIER

    (@faktorvier)

    Hi again @synormedia

    We’ve just released a new version that contains our z-index changes. Let us know if this fixes your problem or if it makes it even worse.

    Thread Starter Stefan Krapf

    (@synormedia)

    unfortunately it’s really the same like before:
    https://i.ibb.co/pytC1Js/image.png

    Thread Starter Stefan Krapf

    (@synormedia)

    As you requested above, I tried removing the z-index specifications of the corresponding elements. The display remains correct, but the mentioned window with the z-index 13 is still in the background (see screenshot above).
    You could just paste this CSS code, then it works:
    .us-paste-section-window {z-index: 1101;}

    Plugin Author FAKTOR VIER

    (@faktorvier)

    Thats strange. As we’ve removed all z-index values (so the tree has a z-index of 0 now, thats the default), the .us-paste-section-window should be always on top, because there should be nothing from our plugin above this window. We’ve testet this as good as possible with WP Bakery (and the newest tree plugin version), and there is actually nothing that has a higher z-index than 13 (expect for the other overlays from WP Bakery). Just to be sure: You’ve updated to the latest version of the tree plugin (1.1.12)? And have you cleared the browser cache for the page to be sure that the latest stylesheet is loaded?

    We can’t really test this because we don’t have access to this theme. If you can send us access to a staging environment, we could analyze it better.

    Thread Starter Stefan Krapf

    (@synormedia)

    Ups, sorry, my fault – I had to clear all cookies………….!!!!!!!!!
    Now it’s working!! :-)))
    Thanks a lot!

    Plugin Author FAKTOR VIER

    (@faktorvier)

    Ah very good, thanks for the feedback. Glad its working now!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Bugs with WPBakery Page Builder II’ is closed to new replies.