Paolo
Forum Replies Created
-
AuthorPosts
-
Core edits should only be made using hooks and filters. And if a hook for the mod you want to make isn’t available it should be requested.
There is no other possible solution to this…
Ok, I’ve reported this to developers too.
Thx
To solve this we need database access and it’s due to a recent update of multilocation to allow better translation of locations.
There are listings assigned to Netherlands and other to Nederland, than there is a location all, all, Netherlands which is obviously a mistake.
We have to delete the wrong country (the one added), duplicate all locations that were using the wrong country and finally merge them with the old wrong locations.
Done that, everything will be back to normal.
Please forward your phpmyadmin credentials and we will fix it for you.
Thx
did you update to wordpress 4.0? In that case you have to switch language in your wordpress settings and remove the LANG definition from your wp-config file.
Let us know,
Thx
Hi,
the suggestion to be able to search outside the current location has been made already and we are working on an alternative solution.
The location switcher is a fundamental part of the multi location addon and is something the would prevent the system to work properly if not added.
Thx
Doesn’t happen on our demos and test websites.
Can you provide wp admin credentials pls?
Thx
Hi,
did you add a review and deleted it? Or after the fresh install it was already there?
For trhe second request, please suggest it here and if other members vote for it we will consider it.
Thx
September 11, 2014 at 5:51 pm in reply to: Admin approve listing and share location question. #15086Hi,
unfortunately I’m not able to find the solution, but I suspect the problem comes from the server setup.
Particularly the dashboard being under https and the front end under http.
When uploading a new image, the script should save the image in a temp location with ajax before saving it in the upload folder once the listing is saved after the preview page.
The ajax call should return the temp URL for the image as answer.
In your front end it returns -1, that’s why the script return the error no loc.
What is strange, is that it works in the back end (Place attachements) as expected.
That’s why I think the http/https configuration could be the issue.
I have to ask to Stiofan to have a deeper look at it.
We will let you know asap.
Thx
Excellent! You’re very welcome…
Actually events are supposed to show in the detail page of the linked business.
I remember checking for another user not too long ago and it was working, at least for Events and Places.
We still had to implement the option to link any listing from any CPT together.
I’ll ask Stiofan to verify why it doesn’t work anymore.
Thx for the heads up.
Notified Stiofan about this.
Thx for the heads up.
Hi Czar,
no that is not the table you want to change or you will mess up all listings. The change should be done in geodir_countries table only.Than you should re-create the locations that you already had in your directory with the country name translated and merge them with the old locations with country name in english.
This is the only way now to correct this without losing/messing up listings.
Otherwise, if this is not extremely urgent, Stiofan and Kiran are working on a automated tool to fix this and hopefully we can release it soon.
Thx
Hi,
both things solved.
1) it was a tiny css conflict with the theme’s footer. I’ve added this in your custom css in GD >> Design >> Scripts
#mk-footer {overflow:hidden;}
2) You have the map twice and both had sticky map enabled. I disabled it for the top section map and now it looks good.
Let us know,
Thx
I’m not sure that will work either, but you can try.
The only problem will be with next update you will lose the change, but hopefully with next update we will have solved this.
Thx
September 10, 2014 at 7:35 pm in reply to: Admin approve listing and share location question. #14984Hi,
I can’t visit your back end. I get this error:
Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method sidebar_generator::init() should not be called statically in /home/caferoo1/public_html/hub/wp-includes/plugin.php on line 505 Strict Standards: Non-static method sidebar_generator::get_sidebars() should not be called statically in /home/caferoo1/public_html/hub/wp-content/themes/creativo/functions/plugin/multiple_sidebars.php on line 52 Warning: Cannot modify header information - headers already sent by (output started at /home/caferoo1/public_html/hub/wp-includes/plugin.php:505) in /home/caferoo1/public_html/hub/wp-includes/pluggable.php on line 1173
The geodirectory warning is easy to fix, just add
error_reporting(E_ERROR);
to your functions.php file.
BTW Is that a multisite install?
-
AuthorPosts