Display a specific department when started besides "ALL"

  • Posted in : BookCard WP
  • Pennieless
    Participant

    Having trouble searching the forum, and didn’t want to post unnecessarily but, is there a way to sort the departments so something other then ALL displays on the first landing, or actually that all the portfolio items are never displayed? I am guessing it’s done in CSS, something similar to pf { display: (department name); } but I am not sure if that’s the right path or not. Any suggestions would be appreciated.

    ahmetsali
    Keymaster

    Hi, paste the code below to the “External Stylesheet / Javascript” box under Theme Settings > Style;

    <script>
    $(function() {
       $('#filters li').first().remove();
       setTimeout(function() { $('#filters li').first().find('a').trigger('click')}, 1000);
    });
    </script>
    

    Also we plan to improve our support forums usability (better search results) in a near future. Thanks for the feedback.

    Pennieless
    Participant

    Ahmetsali,
    Thank you so much for your response. It works perfectly.

    joelkald
    Participant

    Hi I want to translate the “all” tag in categories to “todos” but I can’t find where is it in the code, can you help me?

    ahmetsali
    Keymaster

    @joelkald

    Hi, please check out Documentation > Localization section.

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register