This topic has 3 replies, 2 voices, and was last updated 7 years by Kieran_SQ.

  • Author
  • #183215
     oummacommunity
    Participant

    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?

    #183246
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

    #183270
     oummacommunity
    Participant

    thank 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 );

    #183276
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?