-
Author
-
December 16, 2017 at 16:44 #183215oummacommunityParticipant
the connection on my multisite sites under wordpress only works with the browser microsoft edge but does not work with other browsers. Can you explain to me how to solve this problem?
December 16, 2017 at 18:51 #183246Kieran_SQModeratorHi,
Do you mean the KLEO login modal / KLEO login shortcode? If so please describe what is working and what is not. Also please supply the URL for your main install, secondary sites also using KLEO as well as login details that can be used for testing purposes.
Thanks,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
December 17, 2017 at 12:05 #183270oummacommunityParticipantthank you for your reply
the problem was cookies, I had to add these lines of code in the wp-config.php for the connection to work properly on all sites multisite:
// Cookies
define( ‘COOKIEHASH’, md5( ‘annaml.com’ ) );
define( ‘COOKIE_DOMAIN’, ‘annaml.com’ );
define( ‘ADMIN_COOKIE_PATH’, ‘/’ );
define( ‘COOKIEPATH’, ‘/’ );
define( ‘SITECOOKIEPATH’, ‘/’ );
define( ‘TEST_COOKIE’, ‘thing_test_cookie’ );
define( ‘AUTH_COOKIE’, ‘thing_’ . COOKIEHASH );
define( ‘USER_COOKIE’, ‘thing_user_’ . COOKIEHASH );
define( ‘PASS_COOKIE’, ‘thing_pass_’ . COOKIEHASH );
define( ‘SECURE_AUTH_COOKIE’, ‘thing_sec_’ . COOKIEHASH );
define( ‘LOGGED_IN_COOKIE’, ‘thing_logged_in’ . COOKIEHASH );December 17, 2017 at 15:41 #183276Kieran_SQModeratorHi,
Glad it is all sorted for you now, I will mark this topic as resolved.
All the best,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.