Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author weblizar

    (@weblizar)

    Hi MORDHT,

    It’s a minor CSS conflict. Need to modify a single line code property only.

    Here The Simple Instructions:

    1) install “Wp Editor” for plugin code editing.

    2) Go to Plugins –> Plugins Editor

    3) Select to open file bootstrap.css in plugin’s CSS directory list and find below code;

    .collapse {
      display: none;
    }

    4) Update code property: none to auto:

    .collapse {
      display: auto;
    }

    5) Save file check page preview.

    And let us know.

    Thanks for using Lightbox Slider Gallery plugin.

    With Pleasure
    Weblizar

    Thread Starter MORDHT

    (@mordht)

    Thanks a lot! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu disapears’ is closed to new replies.