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 #1687968
FindMe Listing Filter adjust or hide
Closed

Comments

  • dsgnbuero started the conversation

    Hello!

    1 Question: How can i adjust or hide filter section at the top in Listings?

    2. Question: Where i have translate filter items as Keywords, All categories, Enter adress, choose km. I need it in german language.

  •  1,845
    Elated replied

    Hello,

    1. That can be changed only with some custom css. 

    For instance >>

    You can try to add this css underneath in Appearance >> Customize >> Additional CSS field:

    .eltd-listing-archive-filter-holder .eltd-ls-archive-filter-item.eltd-full-width-item {
        display:none;
    } .eltd-listing-archive-filter-holder {
        padding-top: 30px
    }

    or (hide 3rd filter field) >>

    .eltd-listing-archive-filter-holder .eltd-ls-archive-filter-item:nth-child(3) {
        display: none;
    }


    2. Theme labels can be changed or translated to your language with poedit software which is native wordpress way - following guide may be helpful http://code.tutsplus.com/tutorials/translating-your-theme--wp-25014 (read from point 3) or any other plugin for translation such as Loco translate plugin https://wordpress.org/plugins/loco-translate/ and here is beginners guide https://localise.biz/wordpress/plugin/beginners

    or if there is some issue with pot file, we can assist you in order to change it directly into the code.

    Please let us know if there is anything else we can do for you.

    Thank you,
    Jerry


    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.