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 #1749953
Managing region search options
Closed

Comments

  • Kamen started the conversation

    Hello, 

    We are currently configuring your script for an external project, which would be a catalogue of a loyalty membership card, with offers available in many cities. 

    We are considering to hide the region dropdowns and rather rely on the free text entry field for address, in order not to have too long dropdown list. 

    We found those two fields in Listings / Settings:

    Filter Location Display

    Search by Region

    But i dont see them changing anything in the front end, maybe i am not doing something properly? 


    regards,

    kamen

  •  1,845
    Elated replied

    Hello there,

    Welcome to your support management and thank you for choosing our theme!

    Unfortunately, there is not option for this but you can paste this code in Appearance > Customize > Additional CSS:

    .eltd-ls-archive-filter-item:nth-of-type(3) {
        display: none!important;
    }
    .eltd-listing-archive-filter-holder .eltd-ls-archive-filter-item:nth-child(4n) {
        padding-right: 20px;
    }


    Please let us know if there is something else we can do for you!
    Thank You,
    Kind Regards,
    Norah


    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.

  • Kamen replied

    thanks! :) this is a very good approach. :) what about the home page filters: 

    http://discounts.rayanasolutions.com/

    I'd like to:

    • hide again the regions dropdown
    • add the freetext search field with the geo-location pin option

    thanks in advance! :) 

  •  1,845
    Elated replied

    Hello there,

    You are welcome!

    We are very sorry for the late answer, we were working with a limited resources for a past few days and we are not working during the weekends, thank you for your patience and your understanding!

    1)Could you please paste this code in Appearance > Customize > Additional CSS:

    .eltd-ls-main-search-holder-inner:nth-of-type(2) {
        display: none!important;
    }

    2)I'm sorry, I am not entirely sure what do you want to achieve here. Could you please send us a link from our demo with the example? Thanks!

    Please let us know if there is something else we can do for you!
    Thank You,
    Kind Regards,
    Norah


    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.