Guust
Forum Replies Created
-
AuthorPosts
-
GD does not differentiate between users, only listings can be free or paid.
If you install the Pricing Manager you will the option to “Limit Description Characters Length?” per package.
ThanksIf you do not want addresses and maps for your listings, go to
Places > Settings > General tab > Show Advanced > Disable physical location? > YES
You will need the Location Manager activated.If you only want to hide the map from the Add Listing page, use this CSS:
#geodir_address_map_row {display: none;}
Thanks
Please review https://wpgeodirectory.com/docs-v2/geodirectory/settings/permalinks/#404
Thanks
I did not know that you are still using V1.
This CSS will hide all but the Chamber Listings:.search_by_post option[value=gd_dine] {display: none;} .search_by_post option[value=gd_lodging] {display: none;} .search_by_post option[value=gd_attractions] {display: none;} .search_by_post option[value=gd_services] {display: none;}
Thanks
March 26, 2020 at 10:14 pm in reply to: Replace pagination with "show more" button / ajax post loading #536972I have only seen some plugins that, if they work with GD, a lot of GD features no longer work.
Feel free to test any infinite scroll plugins. Let us know how you went.Thanks
Please post your URL and WP admin details so we can have a look at your settings.
ThanksYou’re welcome 🙂
Denver’s timezone is GMT-6 …
So if the listings are in Denver, then they are correct …You have added this CSS somewhere:
body.geodir-fixed-archive .sd-container .container .entry-content { overflow-y: visible; }
That was on my advice as per https://wpgeodirectory.com/support/topic/broken-layout-on-search-page-if-category-is-empty/
which is obviously wrong now.
I changed it to:body.geodir-fixed-archive .sd-container .container .entry-content { overflow-y: auto; }
The listings do not all show because some of them have incomplete data.
Thanks
You can always only show the city and country for all listings, but that will be the same then for all listings.
ThanksFacebook does not add all listings to a map.
To be able to add a marker to a map, the system needs more than just a city.
ThanksMarch 26, 2020 at 8:57 am in reply to: GeoDirectory v2 design customization video inserted in places images #536863And are you using Enfold on all those sites?
There seems to be a conflict with the way Enfold does its CSS.
Please provide WP admin and FTP access please and we will investigate.
ThanksI did not do anything else than trying to add a listing.
I’ll set this to resolved then.
ThanksThis will hide it everywhere:
.gd-search-field-cpt {display: none;}
See also https://wpgeodirectory.com/docs-v2/faq/common-examples/#gd_search
Thanks
March 25, 2020 at 11:14 pm in reply to: Unable to import Geodirectory settings using Json file #536822That looks like a little bug, I’ll get the developers to have a closer look.
Thanks -
AuthorPosts