Kor
Forum Replies Created
-
AuthorPosts
-
Hi Tony,
Thanks for your post. Kindly share your Website WP admin access here in private reply and we’ll check this out for you.
Hi Tony,
Thanks for your post. Using the shortcode builder would allow you to add parameters to switch the default layout to grid 3 columns as shown below. https://wpgeodirectory.com/docs-v2/geodirectory/shortcode-builder/
[gd_listings post_type="gd_place" sort_by="az" title_tag="h3" layout="3" post_limit="5" add_location_filter="1" view_all_link="1" bottom_pagination="1"]
Hi Tony,
Thanks for your post. To change the search option in the “Archive Page”, you need to edit the “GD Archive” tempate https://wpgeodirectory.com/docs-v2/templates/archive/ and customize the search shortcode options here https://wpgeodirectory.com/docs-v2/addons/advanced-search/#gd_search
Hi merileads,
Thanks for your post. Now that you have the full membership, you can check out the documentation here that explains more about the “Advanced Search” addon plugin https://wpgeodirectory.com/docs-v2/addons/advanced-search/ .
Hi cshaffstall,
Thanks for your post. No, that’s not possible and it’s not recommended as explained here. https://wpgeodirectory.com/docs-v2/addons/location-manager/#add-locations
This reply has been marked as private.August 9, 2019 at 3:40 pm in reply to: How can I hide the map if there are no results for the location? #502325Hi Alexander,
Thanks for your post and I’m glad that you sort it out yourself. Have a nice day!
Hi Tony,
Thanks for your post. That’s the [gd_post_content key=’post_content’ limit=’60’ max_height=’120′] shortcode and keep in mind that you can always check out the default contents here
Hi merileads,
Thanks for your post. For bulk delete, refer https://wpgeodirectory.com/docs-v2/faq/troubleshooting/#bulk . As for GD list, you can refer to the links here https://wpgeodirectory.com/docs-v2/addons/list-manager/ to download the Post to Posts.
Hi P O,
Thanks for your reply. Try using the code here https://wpgeodirectory.com/support/topic/random-display-of-listings/#post-467205 and change the snippets following the code below. The code snippets below are not fully tested.
4 hours
set_transient( 'geodir_rand_seed_custom', $rand_seed, 4 * HOUR_IN_SECONDS ); // 4 hours
`
1 hourset_transient( 'geodir_rand_seed_custom', $rand_seed, 1 * HOUR_IN_SECONDS ); // 1 hour
or this code snippet to test on every refresh (only recommended for testing)
add_filter('geodir_rand_seed','__return_false'); // Upon refresh
Hi P O,
Thanks for your reply. Kindly share your Website WP admin access here in private reply and we’ll test out some custom code for you.
Thanks!
Hi PO,
Thanks for your reply. If you’re already using our premium addons, you are not eligible for support for the core plugin as well. Unless you resubscribe to a membership. It’s explained here https://wpgeodirectory.com/support-policy/ . I hope this clears it up.
August 9, 2019 at 11:48 am in reply to: How not to show url "View all" if you don't need it? #502279Hi Alexander,
Thanks for your post. You can remove the view all link by removing the “view_all_link” parameter on your GD listing shortcode as shown below.
[gd_listings post_type="gd_place" sort_by="az" title_tag="h3" layout="1" post_limit="5" add_location_filter="1" view_all_link="1" bottom_pagination="1"]
Hi merileads,
Thanks for your post. Try fixing the permalinks and see if it helps. https://wpgeodirectory.com/docs-v2/geodirectory/settings/permalinks/#faq
Hi P O,
Thanks for your reply. It would require some adjustments to the code. Kindly renew your GD membership for support and we’ll assist you further with this.
Thanks!
-
AuthorPosts