Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #286871

    Any chance to kill the all option in a sortable portfolio?

    #286911

    Hey!

    Try adding this code to the Quick CSS:

    .all_sort_button, .all_sort_button + span {
        display: none !important;
    }

    Cheers! 
    Josue

    #287044

    Sorry , I want to disable it. The sortable Portfolio should show the first chosen category.

    #287046

    Hi,

    Can you post the link to your portfolio please?

    Regards,
    Josue

    #287049
    This reply has been marked as private.
    #287100

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    div.av-sort-by-term {
    pointer-events: none;
    }

    Regards,
    Yigit

    #287296

    CSS helps to disable the button but “all“ is still chosen by default. Is there anyway to choose a category that will be active by default?

    #287314

    Hi!

    No, this is not possible at the moment. You can suggest this feature here: https://kriesi.at/support/enfold-feature-requests/ though.

    Best regards,
    Peter

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.