Okay
  Public Ticket #1322908
Portfolio Filter "ALL" & Portfolio List
Closed

Comments

  • zenabala started the conversation

    Hi there,

    I know you don't do any customizations, but I already checked the web and I'm really helpless about two cases considering your WP Theme Snow:


    1. How do I get rid of the filter category "ALL"? My client does not want it to appear in the category filter. Any clue?

    2. nk Portfolio List: Is there a possibility to choose a style, which shows only one Portfolio ID, without being in a grid of three parts? I would like the field to only show ONE portfolio post, filling the filed out. You can see the issue here:

    http://neu.majestypaper.com/

    (the polar bear! It would be great if the portfolio post would fill in the whole field)

    Any idea? :-)

    And where can I change the post "read more" links, since it's a german site, I would like to change into german language.

    I would be very thankful, if you could help me out.

    Thanks a lot and best regards,

    Zena

  •  522
    Nikita replied

    Hi, Zena.

    1. You can try to hide "All" filter link using custom CSS:

    .nk-isotope-filter [data-filter="*"] {
        display: none;
    }
    

    2. You can show a specific works by ID in Query tab of shortcode settings:

    3. Theme string you can change, using, for example, Loco Translate plugin.

    Best regards, nK.

  • zenabala replied

    Hi There,

    the Custom CSS link won't work and hide "ALL" in the filter categories … any other idea? :-)

    Thanks & regards,

    Zena

  •  522
    Nikita replied

    Hi.

    I see it working ok: