Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
no I’m not that good with SQL and I don’t think it’s such an easy SQL statement anyway.
I’ll ask to Stiofan what he thinks…
Thanks for your patience,
Hi,
now the location page is working at this URL:
yoursite.com/location
In your pages you have 105 entries. There are 3 “dog friendly accomodation” pages with 3 different slug:
1 dogfriendly
2 dogfriendly-2
3 dog-friendly-accommodationWHat I suggest to do is tho go through all your pages and delete everything that is not 100% necessary.
Than finally create the page needed as location page and assign it in GeoDirectory >> permalinks.
Let us know,
Thanks
as I said that’s currently not possible as that plugin wasn’t really made with events in mind.
Thanks
Well glad you solved! 🙂
Hi,
today we finished documentation. We should release it later this week.
Thanks
Hi, sorry for that.
You can deactivate it for now, we will reactivate it when needed.
thanksHI,
do you have access to an error log? Did you activate any plugin after adding that “Get direction” custom function? Because i remember seeing it working yesterday.
Let us know,
Thanks
This reply has been marked as private.Hi,
please add this to your theme’s functions.php file:
add_action('init','wplogin_redirect'); function wplogin_redirect(){ global $pagenow; if( 'wp-login.php' == $pagenow && $_GET['action']!="logout") { wp_redirect( home_url( '/?geodir_signup=true') ); exit(); } }Let me know if it works for you.
Thanks
Hi,
make sure you have GD Pages correctly in place.
GeoDirectory >> permalinks
If they are not you can fix by simply going to GeoDirectory >> GD Tools and run the 1st utility.
If that is not the problem, we would need to see your website.
In that case, please provide a URL and admin credentials in a private reply.
Thanks
You also have a problem with the location page: http://www.whereswhat.com.au/australia/victoria/brighton-1/
Please go to GeoDirectory >> GD Tools and run the 1st tool to fix GD Pages.
If that doesn’t solve, please provide admin credentials in a private reply and we will have a look.
Thanks
June 13, 2015 at 4:03 pm in reply to: Can you help me make the map bubble style be a consistent size? #42468Hi,
we hired a designer to design new info windows with vertical layout, but we are not finished with it yet.
I hope we will be able to introduce them in the next release.
Thanks
June 13, 2015 at 3:52 pm in reply to: Login details for GeoDirectory failed! Please check GeoDirectory>Auto Updates an #42466Hi,
I’ve tested with 3 dummy user now and it worked flawlessly for all.
Make sure you are using this forum username and password.
1) uakix
2) doktol
3) markgardnerPassword you should know them, otherwise there is no way to post on this forum.
Please let us know if you were able to solve. In case you were not, each of you please open a new topic so that you can provide URL and admin credentials in a private reply.
Thanks
Hi,
you have to be super fast or find a moment where your server isn’t going at full speed. (which I never could while trying)
Yes if you click search while the form is doing another operation (loading the fields) an error can occur.
I’ve already asked to Stiofan to add spinning icons to the search button while any operation is occuring and to disable buttons until the operation is done.
That way the user should understand that something is going on and he has to wait before clicking search.
Thanks
Unless Google Maps engineer find a way to read a user’s mind, that’s never going to happen for obvious reasons.
Sorry.
-
AuthorPosts