Search button floats on Listing page

This topic contains 6 replies, has 2 voices, and was last updated by  Paolo 8 years, 5 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #59913

    myrunningresource
    Expired Member
    Post count: 33

    Hi. Since updating to the newest version of the plugins, the “Search” button on my Listing page is floating to the left (not aligned to the middle with the other search fields). Previously it was placed to the right of the compass/near field. How can this be fixed?

    The address displays each field (address, city, state/province, zip/postal code, country) on their own line. We’d prefer it to display on one line in all pages (Listing, Search and Detail). What file should be edited to accomplish this? And can the zip code and country be removed from the output?

    Lastly, we are not allowing comments/reviews on our listings. How can we hide/remove the “Reviews” tab on the Detail pages?

    Thank you for your assistance and advice. We love you plugin!

    #59932

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    if you are using avada this is the solution: https://wpgeodirectory.com/support/topic/recent-updates/

    if you are not, we would need to have a look at your website to inspect your css.

    This can be done with css, however we still need to see your website to provide the required css.

    You can hide any tab in GeoDirectory >> Design >> Detail >> Exclude selected tabs from detail page

    Let us know for the URL, you can share it in a private reply that only staff can read.

    Thanks

    #59941

    myrunningresource
    Expired Member
    Post count: 33
    This reply has been marked as private.
    #59942

    myrunningresource
    Expired Member
    Post count: 33

    Also, I noticed that the “view” dropdown on the Listing and Search pages only is displayed on desktops. The smaller screens do not display that. Is there a way to the “List” dropdown display for all screen sizes?

    #60020

    Paolo
    Site Admin
    Post count: 31206

    To remove the breaks in the address you can add this css:

    
    
    .geodir_more_info.post > br {
        display: none;
    }
    
    .geodir_more_info.post > span::before {
        content: " ";
    }

    This should do it for both Listings page and detail page.

    The view select is hidden in mobile because on mobile it should only use the grid 1 view.

    No other list or grid would look properly.

    Thanks

    #60041

    myrunningresource
    Expired Member
    Post count: 33

    Thank you very much Paolo. This was exactly what we were looking for! Also, appreciate the explanation on the lack of the View select on mobile. Makes sense.

    Best,

    #60048

    Paolo
    Site Admin
    Post count: 31206

    You are welcome 🙂

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

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

Open Support Ticket