Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
given that your login page is yoursite.com/login/, simply change the code you added to redirect.
From this:
add_action('init' , 'geodir_redirect_to_default_login') ; function geodir_redirect_to_default_login() { if(isset( $_REQUEST['geodir_signup'])) { wp_redirect(home_url().'/wp-login.php'); exit(); } }To this:
add_action('init' , 'geodir_redirect_to_default_login') ; function geodir_redirect_to_default_login() { if(isset( $_REQUEST['geodir_signup'])) { wp_redirect(home_url().'/login/'); exit(); } }Thx and happy holidays to you too!
Hi,
you had the google mapd API called twice. Once from GD and the other from Ubermenu.
Disabling Ubermenu Google Maps API call should have solved the problem (please confirm).
Just FYI, I used to love Ubermenu and what you can do with it, until I looked into how it does it. unless it has been totally rewritten since, that plugin will add hundreds of database queries to each page of your website.
GeoDirectory, with all its complexities, does less DB queries (almost half).
My 2 cents.
Ok Nippi, thanks for the feedback, after the holidays we will see if what @njainb has suggested is feasible and if it is maybe we can convince you to come back.
About the trailing slash missing in location pages though, I’m not sure I understand what you are referring to. I see end slash in all our URL, both canonical in source page and in the actual URL.
Thanks!
Thanks @njainb, we’ll definitely look at their system and if we can adopt it and get rid of templating issues we will definitely work on it!
Cheers,
December 22, 2014 at 6:51 pm in reply to: Subscriber: Add-Ons Upgrades Throwing Site Into Disarray #25281Hi,
I clicked on activate and it worked. You probably had some cache going on.
Thanks
Please provide a URL and credentials, we can’t really help fixing things, without seeing them.
There is probably a Javascript conflict…
Thx
I’ve flagged this for the developers to look into it. I’ve seen already a similar problem with another theme and it was already fixed, so it shouldn’t be a big issue solving for your website too.
Thanks for your patience,
Hi,
I see what you are saying and that’s definitely wrong, but I can’t seem to recreate it in our test website.
Could you please provide wp admin credentials? Thx
Hi Richard,
would you please provide a URL and wp admin credentials in a private reply so that we can look at the problem and advise?
Thanks
Hi,
both the plugin and child theme have been updated this week end.
Can you try with these latest versions?
Thx
I’ve asked Stiofan to review the function.
Thanks for your patience,
Hi,
that is an apache setting limiting URI lenght.
Please read here: http://stackoverflow.com/questions/2891574/how-do-i-resolve-a-http-414-request-uri-too-long-error
Your server admin should be able to easily fix this for you.
Thanks!
You should update the child theme too.
Let us know if you find anything else.
ThxStiofan updated this yesterday.
You should update to v 2.0.2
ThxThank you, we wish you happy holidays! 🙂
-
AuthorPosts