Alex Rollin
Forum Replies Created
-
AuthorPosts
-
Try a different tool and work through any issues they list out.
https://tools.pingdom.com/#5c16ff4d1e000000
Ideas for performance improvement are here:
https://wpgeodirectory.com/docs-v2/faq/performance/
If you have a lot going on within the page itself you can try cutting features out to reduce requests, but, cache should help with that, too.
The developers will take a look at your question
That is the UsersWP registration screen. You would need the UsersWP ReCaptcha plugin to secure that form.
https://userswp.io/downloads/recaptcha/
For issues related to UsersWP please post to
GD Badges have conditional logic, so, you would be evaluating the package field (key) and searching for a value. If the package ID for Superior is 12345 then:
[gd_post_badge key="package_id" condition="is_equal" search="12345" badge="Superior Listing" bg_color="#0073aa" txt_color="#ffffff"]
Try using the shortcode builder to make your own:
https://wpgeodirectory.com/docs-v2/geodirectory/shortcode-builder/Hello,
this is a WP bug.
Please see this note about a workaround:
https://wpgeodirectory.com/docs-v2/geodirectory/settings/import-export/#not-a-valid-csv-file
The GeoDirectory Dashboard addon is only for V1 and should not be used with V2.
All the features of the V1 have been improved and integrated into built in Dashboard page you see in the GeoDirectory Settings.
This reply has been marked as private.On mobile the Reply/Answer buttons are quite ‘active’ and it is easy to signal to make a reply instead of post anew, and then the the text for the “Cancel” reply button is quite small. Perhaps the user missed it? I tried it on desktop and mobile and everything appears to be working as expected.
What you describe can happen because of a typo with the quotes.
Try using the shortcode builder to create the shortcode on the page, or use the block editor.
https://wpgeodirectory.com/docs-v2/geodirectory/shortcode-builder/
1. Great idea, but not currently a feature, and would require more than a simple snippet. I will take this upas a suggestion though and the developers will consider it for future versions. If you want to move it ahead you can create a customization, or look to GD Experts for help here: https://geodirectoryexperts.com/
2. Your best bet is to use one or more GD Locations elements on the location page. Set it for Enable location filter. Try creating one for country, one for region, and one for city.
[gd_locations what="country" per_page="20" pagi_t="1" pagi_info="before" show_current="1"] [gd_locations what="region" per_page="20" pagi_t="1" pagi_info="before" show_current="1"] [gd_locations what="city" per_page="20" pagi_t="1" pagi_info="before" show_current="1"]
February 19, 2020 at 3:09 am in reply to: Embedding Eventbrite in CPTs or enabling the Gutenberg Editor #531104To execute advanced scripts like iFrames in GeoDirectory custom fields you will want to disable the built in sanitization for the field.
To do this we recommend you create an HTML type GD Custom Field, and make it Admin only so that your listing owners cannot use scripts in the field to damage your site.
Then view these links to find an example snippet. Modify the snippet and add it to your site.
https://wpgeodirectory.com/docs-v2/places/custom/#advanced
https://wpgeodirectory.com/docs-v2/places/custom/#scripts
https://wpgeodirectory.com/docs-v2/faq/customizing/We do not recommend or support the use of Gutenberg or other page builders in the post_content field or other textarea or HTML or other GeoDirectory Custom fields in a GeoDirectory Custom Post Type.
Of note, you may also want to check out the new GD Dynamic Content Element. It can be used to substitute listing custom field values into 3rd party shortcodes. I do not think that will support advanced scripts either, just shortcodes, but, give it a try and if you want to write back with your experience, please do.
Let us know how it goes
Each time the listing is edited. Some site admins use this as a trigger for a workflow to review listings when they have been edited.
This reply has been marked as private.February 19, 2020 at 2:35 am in reply to: CPU & RAM Usages on extreme high level during add listing. #531100Hello,
how are you querying that?
Please describe the steps you are taking, and include WP Admin credentials in a private reply and we will check it out.
WordPress Credentials
WP Admin Login URL:
WP Admin Username:
WP Admin Password:FTP Credentials
FTP Host:
FTP Port:
FTP User:
FTP Password:February 19, 2020 at 2:26 am in reply to: custom title for categories and tags is not showing #531098This is probably due to PHP version differences.
Check your localhost and hosted PHP versions. You may want to update your PHP version on your host.
Let us know what the host says about that.
Any other changes from local to staging?
I don’t see any other issues with the site settings.
Try disabling varnish on the server and cache on the site.
-
AuthorPosts