• The link function for this gallery plugin does not work.

    I created a test gallery, chose “Link” for the type for each image, and then entered URLs into the Link fields.

    Unfortunately, the gallery does not act like any of this has been entered and simply offers up the default of opening a lightbox option.

    The Show Label function also does not work.

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

Viewing 1 replies (of 1 total)
  • Plugin Support weblizar_support

    (@weblizar_support)

    Hi, homemadejam

    This is just a CSS issue, theme’s CSS overrides the plugin CSS and make the button hide.
    We found that the following CSS code causes the problem

    .gp_container380 .btn-desc380 {
    color: black !important;
    background: #FFF!important;
    border-color: #FFF!important;
    color: #FFFFFF!important;
    }

    If we remove the “background: #FFF!important;” the problem will be solved. So go to plugin’s custom CSS and apply this CSS code:

    .gp_container380 .btn-desc380 {
    background: #0085ba !important;
    }

    Please notify us after applying the solution.

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Link function does not work’ is closed to new replies.