Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #27993

    Hi,

    I would like to use only the ajax preview in my portfolio, not having the project name in the ajax preview to link to the portfolios own page. I found a easy solution by changing the “Link portfolio item to external URL” to “#”. But even if that works, I would look better to remove the link completely (so that the visitor don’t think the link should point somewhere) to plain simple text.

    Regards,

    Tomas

    #136084

    Hey,

    You can add this on your custom.css or Quick CSS

    .grid-entry .grid-entry-title a {
    pointer-events: none;
    }

    Remove browser cache the reload the page.

    Regards,

    Ismael

    #136085

    Hi,

    I added it to quick CSS and removed my cache, but the links are still there.

    http://agwp.agarkitekter.se/projekt/

    Username: test

    Password: test

    Regards,

    Tomas

    #136086

    You can try this:

    .portfolio-preview-title a {

    pointer-events: none;

    }

    Ismael gave this to me.

    #136087

    That worked, thanks!

    Too bad IE don’t support pointer-events though. Going in editing the ajax code maybe too complicated (?), so I guess this will do.

    #136088

    Hey,

    Glad it worked. :)

    Cheers,

    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove link to portfolio from ajax preview’ is closed to new replies.