Paolo
Forum Replies Created
-
AuthorPosts
-
Actually there are hooks, please see : https://wpgeodirectory.com/support/topic/enlaces-follow/#post-184281
Thanks
January 10, 2017 at 8:48 pm in reply to: Is it possible to edit form with multi-select drop downs? #340540Hi,
if you mean the search form, yes by installing the Advance Search Add-on.
To change those labels, please go to GeoDirectory >> Design >> Search >> Search form settings
Thanks
Hi,
I’d suggest to read this post completely where Kiran explains this in depth to another member:
https://wpgeodirectory.com/support/topic/alive-days-changes-on-import/
Hope that helps, let us know if you need more details.
Thanks
If you only enter a keyword in the “search for” field, results will be ordered by relevancy and not distance, because the system wouldn’t know where to calculate the distance from.
Thanks
Hi,
I’m sorry to inform you that GeoDirectory will only search in title, description and taxonomies (categories and tags), but not in all custom fields. Search would be too slow.
You can use any custom field as an advance search filter if you install the advance search add-on.
Please see https://wpgeodirectory.com/docs/gd-search/ for more info.
Thanks
January 10, 2017 at 8:29 pm in reply to: Split: Can I make changes to Category, Region, and Neighbourhood names #340534You can change that from GeoDirectory >> Place Settings.
Double click on the address field and change the Region Label to whatever you want.
Thanks
Hi,
if you search “near” Windsor, the distance returned isn’t from your current location, but from the center of the location searched.
That listing is 14.65KM away from the center of Windsor.
Hope it clearer now, let us know,
Thanks
You are welcome 🙂
Hostgator is one of the most unreliable (and slow) hosting providers from my experience. Permissions should be 755, but you can try 777 if 755 doesn’t work.
However I asked to the developers to tell us if they have anything to add.
Thanks for your patience,
Hi Ron,
I believe the problem is server related. If you disable GeoDirectory you’ll probably see the same thing.
It looks like the server is losing the login session randomly.
Did you try asking for support to your hosting provider?
Let us know,
Thanks
Hi,
you needed to clear GD Booster cache.
Please check now.
Thanks!
it seems to be working now: http://directorio.codigodesign.com/lugares/best-western-center-city-hotel/
Thanks
The link is:
site.com/author/admin/?geodir_dashbord=true&stype=gd_place
The part in bold is the variable and now we need to get the username of the currently logged in user so that the variable is changed according to the logged in user.
For that we can use this function: https://codex.wordpress.org/Function_Reference/wp_get_current_user
and you can do something like:
<?php $current_user = wp_get_current_user(); ?> <a href="http://site.com/author/<?php echo $current_user->user_login; ?>/?geodir_dashbord=true&stype=gd_place">My Listings</a>Let us know how it goes,
Thanks
January 10, 2017 at 7:41 pm in reply to: PHP Fatal error: Cannot redeclare class geodir_loginwidget #340520Ok thanks for letting us know 🙂
I haven’t done anything… 🙂
Let us know if the problem comes back.
Thanks
-
AuthorPosts