Portfolio: Remove link to the categories single pages

Home Forums Jevelin Theme Portfolio: Remove link to the categories single pages

Home Forums Jevelin Theme Portfolio: Remove link to the categories single pages

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    RESOLVED Posts
  • Ly
    Participant

    Hello, I hope you are well.

     

    I have a Problem with a category link in Portfolio.

    So you can add categories in the portfolio. If you click on a single category on the website, you will be taken to another page where all projects are listed for the corresponding category. However, I do not need this page, so I thought I just removed the links of the categories that brings the user to the corresponding category (but the name of the category should stay – just remove the link).

     

    I tried this code:

     

    .sh-portfolio-single-info-item a{
    pointer-events: none;
    cursor: text;
    }

     

    but he disables all links (including my URL from the customer – but which should remain).

     

    Can you tell me how to do it right?

     

    And then I have a second question: Is it possible to change the name “Categories” to “Kategorie”?

     

    Thanks a lot,
    Ly

    Attachments:
    You must be logged in to view attached files.

    Hi Ly,

     

    I hope you are well today and thank you for your question.

     

    Can you tell me how to do it right?

    Could you please share me the page URL from your site where it is displaying so that I can help you?

     

    And then I have a second question: Is it possible to change the name “Categories” to “Kategorie”?

    You can change it either by translating it as described here https://support.shufflehound.com/theme-translation/ or using any of the following plugins to change it.

     

    https://wordpress.org/plugins/say-what/

    https://wordpress.org/plugins/real-time-find-and-replace/

     

    Best regards,
    Shufflehound team

    Ly
    Participant

    Hi, I’m fine thanks 🙂

     

    If you click on a project in my portfolio -> there I mean the links of the categories (now “Kategorien”), which brings you to another page with the corresponding projects to the respective category.

     

    Or is there perhaps also a way to disable the pages themselves?

     

    The translating plugin works perfectly. So thanks for that!

     

    Many Greetings,
    Ly

    Solution for this topic

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-portfolio-single-info .sh-portfolio-single-info-item:last-child a{
    pointer-events: none;
    cursor: text;
    }

    Ly
    Participant

    It works!

     

    Thank you 🙂

    You are most welcome here 🙂

    huckleberry23
    Participant

    Hi there – I am using the Architect Demo theme and the above CSS doesn’t work for me to remove the link from the portfolio images. In fact, I’ve tried adding custom CSS in three different Additional CSS or Custom Code areas in the dashboard for this theme and none of them seem to display any CSS modifications in general, so it’s difficult to tell if the CSS addition above actually works or not. Can you help?

    Shufflehound
    Moderator

    Hi there,

     

    Please create a new ticket regarding to your issue.

    Older and resolved topics are no longer active and do not notify us for new replies.

     

    Best regards,

    Shufflehound team

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