Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hi roman,
I dont think it is anything to worry about, there seems to be a check for is-mobile and if it is a mobile then it shows the menu, i faked the useragent in FF and the menu shows, please test on any mobile device.
Stiofan
January 16, 2016 at 4:18 pm in reply to: GeoDirectory Multilingual Press Compatiblity Failure #68960Hi Alex,
I have reached out to the dev, if he wants we can make things compatible we can work together if not it’s WPML.
Thanks,
Stiofan
The nature of this problem is in the CPT custom fields, in the address field there are hidden settings fields that should be ticked but in your case when you create a new CPT it does not set these, you are the only person i have seen who this happens to, all i did last time was use the inspector to unhide the fields and tick them and save the field, i could do the same again but if you plan to add more CPT then maybe i should find the root of the problem? If so please provide FPT info also.
Thanks,
Stiofan
OK thanks for the info, we disable them by default to save space in the DB, in our early tests we seen that having them enabled could add lots of unnecessary posts to the DB of a directory site so took this action. If you want them enabled simply add this line to your wp-config.php file
define('WP_POST_REVISIONS', true );You can then enable/disable post revisions on GD post types via the CPT addon.
Let me know if you have any problems,
Thanks,
Stiofan
This reply has been marked as private.I have fixed it by adding
#menu-item-gd-location-switcher{z-index:1492;}Thanks,
Stiofan
Hi roman,
Can you explain how to replicate that? I am checking but can’t see any problems.
Stiofan
Hi Dale,
This does not happen for anyone else apart from you, if it is code then it’s not our code.
If you can provide FTP details in a private reply i will check if it’s coming from a plugin or theme, it does only seem to happen on wp-admin urls, this basic test form show the problem<form action="http://www.infolex.se/wp-admin/" methos="post"> <input type="text" name="anything" value="VARCHAR" /> <input type="submit" value="test" /> </form>Thanks,
Stiofan
Marked as resolved 🙂
Hi Craig,
Here is what i have learned from testing.
Firstly everything seems to be working in our code as it should, the main login page has a redirect_to option which should redirect you to the page you came from or a specified page, the login widget sets this value to the login page as default and does not have a redirect value that changes.
The actual signon in both cases works, the user object is created with no errors, the widget login then redirects back to the login page which you cant be on if you are logged in so you get redirected home, where as the login page redirects you to where you came from, it seems to be this second visit to the login page that is setting the correct login for the widget, from my tests the PHP session ID is being changed when submitting a login and there for instantly signs you out.
So basically the session ID changing is causing the problem and the cookie is not set right. This has to be a server issue as far as i can tell, i would ask your server admin whats going on with the session id changing, and i would play with the php.ini session settings, when i looked at them, it seemed to reference memcach in the save handler, which i guess could be related to the problem.
Keep us updated on how you get on and what the fix was in case it ever happens to anyone else.
Thanks,
Stiofan
Thanks, please check now!
Stiofan
Hi Ben,
Welcome to GD 🙂
Can you make a short list of problems you have noticed and i’ll run through them and if any login details for wp-admin or FTP have changed please provide new ones.
Thanks,
Stiofan
Hi,
You have a JS error on your site which if you have any will break GD Booster.
It is caused by this line
<script type="text/javascript">document.getElementById('rememberme').checked = true</script>The element
'rememberme'does not exist on the page so it throws an error, this must be fixed before we even look at GDB.
Thanks,
Stiofan
You are welcome!
Just let us know if you need help or if you figure things out.
Thanks,
Stiofan
Please describe the problems here and we will see if it’s something we can resolve.
Stiofan
-
AuthorPosts