Advanced Search – No listings found

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

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

Open Support Ticket
  • Author
    Posts
  • #491469

    Kiran
    Moderator
    Post count: 7069

    Hello,

    Your theme style for search page results conflicts with GeoDirectory search results page.

    Add following CSS snippet to fix this.

    
    
    @media only screen and (min-width: 800px) {
    	body.search ul.geodir-category-list-view.geodir-gridview.gridview_onethird > li:nth-child(3n+1) {
    		margin-left: 0 !important;
    	}
    }
    body.search ul.geodir-category-list-view.geodir-gridview.gridview_onethird > li {
    	width: 32%;
    	margin-left: 2% !important;
    	margin-right: 0 !important;
    	float: none;
    }

    Kiran

    #492471

    eic2010
    Full Member
    Post count: 209

    Hi
    Many thanks however when I tried it I got error messages – see screenshot attached?

    #492606

    Alex Rollin
    Moderator
    Post count: 27815

    Your copy paste did not work completely.
    Look through and correct it manually, with special attention to the

    >

    in the original

    #495667

    eic2010
    Full Member
    Post count: 209
    This reply has been marked as private.
    #495726

    Alex Rollin
    Moderator
    Post count: 27815

    Try changing the layout of the recent events to grid 1 or 2+, as “List” or “0” is not for use in sidebars, it doesn’t have CSS for that.

    #497773

    eic2010
    Full Member
    Post count: 209
    This reply has been marked as private.
    #497828

    Alex Rollin
    Moderator
    Post count: 27815

    Please send a screenshot, as I don’t see an issue there.

    #497907

    eic2010
    Full Member
    Post count: 209
    This reply has been marked as private.
    #497940

    Alex Rollin
    Moderator
    Post count: 27815

    Ah, well, that is because you have placed GD Loop in the sidebar.
    Try replacing that with GD Listings.

    #501762

    eic2010
    Full Member
    Post count: 209

    I have
    [gd_listings title=”Upcoming Events” post_type=”gd_event” single_event=”1″ sort_by=”all_events” event_type=”upcoming” title_tag=”h3″ layout=”list” post_limit=”5″ add_location_filter=”1″ view_all_link=”1″ bottom_pagination=”1″ excerpt=”false” category=”0″]
    in the sidebar. Is this incorrect then?

    #501769

    eic2010
    Full Member
    Post count: 209
    This reply has been marked as private.
    #501779

    Kiran
    Moderator
    Post count: 7069

    Hi,

    There are two GD loops on page that shows search results. Please remove one which is under search form on right sidebar.

    To fix Upcoming events (GD Listings) layout use following CSS snippet.

    
    
    #secondary > .widget ul.geodir-category-list-view.geodir-listview > li {
    	width: auto;
    	float: none;
    }

    Kiran

    #502024

    eic2010
    Full Member
    Post count: 209

    So are you saying I cannot use both GD>Listings and GD>Events Calendar in the same sidebar?

    #502029

    eic2010
    Full Member
    Post count: 209
    This reply has been marked as private.
    #502118

    Alex Rollin
    Moderator
    Post count: 27815

    After looking into this further, I can see that this is a ‘feature’ of the widget you are using.

    What it does is take the content of the page and re-present it through the widget output.

    If you don’t want the entire page re-printed there then you should not use that widget.

Viewing 15 posts - 16 through 30 (of 36 total)

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

Open Support Ticket