• Resolved kaschwei

    (@kaschwei)


    Hi!

    Maybe I′m wrong here, but I′m searching for the wp bakery page builder Plugin.
    But I found only the plugins for the addons.
    Maybe someone can help me. In my page the popups which are created by manson view or gried view are always to short, so that you can′t see the navigation arrows completely. It seems that the window is not high enough. But I don′t see how to fix it.
    Also with a css editor it′s not possible to catch the pop up.

    Maybe someone has an idea.

    Best Regards

    Heinz

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author livemesh

    (@livemesh)

    You just need this custom CSS to alleviate the problem of the theme setting a bottom margin on all IMG elements –

    #pp_full_res img { margin-bottom: 0; }

    Thread Starter kaschwei

    (@kaschwei)

    Thank you very much! Great this support.
    Ist there a list available which elements there are also existing,
    For example to set the thumbnails hidden or something else?

    Best Regards

    Heinz

    Plugin Author livemesh

    (@livemesh)

    You are welcome. We are not clear about your query. Are you asking if thumbnails can be displayed as part of lightbox? Can you pls clarify? Thanks.

    Thread Starter kaschwei

    (@kaschwei)

    in the lightbox there is the image and in the bottom of the lightbox there are thumbnails or an navigation with arrows. What′s the name for this element to define them in css?

    Plugin Author livemesh

    (@livemesh)

    You can target these thumbnails using the selector

    .pp_gallery ul a img {}

    You can view these elements using the Chrome Dev Tools.

    Thread Starter kaschwei

    (@kaschwei)

    thank you very much, great

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘wp Bakery Page Builder Popup Problem’ is closed to new replies.