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

    Hi everyone,

    thanks for the great support so far. I have another weird request: on the site: http://www.dev.zerza.com/exhibitions/
    I have a portfolio element – some of the portfolio items have proper content, but some don’t really have enough content to be it’s own item – is there a way to disable the links on those, so i just have the preview image, title and excerpt in the portfolio view but can’t click to go deeper?

    Thanks!

    credentials to access the page below

    #974753

    Hey Ushbot,

    Do you want to disable the links completely on all portfolio items or just on certain ones?

    Best regards,
    Victoria

    #975052

    Hi Victoria,

    just in certain ones – thanks!

    best

    #975157

    Hi Ushbot,

    You can use this css code to disable certain links in your portfolio element. Just add this css code in Quick CSS (located in Enfold > General Styling):

    #top .exhibitions .grid-entry.post-entry-xxx a {
        pointer-events: none;
    }

    just replace xxx with the right post id, for example New York Designs has post id of 1665, so the code you can use is:

    #top .exhibitions .grid-entry.post-entry-1665 a {
        pointer-events: none;
    }

    Hope this helps.
    Let us know if you need further assistance.

    Best regards,
    Nikko

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