Okay
  Public Ticket #1994774
Block the access to my portfolio Items
Closed

Comments

  •  15
    Gerard started the conversation

    Hi,


    I'm writing this message because I can't find the option to block the access to my portfolio items displayed on the related page I attached here. I want to display the portfolio items like they are displayed now but i'd like to unable people to access to that items.


    Thanks in advance! ;D

  • [deleted] replied

    Hi Gerard,

    Can you please add the code below to your Custom CSS area:

    .portfolio-holder .item-box {
    position: relative;
    pointer-events: none;
    cursor: default;
    }
    Have a great day!

  •  15
    Gerard replied

    Hi Ylli,

    Thanks for your help. This code works well but do you know how can I activate the rollover? I still need the rollover but I want to block the access to that portfolio pages as this code does now.

    Thanks in advance ;D

  • [deleted] replied

    Hi Gerard,

    To do that, you need to do this (see video) in those portfolio projects.

    Have a great day!

  •  15
    Gerard replied

    Perfect, I'll take a look and do it now!