Search results displaying incorrectly

This topic contains 4 replies, has 3 voices, and was last updated by  Alex Rollin 4 years, 7 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #510066

    Clare Mansell
    Expired Member
    Post count: 29

    Hello

    Yesterday I posted a topic as I was having trouble with geodirectory images and Google map displaying on my front page. After disabling all my plugins and by reactivating them I isolated the one causing the problem. However since doing this my search results are displaying incorrectly.

    If grid 4 is selected it displays a grid that is 3 wide. If grid 3 is selcted it displays one which is 2 wide etc.

    I’ve also noticed that it seems to be showing all the events or organisers when searching by postcode rather than the ones closest to me. What is the area radius supposed to be?

    Thank you in advance

    #510104

    Kor
    Moderator
    Post count: 16516

    Hi Clare,

    Thanks for your post. I’ve reduced the width using the custom CSS code below. Could you check and see if it looks better now?

    
    body ul.geodir-category-list-view.geodir-gridview.gridview_onefourth>li {
        width: 22.7%;
    }
    
    body ul.geodir-category-list-view.geodir-gridview.gridview_onethird>li {
        width: 31.7%;
    }
    
    body ul.geodir-category-list-view.geodir-gridview.gridview_onehalf>li {
        width: 47.7%;
    }
    
    body ul.geodir-category-list-view.geodir-gridview.gridview_onefifth>li {
        width: 17.6%;
    }
    #510116

    Clare Mansell
    Expired Member
    Post count: 29

    Thank you, the layout is fixed now. Much appreciated.

    However when I select ‘organisers’ from my dropdown (relabelled from ‘places’) I still get search results which are a couple of hundred miles away. What should the radius be?

    #510118

    Clare Mansell
    Expired Member
    Post count: 29

    Weirdly the second page of results is local, but the first page is not…

    #510149

    Alex Rollin
    Moderator
    Post count: 27815

    Please open a new topic about the search results. Make sure to share the search results URL (copy and paste from the browser address bar) so we can see what you are seeing, what kind of search you are doing.

    Thanks

Viewing 5 posts - 1 through 5 (of 5 total)

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

Open Support Ticket