Okay
  Public Ticket #185067
Category Order and Stuff
Closed

Comments

  • leah started the conversation

    Hey Nectar, Its me, Kevin,

    I love your theme and think its bloody brilliant. Although your documentation and visual composer make things very easy to build and navigate, I\'m having a few issues that are driving me crazy.

    1. I\'d like to completely remove “Sort Portfolio:” text. I’m able to hide it by placing a space in the Custom “Sort Portfolio” Text in salient options but a colon is still present.

    2. I\'d like custom sort the Categories that display, not alphabetically by category name but alphabetically  by slug name. This way I can have the more dominant categories display before some of the less important ones. I have gone into the functions.php and replaced the call to categories list to 

    \'orderby\'  => \'slug\'

    but have had no luck at actually getting them to order correctly. Maybe you cans shed some light on this. 

    3. Is it possibly to sort the blog section by category exactly like the portfolio categories with a horizontal menu as well as sort animations?

    Thank you for your help. You\'re like my web jesus.

  •  8,838
    Tahir replied

    Hey Leah!

    Appreciate your positive comments. Unfortunately this would require some custom development. If you really need this modification done you could head on over to microlancer which is a service from Envato that offers paid WordPress customizations. I'm sure a developer on there would be able to wrap this up for you :)

    Thanks


    ThemeNectar Support Team 

  • leah replied

    Custom Development will be available to us in the future, but we have a small time crunch. I can make do without the ordering of portfolio items as I will begin the custom development on this when more time is allowed. 

    Would you at least be able to point me my #1 issue being that I'd like the "Sort Portfolio" text removed completely? This may also be helpful for other users as well.

    Thank You SO MUCH! 

  •  8,838
    Tahir replied

    Hey Leah!

    Add this into the Custom CSS box located in your Salient Options panel:

    #portfolio-filters {
        display: none !important;
    }
    

    This should hide the portfolio filters.

    Cheers


    ThemeNectar Support Team 

  • leah replied

    Strange, that snippet seams to have no effect when adding to the Custom CSS box. Just to verify; I am trying to remove term marked in red in the attached image.

    Thanks!

  •  8,838
    Tahir replied

    Hey!

    Can you provide the page url ?.

     Thanks


    ThemeNectar Support Team 

  •   leah replied privately
  •  8,838
    Tahir replied


    Hey Leah!

    Add this into the Custom CSS box located in your Salient Options panel:

    li#sort-label {
        display: none !important;
    }
    

    Cheers


    ThemeNectar Support Team