Sorting of listings – duplication and missing listings

This topic contains 5 replies, has 3 voices, and was last updated by  Kiran 5 years, 2 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #470552

    vivek
    Full Member
    Post count: 246

    Hi,

    If archive page sorting is set to reviews, and there are no reviews for many/any items, then on next page, the positions get recalculated, thus showing again some items which may have been shown on earlier page.

    In my page, there are 32 items, and the correct number of positions are shown as per grid/pagination (3 pages of 10 listings each, and 2 on 4th page). However, if the sort parameter is equal, then i may see again a listing on page 2 which i have seen earlier on page 1

    Also listings get refreshed (random) each time page is refrseshed, so a user who ‘remembers’ seeing a particular listing (say 1st listing on page 3) may never be able to find it again.

    Is this something im doing wrong or is it how its designed to be?

    Sending my page link in next post to illustrate what i mean and you can see duplication of listings on successive pages, though total listings remain 32 – so that also means that some listings are not shown to the user (missing).

    thanks,
    Vivek

    #470553

    vivek
    Full Member
    Post count: 246
    This reply has been marked as private.
    #470643

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    developers have been alerted.

    they’ll get back to you asap.

    Thank you

    #470747

    Kiran
    Moderator
    Post count: 7069

    Hello Vivek,

    If archive page sorting is set to reviews, and there are no reviews for many/any items, then on next page, the positions get recalculated, thus showing again some items which may have been shown on earlier page.

    This has been fixed already, and will be in next release of Location Manager v2.
    OR
    If you have access to Location Manager files then do following to quick fix:
    – Open file \wp-content\plugins\geodir_location_manager\includes\class-geodir-location-permalinks.php in text editor
    – Around line no. 446 replace

    $cpt_match = $match;

    with

    $cpt_match = count( $cpt_query_vars ) + 1;

    tried to edit using VC the archive item template- basically i only removed one line of shortcode for business hours as i did not want to show that in archive). that worked fine, but suddenly a lot of line spacing / padding appeared between the image/ title/ text as you can see on this page – any quick fixes?

    Saving the content from editor adds br tag if text row or tag is ended with new line(ENTER).
    I have saved Pages > All Pages > GD Archive Item by removing new line from end of each shortcode row. Now there is not extra space there.

    Let us know.

    Thanks,
    Kiran

    #470791

    vivek
    Full Member
    Post count: 246
    This reply has been marked as private.
    #470801

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
Viewing 6 posts - 1 through 6 (of 6 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket