Paolo
Forum Replies Created
-
AuthorPosts
-
November 21, 2014 at 12:35 am in reply to: WPGEO does NOT work, does not assign listings to proper location catagory #22122
No, these tables are used only by that plugin and you don’t have it installed, so they are just sitting there.
November 21, 2014 at 12:25 am in reply to: WPGEO does NOT work, does not assign listings to proper location catagory #22118Hi again,
the biggest problem is due to tables left from wordpress business directory plugin.
Given that the plugin has been removed already, can I delete them all?
Thanks for letting me know.
November 20, 2014 at 10:38 pm in reply to: WPGEO does NOT work, does not assign listings to proper location catagory #22103This reply has been marked as private.November 20, 2014 at 10:18 pm in reply to: WPGEO does NOT work, does not assign listings to proper location catagory #22101This reply has been marked as private.November 20, 2014 at 8:28 pm in reply to: WPGEO does NOT work, does not assign listings to proper location catagory #22086Hi Bob,
I will be looking into your problem as soon as possible today. Resolving may take time. It’s not something I can fix in a matter of minutes.
Please be patient.
Thx
November 20, 2014 at 8:27 pm in reply to: How to mark all category for places in homepage map #22085Ok, let me explain this better.
the only setting that lets you untick categories is in GD >> design >> home >> home map settings >> Select category to untick by default on map
If none is selected there, the map will show them all.
If the user deselect all categories on the map menu, No record found is the correct behaviour.
To avoid shoing that, just avoid selecting all categories in the above mentioned option.
@casalo, the problem there seems to be different. I’m not even sure that’s the right map widget.
Could you please provide wp admin credentials to have a look?
Thx
Hi,
yes that has been noted in our to do list. The field shouldn’t appear as one that can be added.
Given that it wasn’t a priority we haven’t removed it yet and we gave priority to other tasks.
In any case, it can’t be really used as Guust said and you will see that field disappear sometime in a future release.
Thx
Hi,
I guess you are using GDF, that adds geodir_custom_posts to all page’s body classes regardless if it’s a GD page or a blog page or whatever…
It’s not difficult though to add a new custom body class only to all GD pages.
http://codex.wordpress.org/Plugin_API/Filter_Reference/body_class
Adding this to your theme’s functions.php file should do it.
// Apply filter add_filter('body_class', 'gd_body_classes'); function gd_body_classes($classes) { if (geodir_is_geodir_page()) { $classes[] = 'this_is_a_gd_page'; return $classes;} }Let us know,
Thx
Hi,
it is very dificult to find a solution that would work for everyone.
The best way would be to avoid modifying country, region and city names and let google api do their magic.
We are now considering adding some options that would make it very difficult to make mistakes, without sacrificing flexibility.
We’ll keep you posted.
Thx
Hi,
in the requests system, there is a button “In Progress”.
If you click on it you will find:
1) shortcodes
we outsourced this to Jeff Rose and last update sent to us showing excellent progress. Shouldn’t take much longer.2) Multisite
this is done and will be in the next release3) Better search features / Better GeoLocation
to do this we are merging 3 addons. Advance search/GeoLocation/Autocmpleter.
Stiofan is working on it and it’s 80% done.4) Custom Google Maps
Kiran already finished this. It wasn’t one of the top voted, but we had all the code for it and we liked the idea, so we rushed it.Even though nobody requested it, we are also working on GD Booster, because we the incresed number of addons, GD could start giving problem with too many http requests for CSS and scripts. GD Booster will simply concatenate and minify all CSS and JS files loaded by GD and it’s addons reducing the calls from at least 1 css and 1 js per plugin to 1 css and 1 js for all.
We would like to release all this at the same time. We are really close and we hope to complete everything by the end of next week.
Thx
Hi,
just FYI, Location and listing pages have different layouts, so making them identical will be almost impossible.
The listings page will offer a paginated list of all posts in the custom post type, or in 1 of its category.
In the Location page you can use a widget to simulate it, but you’ll only be able to add a fixed number of listing without pagination in there.
Thanks
hi,
I’ll ask John if he has access to it 1st of all. In case he doesn’t, would you mind sharing for testing?
Thx
November 20, 2014 at 4:33 pm in reply to: WPGEO does NOT work, does not assign listings to proper location catagory #22063Hi,
to clean up the wrong locations and make everything work as it should, we will have to remove from the database all “wrong” locations, making sure we don’t delete listings assigned to them.
To do that we will need phpmyadmin (or cpanel) credentials.
Let us know…
Thanks for your patience.
Hi, Stiofan meant a future taks. It’s not included yet.
Thx
November 19, 2014 at 5:15 pm in reply to: Ability to choose whether an advanced search filter is OR or AND #21945Hi,
for the exatr feature at the moment I can only suggest to add it as a request here to submit it to other members votes:
https://wpgeodirectory.com/requests/
Thanks
-
AuthorPosts