Okay
  Public Ticket #1120171
Deactivate category link in portfolio
Closed

Comments

  •  8
    Michal started the conversation

    Hi,

    I'm trying to use the portfolio categories in a rather unorthodox way - I only just need them to say Shop Now underneath the title on some tiles. That however has the drawback of causing the portfolio to reshuffle to only show the items in this category when you click on the category name on the tile. Is there any way of preventing that / disabling the links?
    Thanks a lot.

  • [deleted] replied

    Hi Michal,

    I'm sorry but I'm afraid that i can't understand your question.

    Can you please try to be very specific about the question and explain it more to us, in this way we can easily understand you and tell you if that is possible or not.

  •  8
    Michal replied

    Hi Ylli,

    Sorry for not making myself clear. Have a look at the attached screenshot please. As you see, when you hover over the tile you can see the portfolio item title and the category below - in my case it says Shop Now. As you know, clicking on that makes the masonry reshuffle to show all the items from the category. I would like to disable this functionality. I hope this makes sense, if not I'll try to explain somehow else.
    Thanks a lot.

  • [deleted] replied

    Hi Michal,

    Sorry but i can't see any attachment from you. Maybe this is happening because ticksy (this support forum) is having some problems for the moment or you have forgot to attach the screenshot.

    Please just send us the exact URL of the page that you are talking about and share your Wordpress credentials here, because I need to login to your site and see if the question that you asking is possible or not. Your information is safe here (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

  •   Michal replied privately
  • [deleted] replied

    Hi Michael,

    This is a customization question and support doesn't offer customization services as we wrote on our documentation homepage. I will try to help you this time only.

    .portfolio-holder .item-box.wow .thumb .info p.terms a {
        pointer-events: none !important;
        cursor: default !important;
    }
    

    P.S: I can see that you already updated WooCommerce plugin, please read this article: Theme contains outdated copies of some WooCommerce template files

    As we always write this information in Kalium release notes: "Laborator recommends not updating WooCommerce to a newer version than 2.6.14 before we release compatible version of latest WooCommerce update"

  •  8
    Michal replied

    Hi Ylli,

    I really appreciate and I do understand that this is you going out of your way to help me. And it's hardly the first time you are doing that to be quite honest. Thanks a lot for that.
    I put the code in the portfolio item's custom CSS and unfortunately it had no effect. Could I possibly ask you to have one more look at it? If it proves too time consuming, don't worry about it, I'll find some way around it. Thanks very much again.

  • [deleted] replied

    Hi Michal

    Sorry but i forgot to close the bracket } on the previous code.

    Can you please add this new code to Custom CSS

    .portfolio-holder .item-box.wow .thumb .info p.terms a {
        pointer-events: none !important;
        cursor: default !important;
    }
    
  •  8
    Michal replied

    Hi Ylli,
    I did notice that and I did add the bracket previously - still no effect though:(

  • [deleted] replied

    Hi Michal,

    Can you please add the code below to Custom CSS

    .portfolio-holder .thumb .hover-state .info p a {
        pointer-events: none !important;
        cursor: default !important;
    }
    

    This is the only solution there.

  •  8
    Michal replied

    I'm sorry to say Ylli but it doesn't work either. Well, I guess it's time we live it. Thanks a lot for your effort!