Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #430304

    Hi!,
    I have a gallery (simple gallery) with 30 images and I would like to hide the thumbnails. Without these thumbnails, the access to to lightbox would be by a text link, like “Open the gallery 1”. So, when I click in this link text, it shows the open gallery in the lightbox mode -in the same way like in the image thumbnail without hidding the thumbnails, in the standard mode-.
    Is it possible?
    Thanks in advance!
    Joan

    #430322

    Hey Joan

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-gallery-thumb {
      display: none;
    }

    If that does not help, please post a screenshot and show the changes you would like to make :)

    Best regards,
    Yigit

    #430367

    Thanks Yigit,
    Without css changes I get this kind of gallery:
    (text title) This is the gallery1
    (simple gallery) thumbnail1 thumbnail2 thumbnail3 thumbnail4 thumbnail5 thumbnail6 thumbnail7, etc…
    So, when I make a click in a thumbnail, it show this image in the lightbox mode…

    With your helpI it works perfectly about hiddind the thumbnails, but I get only the text title:
    (text title) This is the gallery1
    So, I need to click in the text title to show this image in the lightbox mode…

    Now, I need the second part:
    Convert the text title (This is the gallery1) in a link (Open the gallery 1), so clicking this text link (Open the gallery 1), this action shows this certain gallery.

    Thanks in advance!

    Joan

    #431027

    Hi!

    I’m sorry but what you’re describing is not possible without major modification on the theme. Please hire a freelance developer or contact codeable: http://kriesi.at/contact/customization

    Regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.