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 #1318822
Search result (listing) page
Closed

Comments

  • vinod1978 started the conversation

    I want to update this job listing page. I'm not actually using this for jobs, but business listings. I want to remove things like the distance filter and the address field. Is there any GUI to do this or do I have edit CSS only? What are my options? Also, is there anyway to create tags on the listing pages so when people search for those keywords it can reach that listing? Right now the only option I found is to create multiple listings. So for example, I have one business that offers home insurance, auto insurance, life insurance, etc...Do I have to create different listings with those keywords in the title or is there any other way to tag listings to be used in the search function?

  • vinod1978 replied

    I just wanted to add that I tried purchasing this: https://wpjobmanager.com/add-ons/job-tags/ and using that as a method of avoiding to create 5-6 listings per business, but I can't search with these tags. Here are all the issues I am having:

    1. Listing page: need a way to either remove the review rating or manage them

    2. Listing page: need to remove the view count, date published, the "heart/like" icon thing, 

    3. Listing page: need to reduce the size of the images on top

    4. Search function: Right now the search function ONLY searches the title of job posting. These theme was sold as a business directory function, but it's all based on jobs. I need to be able to search either tags or something else in the post besides the title or I will have to create multiple listings just so they can be searched. 

    5. Search results page: I don't see any options on updating this look and feel. On the result page I need to remove the "choose km radius" - distance is not a concern and the address filter. Is there a way I can just see results and not do anymore filtering on the search results page? Basically the user will search for a keyword and it will go to that business listing. There isn't more filtering that will need to be done as there is only one business per category.

  •  1,845
    Elated replied

    Hello there,

    Thank you for choosing our theme and writing in.

    1) Are you referring to this  review section? You can remove it using this Custom Css code:

    .single-job_listing .eltd-ls-single-comments{
        display: none;
    }

    from Listing single page. Unfortunately, this comments section is predefined within theme and it can not be changed. 

    2) You can remove them using some Custom Css code like this:

    .eltd-listing-single-holder article .eltd-ls-single-header .eltd-ls-header-info{
        display: none;
    }

    so it looks like this: https://www.screencast.com/t/fwN0jp4u8v .

    3) You just need to upload smaller images for the gallery of Listing, since those images are rendered in original proportions.

    4) You can search for listings accordion to Listing Location, Listing Type and it's name, and you can choose what will be included in that search form in settings of the Listing Search form https://www.screencast.com/t/h2srOd8qJvLg . However, you can search listings by Tags only if you click to some Tag within Single Listing page https://www.screencast.com/t/TNQQMxyx . Unfortunately, there is no predefined option to add some new field for searching by tags within Search form.

    5) You can remove all filtering on search result page using this Custom Css code:

    .post-type-archive-job_listing .eltd-listing-archive-filter-holder{
        display: none;
    }

    so it looks like this https://www.screencast.com/t/btuzkJu91BBY .

    All Custom Css code needs to be pasted into Elated Options > General > Custom Css field https://www.screencast.com/t/8g5uhzlC .

    Please let us know if this solved the issue and if there is anything else we can do for you.

    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.