• Resolved DanDesigns

    (@dandesigns)


    Hi, I am having a couple of problems with my gallery on this page: https://danbdesign.com/thumbnails/

    1) When I click an image, it doesn’t open the lightbox, it just opens the image itself.

    2) Can I remove the all button at the top of the page?

    3) Is there any way to remove the border on each image?

    Thanks,
    Daniel.

    • This topic was modified 7 years, 3 months ago by DanDesigns.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author A WP Life

    (@awordpresslife)

    Hi,

    Actually, you have to select at least 1 filter with the image. please select the filter and try then let us know.

    For the border use this code into Custom CSS of plugin

    .thumbnail {
    border: none !important;
    }

    Thanks!

    • This reply was modified 7 years, 3 months ago by A WP Life.
    Thread Starter DanDesigns

    (@dandesigns)

    Thank you, both of those worked.

    Is it possible to hide the filter buttons on the page?
    Also, is it possible to hide the file name in the lightbox?

    Thanks for the help!

    Plugin Author A WP Life

    (@awordpresslife)

    for hiding the filter and the file name in the lightbox –

    .simplefilter li {
    display:none;
    }

    .modal-title {
    display:none;
    }

    Please try and let me know.

    If you like our plugin & support please rate our plugin HERE

    I will be really appreciated

    Thanks!

    • This reply was modified 7 years, 3 months ago by A WP Life.
    Plugin Author A WP Life

    (@awordpresslife)

    Hi,

    Hope your plugin working fine now.

    Please rate our plugin, it will be helpful for our team and the plugin. And encourage our team to continue support. HERE

    Thank you!

    Thread Starter DanDesigns

    (@dandesigns)

    Thank you, it is working! I have left a review ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Problem with Lightbox’ is closed to new replies.