Guust
Forum Replies Created
-
AuthorPosts
-
Just move the address field up.
ThanksYou can do that with the Payment Manager.
You can set the maximum number of images allowed to upload, including set to zero.Thanks
Please review https://wpgeodirectory.com/docs/manage-location/#edit
If you set GD > Multilocations to use your default country,then the country field will disappear from the Add Listing form.
Thanks
Please review https://wpgeodirectory.com/docs/faqs/can-i-change-place-title-and-place-description/
Thanks
Hi Chris, there is no need to drag custom fields from the left to the right, you only have to click on the type of field you want on the left and a new field will pop up on the right.
Also, there is no need to remove any fields showing on the left, they are not used at all unless you click on them to move a copy to the right.
Any default field showing on the right that you don’t want can be set to inactive with the settings within the field by clicking on the header of the field to open it.
I am not sure what you mean by adding extra taxonomies. Categories are added at Places > Categories, and tags are added per listing.
Thanks
You’re welcome 🙂
Thanks for letting us know, I will set this to resolved then.
You must have linked the 2 CPTs [Places/Locations and Physicians] together in the past, and then turned that off after adding the links to some listings, so that is now locked in the database, but can no longer be edited from the admin area. At least that is what I suspect. I’ll get one of the developers to have a closer look.
You could hide it with CSS, so let us know if that is sufficient:
#link_businessTab {display:none}Thanks
Use this CSS to hide the “search for” field:
.gd-search-input-wrapper.gd-search-field-search { display: none; }To hide the popular categories widget:
https://wpgeodirectory.com/docs/supreme-theme-faqs/Thanks
Not sure what you mean. Where do you see that? URL and more info please.
I guess you are referring to a Detail [single listing] page rather than a Listings [CPT or category] page, but not sure.Thanks
Try this code snippet:
add_filter('sd_map_shortcode_args', 'modify_sd_map_shortcode_args'); function modify_sd_map_shortcode_args($args) { $args['marker_cluster'] = '1'; return $args; }Thanks
This reply has been marked as private.This reply has been marked as private.Facebook does not allow “scraping” of its content.
If the Facebook link custom field is active, importing from a facebook page should import the link back to the page too.Why does the listing have to expire exactly the next day?
If you announce on the 1st that you have a sweep on the 14th and they should enter, all listings will expire at the latest at the 28th. -
AuthorPosts