Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
I’ve flagged this for the developers.
Thanks
Thanks for letting us know! 🙂
Hi,
If I have developer tools open, the map doesn’t work for both CPT. When I close it loads after a loooong time only for places.
Here for example : http://www.accessible-japan.com/places/japan/tokyo/shinjuku/attractions/tokyo-metropolitan-government-building/
I see several warnings in console and also a lot of calls to the sumome API, which is making your page very slow. (See image attached.)
Have you tried to momentarely disable all non GD plugins to see if one is interfering?
Let us know,
Thx
Hi,
post_region is a mandatory field. Please see: https://wpgeodirectory.com/docs/core-export/#mandatory
Thanks
Hi,
as far as I know that plugin is not multi-vendor, so it could only be used for 1 property by the website admin, not by each listing/business owner.
It doesn’t provide front end admin pages to manage rates and property and it doesn’t have a fantastic reputation.
I’m not sure how Sky’s developers are integrating it, but I’m almost positive that it is not what we need.
However I’ll ask to Sky’s developers what they did exactly. Maybe they make us change mind.
Thanks
Hi,
The validation currently provided is mainly for mandatory fields.
Then each field may have extra validation, like email will check if the email format is valid for example.What kind of validation are you talking about?
Possibly you could enqueue your own extra JS file for validation.
Let us know,
Thanks
I can’t see anything wrong… I’ve asked Stiofan to have a look.
Thanks for your patience,This reply has been marked as private.Hi,
normally it should redirect to listing detail page that you were trying to claim.
Did you add any custom redirect function?
Let us know,
Thanks
Hi,
this happens because you removed the original action for the claim listing link and added it with a custom function:
remove_action('geodir_after_edit_post_link', 'geodir_display_post_claim_link', 2); add_action('geodir_after_edit_post_link', 'my_geodir_display_post_claim_link', 2);You need to update the line that has changed in your my_geodir_display_post_claim_link, from :
$site_login_url = get_option('siteurl').'?geodir_signup=true';to
$site_login_url = geodir_login_url();Let us know how you went,
Thanks
Hi,
1) you must have a menu created in Appearance >> Menus, assigned to the primary menu location of your website.
2) Go to GeoDirectory >> Design >> Navigation, select the above mentioned menu in: Show geodirectory navigation in selected menu locations (this will allow GD too any of its menu item to the main menu of your theme)
3) Go to GeoDirectory >> MultiLocations, enable Show location switcher in menu
Let us know how you went,
Thanks
Hi,
I just tested it and works as it should. See image attached.
What’s not working for you. DId you try clearing your browser cache?
Let us know,
Thanks
Hi,
the best way to know if they are correct is to upload them on your server and test:
https://wpgeodirectory.com/docs/translate-core/
https://wpgeodirectory.com/docs/translating-addons/Let us know,
Thanks
Hi,
you have tested the main site where geodirectory and gd booster and not even installed.
You should be testing the demo http://wptry.it/try-geodirectory, but with the wpdemo plugin on, it will be a useless test.
Cloudways offer 1 month free trial if you want to test their services.
Thanks
October 15, 2015 at 8:26 pm in reply to: Dynamic code to pull-in post_latitude and post_longitude data #57066Hi,
I can tell you how to do that with PHP, both values are saved in the post global variable:
$post -> post_latitude; $post -> post_longitude;Not sure how to pass that to JS though.
I’ll ask Stiofan to let us know,
Thanks
-
AuthorPosts