Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #799973

    mcohen
    Participant

    Hi Support–

    Website: http://www.martycohenphotography.com
    Wordpress Ver: 4.4.2
    X Theme ver: 4.3.4
    Cornerstone ver: 1.1.3
    Essential Grid (extension) 2.0.9.1

    I’m using the Essential Grid Extension on this page: http://www.martycohenphotography.com/southwest-us/
    Two questions:

    (1) THIS ONE NOW RESOLVED-Got the answer from the Facebook group (but not question 2 below). When you click on an image in the gallery, then on the view icon, the lightbox image has no next and previous arrows. I made sure the “Navigation Arrows” selection is chosen in the lightbox settings (see image). I’ve tried it with various different skins but they do not show up. I’ve also tried disabling all plugins except for Cornerstone and Essential Grid and this did not solve the problem.

    (2) ALSO RESOLVED: How can I adjust the opacity of the lightbox that surrounds the image? I want to decrease the opacity and make it darker.

    I will send you login and ftp credentials in a private reply in case you want to look at my site.
    Thank you…
    Marty

    #799976

    mcohen
    Participant

    I found solutions to both problems.

    1) In the Ess Grid Settings, go to the Lightbox tab > LIghtbox Gallery > Gallery Mode > All Items

    2) In the customizer:
    /* Modify color and transparency of lightbox window around the image */
    .esgbox-overlay {
    background-image: none !important;
    background-color: rgba(0,0,0,0.90) !important;
    }

    Marty

    #800681

    Jade
    Moderator

    Glad to hear it’s now sorted Marty and thanks for sharing the solutions. Cheers!