Home Forums WoodMart support forum Disable portfolio project page views

Disable portfolio project page views

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

    CumerKarl
    Participant

    Hi!

    How can I keep portfolio grids and photos visible but disable the project view itself so it can’t be clicked or viewed?

    Thank you in advance!

    #401480

    Luke Nielsen
    Keymaster

    Hello,

    Please try to use the below code for disabling the click and view of the page.

    .portfolio-entry .project-link,
    .portfolio-entry .wd-entities-title a {
        pointer-events: none;
    }

    Keep me informed of any issues.

    Kind Regards

    #401482

    CumerKarl
    Participant

    That worked, thank you for the quick reply!

    #401483

    Luke Nielsen
    Keymaster

    You’re welcome!

    In case you need any additional help, I’d be more than happy to assist you.

    Wish you all the best.

    Kind Regards

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Disable portfolio project page views’ is closed to new replies.