• Resolved Aristillus

    (@aristillus)


    Hi there I use Weaver II responsive theme and wanted a gallery with light box, this plug appears to be great and easy to use but after loading the shortcode onto my page and previewing the page, it allows you to click on the image and opens it beautifully in a light box but then it stops working. I am not able to close the image in the lightbox or move to another image there is no “x” in the corner to close it or arrows to move to next image, I have no idea what is wrong, has anyone else has the same problem, if so how did you get around it. I warn you now that am not a code person so please do not tell me I need to change code in this that and the other as I will not understand. Hope someone can help.

    https://wordpress.org/plugins/responsive-photo-gallery/

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

    (@weblizar)

    Hello Aristillus,

    Can you share me your gallery url?

    Thanks

    Thread Starter Aristillus

    (@aristillus)

    Site is not officially LIVE yet but have turned live so you can see what is happening, the link is below.

    http://aristillus.co.uk/gallery/

    Plugin Author weblizar

    (@weblizar)

    There only a small css is conflict. So there close(X) button is hide.

    Follow these steps to resolve this problem

    Step-1 : Open your plugin directory then open folder responsive-photo-gallery

    Step-2 : Open file responsive-gallery-short-code.php on any editor

    Step-3 : Copy below css code

    .rebox-close {
      right: 10px;
      top: 60px !important;
    }
    .rebox-button {
     background: rgb(241, 50, 50) !important;
     opacity: 1 !important;
    }

    Step-4 : Paste above css code at near line 90 before </style> tag.

    Step-5 : Save file and then view your gallery.

    Let me know if get any other problem.

    Thanks

    Thread Starter Aristillus

    (@aristillus)

    I must have put it in the correct place as it now showing a red cross, many thanks for your prompt help. If this plugin gets updated will I have to do this again.

    Once again thankyou

    Hi
    I have the same problem, when I click on a image it will not close.
    You can see the problem here:
    http://loppekisten.dk/michael-andersen/

    I use the catch box theme, and I have tried copying the above mentioned css into the coderesponsive-gallery-short-code.php.
    I did not work for me.

    Do you have a solution for me? I hope so 🙂
    Thx from Denmark 🙂

    Plugin Author weblizar

    (@weblizar)

    Hello Lizzy,

    I have checked your website lightbox is working perfect. There is a close button is visible on top-right side corner .

    Check this screenshot

    Thanks

    So sorry!!
    My control panel covered the X which i now see waaay up i the corner.
    Thanks and again, sorry!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Free Version – Cannot Close lightbox on first image’ is closed to new replies.