Okay
  Public Ticket #247098
no link portfolio item
Closed

Comments

  • Josephine started the conversation

    Hi, I am using the portfolio as an calendar for my site. Is it possible to have the portfolio items not link to a single portfolio item?

    Donna

  • Krishna replied

    +1

  •  8,846
    Tahir replied

    Yes , there is a css hack which is used in the menu FAQ as well http://themenectar.ticksy.com/faq/2319 .  Though the appropriate css selector would need to be added for the portfolio item depending upon what options are chosen. 

    Thanks


    ThemeNectar Support Team 

  • Josephine replied

    Oké, thanks for your quick reply but I don't understand exactly with what you mean by the appropirate css selector I should choose. ...

    Donna

  • Krishna replied

    Add this into the Custom CSS box located in your Salient Options panel :

    .portfolio-items .col .work-item.style-4 .work-info a {
        pointer-events: none;
        cursor: default;
    }
    
  •  8,846
    Tahir replied

    Thanks for posting @Krishna. 

    Cheers


    ThemeNectar Support Team 

  • Krishna replied

    Happy to amplify your great help, Tahir.

    I had a quick follow-up question, if I may:

    Is there a way to do the same (disable clicks on portfolio items) for the portfolio items that appear on the home-portfolio-eye-candy page?

    Thanks again!

    Krishna

  •  8,846
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel :

    .portfolio-items .col .work-item .work-info a {
        pointer-events: none;
        cursor: default;
    }
    
    
    

    Cheers


    ThemeNectar Support Team 

  • Josephine replied

    Thanks for your help with this!