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 #1295498
#15365040
Closed

Comments

  • monsantist started the conversation

    Hello, I want remove “Location” and “Map”.

    I mean I need only search field “Keywords” and “Categories”,

    because I will make People(Speakers) profile listing website. 

    • Remove "Location" and "Map"
    • Change Button  [Search Place  -> Search]


    Waiting your good news.

    Regards

  •  1,845
    Elated replied

    Hello there,

    Thank you for choosing our theme and writing in.

    1) It seems that you have tried to do so with some Custom Css but it is not a perfect solution since you have fixed Keywords holder to be 500px wide and it is not good since on smaller resolution all content will look bad and disproportional. So please just remove previously added code ( we mean this code related to removing Location input), all of it and just add this into Elated Options > General > Custom Css field:

    .eltd-listing-search-holder .eltd-listing-search-field{
        width: 50%;
    } .eltd-listing-search-holder .eltd-listing-search-field.location{
        display: none;
    } @media screen and (max-width:600px){
        .eltd-listing-search-holder .eltd-listing-search-field{
            width: 100%;
        }
    }

    To remove Map from Search Results page please use this Custom Css code:

    .eltd-listing-items-with-map .eltd-map-holder{
        display: none;
    } .eltd-listing-items-with-map .eltd-listing-list{
        width: 70%;
        float: none;
        margin: 0 auto;
    }

    2) To change that label please open file wp-content\plugins\eltd-listing\post-types\listing\shortcodes\templates\listing-search-template.php and there change marked label with desired one https://www.screencast.com/t/VtzKhaXXtY .

    Please let us know if the solutions that we have suggested are satisfying your intentions and let us know if you need more optimization.

    If there is anything else we can do for you, please do not hesitate to ask.

    Thanks.


    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.