Alex Rollin
Forum Replies Created
-
AuthorPosts
-
I see it all looks like it is working.
Let us know if there is something else.Thanks, the developers have been alerted.
1.
Use the shortcode builder to create a new shortcode with the layout set to Grid 3.
2.
To fix your links, re-save them as described here: https://wpgeodirectory.com/docs-v2/geodirectory/settings/permalinks/#404
The search results look correct. The map is showing all listings because it is setup as a directory map.
Change the widget or shortcode and use the option for map type = Archive, which will show only the listings that are returned in the search.
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.If you really cannot login, you should connect to your site via FTP to disable the security plugin so you can login.
Please share WP Admin so we can check the settings on your site.
When you make a support request you can make it possible for us to help you as quickly as possible by always following up on your topic with an immediate private reply that includes all the access info we may need to login, debug, and fix an issue on your site.
You don’t have to do this, but it can save a couple of email exchanges.
Try posting them in the following format so they are easy to read and find in the topic:
WordPress Administrator Account Credentials
WP Admin Login URL:
Username:
Password:SFTP / FTP Credentials
Host URL:
Port:
Username:
Password:We do it this way because it leaves you in control of your access and you can change the login credentials as often as you like.
Also, a note: when you are working on the site it helps greatly to disable security and cache plugins. You should disable cache anyways if you are making changes to the site and want to see the results on the public side.
More information about getting support:
https://wpgeodirectory.com/docs-v2/geodirectory/support/Potentially dangerous tags are stripped from GD fields.
To allow iframes and other tags in the main post_content Description field use this snippet
/** * Skip sanitize specific field values. * * Skipping sanitize values may result in cross-site scripting (XSS) attack. */ function gd_snippet_custom_skip_sanitize_field( $value, $gd_post, $custom_field, $post_id, $post, $update ) { // Fields to skip strip tags. $skip_strip_tags = array(); $skip_strip_tags[] = 'post_content'; if ( in_array( $custom_field->htmlvar_name, $skip_strip_tags ) ) { $value = $gd_post[ $custom_field->htmlvar_name ]; if ( isset( $custom_field->data_type ) && ( $custom_field->data_type == 'DECIMAL' || $custom_field->data_type == 'INT' ) && $value === '' ) { $value = null; } } return $value; }Hello,
I’m sorry but it isn’t possible to show the image title on the GD Post Images gallery images without a customization. I have taken this up as a suggestion and if this is a popular request we will consider adding it to a future version.
It will show that if there is no key set. Make sure to set the key.
If we need to check the settings please share WP Admin credentials in a private reply.A note about file URLs for image imports:
If your import sheet contains URLs for the images you want to import, then the URLs should be public and not require a login.
-
AuthorPosts