Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1428107
filter by listing type
Closed

Comments

  • sarehamla started the conversation

    Hello i wonder if i can remove some type in the dropdown menú of "All categories" here: http://findme.elated-themes.com/jobs/?eltd-ls-main-search-listing-type=all&eltd-ls-main-search-listing-region=all&eltd-ls-main-search-price-max=

    Lets suppose i want to remove some options like "Culture" and "Nightlife" but i dont want to remove them in the Listing types in backend, just remove them from the search in that front end page...

    Thank u!

  •  1,845
    Elated replied

    Hello there,

    Unfortunately there is no option to do that through the theme options.

    Sorry about that.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • sarehamla replied

    And any .css option for hiding some category? :(

  •  1,845
    Elated replied

    Hello,

    You can try to add this css underneath in Elated Options >> General >> Custom CSS field:

    li#select2-eltd-archive-type-search-ac-result-fcv0-51 {
        display:none;
    } li#select2-eltd-archive-type-search-ac-result-iw28-45 {
        display:none;
    }

    -




    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • sarehamla replied

    That doesnt work because every time i reload the page that "result" code change (cache issues)

    In your first example: the "ac" and the "fcv0" will change when u reload the page. The "-51" does not change...

    Maybe any css like...

    li:nth-child(2) {

        display:none;
    }

    ..but specifying that only apply it in that dropdown? (if not it would remove the second .li also in the other dropdowns...

  •   Elated replied privately