Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26401

    I have the Enfold theme

    When a portfolio post opens in AJAX, it shows the image, title and text for that project. But clicking on the title it also opens that same portfolio post by itself, with no AJAX. When using AJAX, I would like to disable the link as I don’t have much information for each project.

    Also would this be an added option in the future? To have it as an option to have a link or no link on the title to a full page project.

    #130280

    Hi,

    Please add this on your custom.css or Quick CSS

    .portfolio-preview-title a {
    pointer-events: none;
    }

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How do I make the portfolio post title, opening in ajax, not be links?’ is closed to new replies.