Okay
  Public Ticket #2165634
Image Gallery
Closed

Comments

  • Eric started the conversation

    I'm trying to create post with an image grid gallery placed on a exactly as described and shown in the documentation (http://themenectar.com/docs/salient/galleries/) for a client. 

    Two key things: 

    1. Where do I set the color for the caption text? I did not see that in the Salient Options tab for either General or Accent.
    2. When clicking on an image, it goes to that file's URL. In the documents page, it displays as a lovely carousel of the images, allowing one to click or left/right arrow to the next image. How is that being done? The directions say "Make sure you also have the" and then nothing else.
  •  3,023
    Andrew replied

    Hi Eric,

    -Use the following custom css to change caption text color:

    @media only screen and (min-width: 768px){
        .wp-caption{
        color:red;
    }
    }
    

    - Enable the light box in Salient > General settings > Functionality. scroll to a section where you can set all image links to open lightbox.

    Hope this helps.