Okay
  Public Ticket #1994191
Gallery Popup Close Button
Closed

Comments

  • Stephen Hammock started the conversation

    I just want to say thanks for you previous support. I have found a behavior on the Gallery "Popup" within the gallery.html on "Mobile" devices that will confuse the visitor and I believe is a bug.

    From the gallery.html page when you click on an image, the image will display in a "Popup" with a "X" button located at the "Top Right" corner of the page. When you Tap the "X" button the "Popup" will close but then it fires the "Main Drop Down Menu".

    I believe this is an undesired behavior. What can be done to make this work?

  •  840
    Jelly replied

    Hello,

    I am going to contact our developers about this issue and get back to you ASAP.

    Best Regards,
    Jelly Team

  •  840
    Jelly replied

    Hello,

    Could you please go to styles/main.css and add this code at the end of the file:

    .navbar-default .navbar-toggle { transition: top 0.5s linear; top: 0px; } .swipebox-html .navbar-default .navbar-toggle { top: -50px; }
    

    Clean your cache before checking the result.

    Best Regards,
    Jelly Team