Okay
  Public Ticket #2598090
Portfolio Settings
Closed

Comments

  •  1
    michellebea started the conversation

    On our Featured Work page, I want to temporarily disable the linking of the portfolio items to the individual pages (they aren't ready yet). In the documentation I'm seeing there is a 'Lightbox Only' option, but cannot for the life of me find where I set that setting in the Salient settings.  Can you please tell me where I can make that change? I know I've seen it before, but cannot find it again - making me crazy! Thank you!

  •  2,963
    Andrew replied

    Hi Michellebea,

    Please allow me to understand, do you want the items not to be clickable? if so then try the css below: Salient >General Settings > CSS/Script Related:

    .portfolio-items .col.span_3 .work-item .work-info a {
        pointer-events: none;
    }

    Let me know whether I am missing something.

    Thanks.

  •  1
    michellebea replied

    Hello Andrew,

    There is a setting for the portfolio items to be 'lightbox only' - if you look in the Salient documentation you find it. I know I've used the setting on other sites, but now when I'm hoping to use that setting, When you go to the portfolio settings pages, and compare then with the documentation, you can see everything that comes before it, and after it in the documentation, but the 'Lightbox Only' setting seems to be missing.

    You are correct that I don't want the portfolio items to be clickable (for now).  I will try your CSS, but would really like to find the setting where I can simply turn it on and off - I KNOW it existed at one point, just can't find it.

  •  2,963
    Andrew replied

    Hi There.

    Ensure you have updated the Salient theme to the current version which is 12.1.3 and also wpbakery which 6.4.1. Please see http://themenectar.com/docs/salient/updating-salient/.

    Let me know if its still missing after the update.

    Thanks.