Alex Rollin
Forum Replies Created
-
AuthorPosts
-
Hello,
the recommend solution is a required setting: https://wpgeodirectory.com/docs/basic-installation/#postnames
You can install redirects in a variety of ways: https://www.wpbeginner.com/beginners-guide/beginners-guide-to-creating-redirects-in-wordpress/
Title are set with Yoast, or if you don’t have Yoast, then use the settings at:
GeoDirectory – Titles and Metas
For the -1 issue, please see: https://wpgeodirectory.com/docs/faqs/why-do-my-locations-get-a-1-at-the-end/
If they were setup as recurring subscriptions, they would be listed under:
Invoicing – Subscriptions
When I sad recurring, I meant the price package is setup with recurring payments.
This reply has been marked as private.This document provides detailed instructions for linking CPTs
https://wpgeodirectory.com/docs/linking-custom-post-types/
Let us know if you have more questions
I see the map, is this resolved?
A complete billing profile should be setup, or switch to OSM because the Google API query limit has been exceeded. The plugin cannot work without a functional Map API.
I have removed the key from the theme Google services, as this as forcing the maps api to be included twice.
All three of the following issues are related to the Maps API billing account:
1. Adding a place results in: Geocode was not successful for the following reason: REQUEST_DENIED
2. The following error is in the console:
Geocoding Service: You have exceeded your daily request quota for this API. If you did not set a custom daily request quota, verify your project has an active billing account: http://g.co/dev/maps-no-account For more information on usage limits and the Google Maps JavaScript API services please see: https://developers.google.com/maps/documentation/javascript/usage
3. This is creating a geocoding error: Uncaught ReferenceError: getCountryISO is not defined at updateMarkerAddress
Additional solutions:
Please try this code snippet fix for Avia/Enfold: https://wpgeodirectory.com/support/topic/listing-description-not-visible-after-saving/page/2/#post-420413
And a second one for the map conflict: https://wpgeodirectory.com/support/topic/unable-to-make-changes-to-records-places-even-as-admin/#post-436922
Let us know how it goes
This reply has been marked as private.That is correct, tags do not offer autocomplete because Tags are the most common administrative tool used to organize listings and so are hidden from general users.
This has been changed in V2 where a form of autocomplete is now available.
Hello,
1. Address required
for Custom Post Types that have a physical location requirement the location/address is a required field.
*UPDATED*
The ‘physical location’ requirement is a setting atCPT – CPT Settings – General (Advanced) – Disable physical location?
2. Location in menu
Please share a link so we can see the specific link
Hello,
Thank you for testing, we are aware of this issue and will post here with an update when available.
New snippet:
<?php remove_action( 'geodir_details_main_content','geodir_action_details_slider',30); add_action( 'geodir_details_main_content','my_geodir_action_details_slider',30); function my_geodir_action_details_slider() { if ( has_post_thumbnail() ) { the_post_thumbnail('full'); add_filter("kriesi_backlink","new_nolink"); function new_nolink(){ $kriesi_at_backlink = " - <a href='http://soundviewcreative.com' target='_blank'>Soundview Creative</a>"; return $kriesi_at_backlink; } function _gd_custom_text_on_signin_signup_page() { echo __( "If you already have an account, please Sign In. If you would like to become a member and add a listing, you must first register using Sign Up Now.", "your-text-domain&" ); } add_action( "geodir_signup_forms", "_gd_custom_text_on_signin_signup_page", 9 ); } } remove_action( 'geodir_before_detail_fields', 'geodir_franchise_add_listing_field'); add_action('geodir_custom_field_input_checkbox_geodir_termsandconditions','geodir_franchise_before_fields_fn',10,2); function geodir_franchise_before_fields_fn($html,$cf){ geodir_franchise_add_listing_field(); ?> <script type="text/javascript"> jQuery( document ).ready(function($) { $('#gd_is_franchise_row').prev('h5').remove(); }); </script> <?php }Hello
this has been fixed, please check and let us know
thanks
That depends on whether you can use the gd_listing_map parameters, specifically post_type and category, to show ‘only’ listings that are in Jamaica. If so, then yes.
We recommend testing GDV2 and compatible addons with the Primer theme on a fresh install of WP.
GeoDirectory creates ‘Location’ pages for each country/region/city and each of those is centered on the listings. All maps center on the listings shown on the map. For example the Chicago page is centered on the listings in Chicago, not Chicago itself.
There are no settings for centering the map on a specific location except for the Advanced Search option that allows the site to redirect, on first time load, to the default location.
-
AuthorPosts