New Landing How can we help? Themeforest Theme Support Neighborhood SSL issue with checkout page

Viewing 12 posts - 1 through 12 (of 12 total)
  • #185238
    jyc109th
    Member
    Post count: 80

    Hello. I’m Daivd.

    I’m doing well with neighborhood theme! And I thank you

    However, I got new issue with SSL issue & logout.

    when I click logout button on checkoutpage, I get ‘ERR_CONNECTION_REFUSED’ error.

    that link was ‘https://www.gagestore.co.kr/’

    I think that logout link must be ‘http://www.gagestore.co.kr’ after I click logout button.

    Actually, I’m using custom ssl port (40536), and my admin address is

    https://www.gagestore.co.kr:40536/wp-admin/’

    I think I have to add some code in function.php file..

    thank you!

    Attachments:
    You must be logged in to view attached files.
    #185250
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    It seems network or firewall related issue. Please refer this article https://support.google.com/chrome/answer/117805?hl=en. Hope it should help to you.
    Thanks
    Mohammad

    #185260
    jyc109th
    Member
    Post count: 80
    This reply has been marked as private.
    #185298
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit sf-header.php file at /neighborhood/includes/swift-framework/sf-content-display/.
    Find this code:-
    $logout_url = wp_logout_url( home_url() );
    Change with:-

    $logout_url = wp_logout_url( home_url() );
    $logout_url = str_replace('https:','http:'$logout_url);

    Thanks
    Mohammad

    #185329
    jyc109th
    Member
    Post count: 80
    This reply has been marked as private.
    #185335
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

     

    The plugin is changing it to https.

    Try to hardcode it in the file.

    $logout_url = ‘http://www.gagestore.co.kr/’;

     

    -Rui

     

    #185343
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,

    My code should work. I just forgot one comma so please use this code:-

    $logout_url = wp_logout_url( home_url() );
    $logout_url = str_replace(‘https:’,’http:’,$logout_url);

     

    Thanks

    Mohammad

    #185353
    jyc109th
    Member
    Post count: 80

    Hello, Rui

    Thank you for your reply. but it didn’t work..

    I don’t know why but.. maybe

    it’s due to wordpress https plugin..

     

    #185356
    jyc109th
    Member
    Post count: 80

    Hello,Mohammad

    Thank you for your reply. I changed your code, but it didn’t work..

    I don’t know why but.. maybe

    it’s due to wordpress https plugin..

    #185359
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,

    Are you using any cache plugin?  Where is the URL link at page?

    Thanks

    Mohammad

    #185363
    jyc109th
    Member
    Post count: 80
    This reply has been marked as private.
    #185393
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,

    Please deactivate cache plugin and check for issue.

    Thanks

    Mohammad

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register