• Resolved lindeneller

    (@lindeneller)


    Hi there-

    I’m running the Virtue Free theme. I was wondering if there’s a way to disable or remove the lightbox links on the images in a Portfolio Slider page. It seems completely unnecessary and redundant as the images are the same size.
    Example: https://illustration.lindeneller.com/portfolio/jam-sessions/

    Also, for a single image Portfolio page, is there a way to upload a different image for the actual Portfolio page, rather than it using the “featured image” which is also used as the thumbnail? For example, I have a horizontal artwork, that I added white on the top and bottom to form a square image to be used as the thumbnail (so you can view the entire artwork instead of a cropped version). However, when you view the image on the Portfolio page, I would like to use the original horizontal image, so I don’t have extra white space on the top and bottom. Not sure if this makes sense or not. Have a look here: https://illustration.lindeneller.com/portfolio/foggydale-farm/

    I really appreciate any help anyone can offer!

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • 1. Add this CSS to Theme Options> Advanced Settings to disable the lightbox:

    .portfolio-single .flexslider .slides li {
        pointer-events: none;
        cursor: default;
    }

    a
    2. No, you cannot use a different image besides the featured image for your portfolio page.

    -Kevin

    Thread Starter lindeneller

    (@lindeneller)

    It worked! Thank you so much!!

    And for the second issue, I ended up accomplishing what I wanted by just using the Slider setting instead of the Image setting for a single portfolio image, and then uploaded my alternate image in the slider section.

    Really appreciate your help on deactivating the lightbox link!

    No problem, I’m glad to help. And great! I’m glad you found a workaround.

    -Kevin

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Virtue: Removing Lightbox Link in Portfolio Slider’ is closed to new replies.