Alex Rollin
Forum Replies Created
-
AuthorPosts
-
Excellent!
The developers will take a look. We have solved several compatibility issues for GeneratePress and we can definitely figure this out, too.
Those listings are being skipped because they do not have a value for Price Range.
If you do run into something else, please let us know and we will be happy to help. 🙂
Alex
To hide it only in the detail info area:
.content-box.content-single .whoop-top-claim-wrap .geodir-post-claim { display: none; }Hello,
It may be a theme feature, in which case you will want to contact the theme author.
If it is not, and you are using the GD Archive Item template you can either
1) Visit the CPT custom fields, find the address field, and remove from the “Show in extra output locations” the value “Listings”
or
2) Visit the GD Archive Item template and remove anything that looks like “GD Post Address”
Let us know how it goes
Hello,
please take a look at this doc for a guide to using the included GD Menu Options called the “GeoDirectory Endpoints”
https://wpgeodirectory.com/docs-v2/geodirectory/navigation/
If those don’t meet your needs you may want to add a custom menu item that will link directly to the appropriate add listing page, for example:
/add-listing/?listing_type=gd_property
/add-listing/?listing_type=gd_eventsNovember 17, 2019 at 7:34 pm in reply to: Feature listings on a yearly basis while listings are for lifetime. #517556Depending on the cart you are using, you might supply your featured subscribers with a discount coupon to get them back on the normal lifetime plan.
For categories, you would need to add a badge for each individual category you want to display.
For the post_modified badge try:
[gd_post_badge key="post_modified" condition="is_not_empty" badge="%%input%%" bg_color="#0073aa" txt_color="#ffffff"]For the URL see: https://wpgeodirectory.com/docs-v2/places/custom/#url
2. That edit link is probably not coming from GD, though, I can’t tell you where it comes from because it looks like you have hidden it. It is probably coming from your theme. You might want to figure it out though if it is giving every user edit access.
1. GD Author Actions should work to only show an edit button (and delete, upgrade, or add franchise) to listing owners or admins. If it is not doing that, then please let us know and we will fix it.
GeoDirectory makes it possible for your users to add and edit listings from the frontend. We highly recommend keeping users out of the backend and making use of the frontend features from GD.
November 17, 2019 at 6:56 pm in reply to: Open listing details in new tab when click on bubble description #517552The developers will post an update for the snippet:
https://wpgeodirectory.com/support/topic/open-map-bubble-links-in-new-tab/#post-438868Hello,
support for free users is only for the core plugin. As your case concerns the premium plugins you will need to purchase a license for the Custom Post Type, Advanced Search, and Location Manager addons.
Use the Custom Fields section of the CPT to create the fields you want. Use the search tab in the CPT settings to add and configure the field for the advanced search filters to meet your requirements.
You can create a page dedicated to each directory, set the search bar to that CPT , and expose the advanced filters with a single shortcode. Each page can have different search bar shortcode options selected.
https://wpgeodirectory.com/support-policy/
https://wpgeodirectory.com/downloads/category/addons/Creating a WP Page with GD Shortcodes is easy. You can use Gutenberg blocks, or, go with the classic editor and the shortcode builder: https://wpgeodirectory.com/docs-v2/geodirectory/shortcode-builder/
For a more recent video try this one describing how to edit GD templates:
https://wpgeodirectory.com/docs-v2/templates/details/This reply has been marked as private. -
AuthorPosts