Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #705066

    HI,
    I want to know if is possible to block the link behavior in a terminate portfolio grid.
    Right know i can choose between open in a page, ajax preview o lightbox. I want that the portfolio just show the image, with no links, but just in specific portfolio grid in one of my pages.

    That´s possible?

    I have used

    a.grid-image {
    pointer-events: none;
    }

    And thats works for entire site, but i need this behavior just in a specific page.

    Thank you

    Daniel Maldonado

    • This topic was modified 8 years ago by dmaldonado.
    #705101

    Hey Daniel!

    Can you please post the link to your page and point out the portfolio item you would like to target?

    Best regards,
    Yigit

    #705105

    This page http://inverlink.dm-studio.com/experiencia/
    I just want to show the portfolio items. But i have another portfolio categories in others pages that need the links.

    DM

    #706498

    Any Ideas here?

    #706548

    Hi,

    Thank you for the info. Please use this code in the Quick CSS field.

    .page-id-380 .grid-image {
        pointer-events: none;
    }

    Best regards,
    Ismael

    #711663

    Thank you Ismael, works pretty fine, but now I´m wondering if there is chance that the filter by category works?

    #712582

    Hi,

    I checked the link you’ve provided and the filter seems to work fine. Can you explain further about the issues? you could also send us screenshots highlighting what’s going on. Please use imgur.com or dropbox.

    Best regards,
    Andy

    #712583

    Hi Andy,

    Right now works because i have disable the code that Ismael told me, but when i used the code un order to disable the link on Images also disable the link on filtres.

    #712604

    Hey!

    I am afraid we can not specific it to work only for the one, as there is no more specific class to use.

    Thanks a lot

    Regards,
    Basilis

    #712609

    Ok, thanks anyway, i will filter each one.

    #712760

    Hi,

    Ok, thanks for the feedback. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

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