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 #766656
error in Google map results
Closed

Comments

  • LHOMMAIS started the conversation

    Hello…

    seem to be an error in left google map result… displaying 10 items when beside right list display 45 items in result ?
    Could you explain ?

    Thx

  •  10
    Albert replied

    Also there's a problem displaying the no. of Listing Locations (I've created 37 and showing only 4), and also with Listing Types (created 18 and showing 5-6 depending on where is the combobox).

    I've created a private ticket with credentials for logging in, but Lhommais, if you could also check it it would be great, just to discard a problem with my installation.

    This problem "populating" the comboboxes related with Listing Locations and Listing Types occurs in the backend (admin interface) and also in the frontend (i.e. adding a new listing, using the filter in the map, etc.).

    Thank you!

  •  1,845
    Elated replied

    Hi guys,

    Albert, regarding the listing locations, there is no issues. Please check this private ticket where we described how it works, and please continue further conversation there because this way it is hard to follow the ticket conversation: https://elated.ticksy.com/ticket/764957

    Regarding the types, we provided you solution in that ticket too, and we send solution to Olivier in one of his private tickets.

    Regarding the google map results, you can fix that issue same way as we described how it works for categories, just in different file... So, open map-functions.php file located in your theme folder/framework/modules/listing/map-functions.php find search_and_go_elated_query_map_items function and replace start of this function with this code below:

    $posts_per_page = get_option('posts_per_page');
      if(search_and_go_elated_options()->getOptionValue('listings_per_page') !== ''){
       $posts_per_page = search_and_go_elated_options()->getOptionValue('listings_per_page');
      };   $args = array(
       'post_type' => 'listing-item',
       'post_status' => 'publish',
       'posts_per_page' => $posts_per_page
      );

    like on this screenshot: http://screencast.com/t/ljrQj5uJ

    Hope this will help.


    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.