Okay
  Public Ticket #1054456
Rank in category
Closed

Comments

  •  2
    MichalBuchtaFotograf started the conversation

    Please, How I can change rank in category? For example you can see in pic. Frist black and white, seconf animals etc... Is it possible?

    And another question:

    How I can delete category ALL?

    Thank you.

  • [deleted] replied

    Hi Michal,

    1— We wrote for this on our documentation site Ordering the Portfolio Categories in Filter.

    2— Please add this code on Theme Options > FooterJavaScript & Tracking Code:

    jQuery( document ).ready( function( $ ) {
        function hideItems() {
            jQuery( '.portfolio-category-all' ).hide().next().find( 'a' ).click();
        }
        
        hideItems();
        $.debounce( 200, hideItems )();
    } );
  •  2
    MichalBuchtaFotograf replied

    Hi Ylli, 

    Thank you very much! It is Helpful!

  • [deleted] replied

    Glad to hear that

    P.S: If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab, (if you don't know how, just open this link).

    A huge thank you from Laborator in advance and have a great week!