Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hello,
#1. The GD Permalinks page should ONLY be saved on the default language, saving it while in another language will break everything, it automatically knows to get the translation from the english ID. Your login button at the top right i am not sure how you are adding it but it is not dynamic, i have aded a login widget to your footer section as an example to show that the login page will change link to the Brasil one when in that language.
#2 Change the permalink to the translated text.
Stiofan
Please provide wp-admin and FTP details and i’ll take a look.
Stiofan
You are welcome 🙂
Stiofan
Get me on skype and we can go over it.
Stiofan
Hello,
Your comments could mean a number of things, please explain fully.
Thanks,
Stiofan
Hi Craig,
I have tried to narrow it down and it seem to be that if $_POST[‘redirect_to’] is set then it redirects too early, however i can’t replicate this on any of my test sites, i tried to dig into the core WP files on your server but it seems i dont have the ability to change them, if you can give me access to those i will try and debug it again, otherwise i could give you a hackish quick fix but it wont help in the long run when u update.
Stiofan
Hi Stefano,
Please check now, i added a filter to your child theme, i assued u wanted the region as “umbria”;
Stiofan
Hello,
Your server is limiting a url parameter to 512 characters, please ask your server admin to apply the fix in the answer here: http://stackoverflow.com/questions/7724270/max-size-of-url-parameters-in-get
Thanks,
Stiofan
Sorry my reply failed to post last night, here it is:
Hello,
it seems to be a combination of many listings and many categories and many locations, when a listing is saved we rebuild the category term counts per location so this is a very very big loop in your case.
I have added a task to tackle this in different ways for big sites but for now this is the temp solution i can reccommend.
In your theme functions file near the top i have added the following lines
//disable term update on listing save remove_action( 'geodir_after_save_listing', 'geodir_term_post_count_update', 100);This will disable the term count update, if you add/remove many listings or change categories, i would suggest to comment out that line and then save a listing then uncomment it again to update your term counts. Y
Your place save times are now only a few seconds with this line added.Thanks,
Stiofan
Hello,
I can’t connect with those FTP details, not getting any errors, it’s just timing out.
Stiofan
geodir_reviewrating_functions.php lines 101 and 102 change to:
category text NOT NULL , category_id text NOT NULL ,Then go to GD>Tools>clear all version numbers
Let us know if this solves for you.
Thanks,
Stiofan
For a basic form just use this:
<form class="geodir-listing-search" name="geodir-listing-search" action="http://www.kidgooroo.com/wordpress1/" method="get"> <input type="hidden" name="geodir_search" value="1" /> <input type="hidden" name="stype" value="gd_place" /> <input type="text" name="s" /> <input type="text" name="snear" /> <input type="submit" value="Search"> </form>Stiofan
Yes sorry about that, the names seem to be interchangeable for that addon, we are working to call it the one thing but old habits and that 🙂
Stiofan
Hi Dominic and welcome!
You can access downloads under My Account>Downloads (top right).
You also might want to start here: https://wpgeodirectory.com/docs/category/getting-started/Thanks,
Stiofan
testing, please ignore this post
-
AuthorPosts