Alex Rollin
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Hello,
we have already responded to your other account here:
https://wpgeodirectory.com/support/topic/hide-reviews-if-no-review-is-available-in-listing-and-home-page/#post-436073Hello,
If you just want to make a new link on each listing, you could hide ‘send enquiry’ with CSS and either:
1) Add a widget that only shows on Detail pages that has a link to a different form
2) Add a custom field (URL) that is an Admin only field with the link you want, then style that as you likeIf that isn’t what you are looking for, maybe you want to customize?
For V1, we have an example of how a 3rd party plugin can be used instead of or in addition to the send enquiry feature:
Dynamic shortcode: https://wpgeodirectory.com/formidable-forms-in-geodirectory-tabs/
However, if you are leaning towards this type of integration, we would recommend at least trying it out with V2 first to see how much easier it is with Ninja Forms as an example:
https://wpgeodirectory.com/geodirectory-v2-ninja-forms/
For more about V2 see:
https://wpgeodirectory.com/docs-v2/geodirectory/overview/
Let us know if those aren’t what you are looking for.
This reply has been marked as private.Hello,
it is easier to change the height of the map than to change the location of the close button for the map bubble.
The map functionality automatically scrolls the map to attain appropriate spacing for the height of the bubble including the close button.
By increasing the height you should see that the map is scrolled to account for the map buttons at the top, moving the map bubble out from under those buttons.
Give it a try and let us know what you find.
We apologize for the inconvenience. We have endeavored to raise the issue by placing a notification in the doc: https://wpgeodirectory.com/docs/social-importer-addon/
If you are getting an error from FB, then it is likely your app needs to be submitted for review.
If you haven’t already, please see our doc here: https://wpgeodirectory.com/docs/social-importer-addon/
You can make a new topic in the forum if you have questions about the settings.
There is not a button for end users, only for admins with access to the backend editor who would be assumed to use the feature with restraint.
Please renew your membership to receive support for premium plugins running on your site.
Thank you
Hi Kathy,
New listings can be posted automatically, based on settings in the social importer, but once they have been posted when new, then any re-post is manual.
Hello,
you can use
wp_dequeue_style()to stop the loading of any scripts.
here is an example:
// ENQUEUE GOOGLE FONTS add_action('wp_enqueue_scripts', 'gdfmodern_google_fonts'); function gdfmodern_google_fonts() { wp_enqueue_style('google-fonts', '//fonts.googleapis.com/css?family=Lato:300,700|Roboto:700,300,400', array(), CHILD_THEME_VERSION); wp_dequeue_style( 'google-fonts' ); }September 24, 2018 at 6:44 am in reply to: How to make some listing content un-editable for listing claimers #447448Hello,
If the field is “For Admin use only?” (aka Admin Only) then the end user or listing owner cannot edit it (unless you make them an admin).
https://wpgeodirectory.com/docs/core-place-settings/#custom
You can set a default value for the field using the custom fields settings.
There is built in support for updates via CSV Import/Export.That content can also be added via Widget, or through an alteration of the template. In some cases it might be shown conditionally, for example only if the listing is not yet claimed.
For custom solutions, anything is possible but you will need to contact a developer. One thing a developer might do is build you an APP to update listings via the API.
Changing the template around to achieve something like this will be easier with V2. Have you already tested it?
The refund link is on the bottom of every page:
September 24, 2018 at 6:30 am in reply to: Prevent users from using locations other than the auto-suggested options #447446We would be happy to take a look to see if we can find the problem.
Please share a link to a listing that should appear on the search results you mentioned.
Also please send a second link to the search results you are talking about.
Hello,
Moving tags is only possible with code snippets in V1.
With V2, yes, there is a shortcode that can be used, and tags can be shown with the Output Locations feature.
[gd_post_meta key="post_tags"]Use the shortcode builder on a WP Page to see all the params available.
-
AuthorPosts