Paolo
Forum Replies Created
-
AuthorPosts
-
Hi Vincent,
if they have their own caching system and it can’t be disabled, GeoDirectory will likely not work correctly.
Wpengine for example works, but if you want to use multilocation you have to disable their built in caching system. I don’t think GD Booster can be installed on it though.
Godaddy wordpress managed hosting plans instead don’t work at all.
I’m having a pretty good experience for one of our demos with cloudways.com managing for me a 1gb Digital Ocean droplet. It cost $15 month while getting it from Digital Ocean directly would cost $10. They make it so much easier to use for non-system admins that it’s worth it IMHO.
Shared hosting are useless in most cases unless they harness a technology like litespeed. MDD Hosting is an example and it could be a good starter plan. I personally never tested them thouroghly, but we have cusom using them and it looks almost as fast as an avarage VPS.
Don’t know however if the speed is consistent and what happenes when your shared server start getting full with other custom’s websites.
Soon I will make a comprehensive blog post about Hosting. Thank you for reminding me that it is needed.
Cheers,
Hi,
just FYI, each featured listing has the class “gd-post-featured” in listings pages.
So if you add this to your custom css for example:
.gd-post-featured { background: #f7f7f7 none repeat scroll 0 0; }The background of your featured listings will become light grey.
Let us know if this is what you were looking for.
Thanks
Hi,
this is known bug in 1.5.0 when the category is added to the URL.
The solution can be found here : https://wpgeodirectory.com/support/topic/map-listing-issue/#post-48373
Sorry about this, 1.5.1 will be release beginning of next week.
Thanks for your patience,
You should move everything under the new domain and create a 301 redirect for the old domain pointing to the new domain.
This is the correct way to do this kind of things.
If your website is visible under 2 different domains, Google will see them as duplicate and penalize them.
Thank you
“The affiliate plugin is using and modifying the WordPress login/registration”.
I believe they refer to a 3rd aprty plugin, not GeoDirectory?
Thanks for letting us know Emma. Glad you solved! 🙂
Hi,
we are interested in whatever you can provide, however here we are asking for full translations both fron and back end.
You would have to signup on transifex.com as explained on the 1st post here: https://www.transifex.com/projects/p/geodirectory
Request to add the Japanese translation and proceed translating.
You can also follow instructions here https://wpgeodirectory.com/docs/translate-core/ than send us the translation directly.
Thank you
Hi,
have you tried disabling all non GD Plugins to see if there is a conflict with any of them? You have 46 active plugins.
Let us know,
Thanks
This reply has been marked as private.Hi,
for the 1st question, please try to replace this file: geodir_location_manager/geodir_location_template_tags.php with the file attached. (remove the .txt extension to make it a php file again before uploading)
Then add this function in your theme functions.php:
add_filter('geodir_location_switcher_default_tab','mytheme_change_default_switcher_tab',10,1); function mytheme_change_default_switcher_tab($tab){ return 'region'; }Stiofan just added this filter and it will be included in the next update, so you won’t lose it.
For the search part I asked to Stiofan too and this is his answer: it works for me on mobile but it does say “please wait” in the dropdown which never seems to go away but it does ajax change the dropdown
Isn’t it working at all for you? Could you provide a link to check?
Let us know,
Thanks
Hi,
I just double checked and I have to correct my man Guust here.
I asked to Stiofan to create the new system in the permalinks settings page, specifically to allow users to set any page they want, to be any of the GD pages.
If you create a page manually titled “directory” and you set that as the location page, it should automatically change the permalink from location to directory and work.
The GD Tool will only create the default pages if none are selected in the permalinks spots.
So if the map has gone away, the reason must be something else.
If you provide a URL and wp admin credentials in a private reply we will have a look at your settings.
Let us know,
Thanks
I’ve set this as resolved, however if you want us to have a look, just let us know.
Ive just tested on 1 of our demos, leaving only “Museum” category unselected and it’s working as expected: http://wpgeo.directory/
Thanks
Yes, but it would require a customization.
Thanks
glad we solved… thank you!
Hi,
this is a known bug. Not really a bug though, it is more of an incomplete part.
GeoDirectory saves most of the listings data in a custom table too. The Quick Edit or Bulk edit UI are not capable of doing this (yet?) and they are only saving in wp_postmeta, this specifically for Tags and Categories.
I believe that for now we should disable the quick edit and bulk edit for listings, or fix them so that they can be used. 1 or the other.
I’ve flagged this for Stiofan to see if he wants to add something.
Thank you for the heads up.
-
AuthorPosts