Paolo
Forum Replies Created
-
AuthorPosts
-
Hi Tony,
this is really beyond the scope of support we can provide as it is clearly a customization.
We have never done this, and the system wasn’t design for it, so to be able to even provide you guidance, we would have to sit down, study the case, write code ourself and test it, till it works.
Which is something we obviously can’t do for each single member customization request.
Reason why I’ve moved this into the Jobs section to see if any developer is willing to work with you on this.
Thx
hi,
I would have to look at your website to check few things but for most I think I can give you an answer:
1) The Gleneagles Hotel is not an address and it will never find it. Google API can only query addresses, so in the address field you must input street name and so on. Not places name.
2) I’ve added a second event category in our demo http://wpgeo.directory/add-listing/?listing_type=gd_event and both are selectable and I can move to the next field any time.
3) I can’t replicate this in the demo either.
4) Only by looking at your website I could answer to this.
5) It looks like this may be the case of wroung ZIP being looked up and creating problem in point n 6 too.
Given that qwe are talking about Scotland, Stiofan should be able to fix this quite easily, if he can test it with you.
I’m flagging the post for him so yo ucan get in touch.
Thx
Hi,
you can give specific packages “featured”staturs so listing are featured, this will place them at the top of listings.
Going any further and seperating by package would be a customisation, which i think is best tackled by editing the query, I would start by looking in listing_filters.php and installing something like query monitor plugin.
Thx
Hi,
Stiofan added a filter. Please replace custom_fields_functions.php with the file in the zip attached.
Filter to be used like this for example in your active theme functions.php add :
add_filter( 'geodir_custom_field_website_name', 'geodir_change_website_field_display_name', 10, 3 ); function geodir_change_website_field_display_name($name,$website,$post_id){ return $website; }
New filter will be added to the next version.
Thx
Hi,
because some images files were missing in 1.1.9 update we had to update to 1.2.0 the same day to add the missing images.
Anyway, we fixed the GD+WPML+Woocommerce problem and we finished testing it today.
IT can be seen in action here:
http://dropct.com/bug/ language switcher
http://dropct.com/bug/shop multilanguage product filtered correctlyWe should update again tomorrow and this fix will be in the new version.
Thanks for you patience.
This should be fixed now. Stiofan have to confirm it, but if he does, it should be in the next version.
Thx
I think Stiofan already added an option to disable it on add listing form.
We will keep you posted.
Thx
We haven’t released anything since yesterday yet.
It will be in the next version.
Thx
Sorry about it, I totally forgot yesterday. Now it’s done.
Honestly, I’d always keep all plugins to the latest version. If you stop updating the core than you shouldn’t update the addons either.
Thx
ok let us know…
Question, do you have the share location addon active?
If yes, can you try deactivating it?
Hi,
for some reason, in GD >> design >> map
the only custom post type you have installed was disabled.
Thx
Hi,
normally GeoDirectory would have All Physical Therapy Centers, not STRIVE! Physical Therapy Centers.
Either it was changed with a function or through the language file, because there is no option in the plugin to change that page title.
Let us know,
Hi,
modoifying the files of a plugin is never a good idea. Obviously updates will overwrite your changes and there is nothing we can do about that.
The only way to modify a plugin to make sure it fits your needs is through hooks.
If there are no hooks to specifically do what you need, you can ask for them and if we see a use for it that will be beneficial for most users, we will add them.
Thank you
Do you have cpanel installed or phpmyadmin in your server?
If not can you ask to your hosting provider to give us access to the database in your install?
Thanks
-
AuthorPosts