Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
the all listings page is something that isn’t really used at the moment. We didn’t remove it because we might create queries to look through all CPT in the future for both listings pages and maps.
In this case the second question is answered already. That page should not be used and the map will not show anything at the moment.
Thanks
Hi,
would you please attach the CSV you are trying to upload so we can have a look?
The topics linked doesn’t seem to have anything to do with what you are reporting here.
Thx
Hi,
we are working on hooks documentation and there are over 150 of them. So basically customization possibilities are almost endless.
The showcase section is still new and most members seem to have not noticed it.
As soon as we will be done with developers docs, everything will become clearer.
Thanks for your patience.
Oh yes, by editing code anything can be done 🙂 However we don’t provide customizations as part of support here…
To achieve your final result, you can’t count on us other than for pointing out where to look, like we did in that post.
Thanks
In geodirectory/geodirectory_template_actions.php around line 875 you find
add_action( 'geodir_add_listing_form', 'geodir_action_add_listing_form',10);From your theme’s functions.php file you should remove that action.
remove_action( 'geodir_add_listing_form', 'geodir_action_add_listing_form',10);Copy the function geodir_action_add_listing_form (it’s right below the add_action in geodirectory/geodirectory_template_actions.php) paste it in your theme’s functions.php file and rename it. Example my_geodir_action_add_listing_form.
Now modify the function to remove the text input field and use a select with your predefined tags instead.
Add a new action in your functions.php calling your new function.
add_action( 'geodir_add_listing_form', 'my_geodir_action_add_listing_form',10);Let us know how you went.
Thanks
That’s due to other plugins and possibly the theme used.
It is not caused by GeoDirectory.
Thx
link please?
Hi,
renaming the theme will make WordPress see that as a new active theme and when a new theme is activated, widgets are reset. The map is a wiget so I think you only need to put it back where it belongs.
Let us know,
Thanks
Thanks John, code recipes are always welcome! 🙂
Hi,
all problems are due to GD Booster not playing nicely with a couple of your plugins, which are breaking jQuery.
Infolinks and Quick AdSense are the culprit. The second creating more problems and to be honest, I wouldn’t use that plugin as it seems to be poorly coded and very outdated.
The 1st I’m sure we can add it to the exclude list of GeoDirectory, but I tried and failed, so I need Stiofan’s help. FOr the moment I’ve deactivated it.
Please try now activating all other GD addons and let us know.
Thanks
Not without a code customization. Not a very simple one.
Thx
It should work….
We will look into it and see if there is a reason why it’s not working.
We’ll keep you posted.
Thx
Hi,
custom fields can only be used to filter in search as the require custom queries.
Example, to show all restaurants with the Non Smoking custom fields in our demo you will need a URL like this:
There is no other possible way.
Thx
January 27, 2015 at 5:23 pm in reply to: Geocode was not successful for the following reason: ZERO_RESULTS #28970Hi again,
please provide link and wp admin credentials and we’ll have a look.
Thx
hi,
Stiofan is almost done with the new compatibility plugin.
We’ll keep you posted.
Thx
-
AuthorPosts