inkMember Pro conflicts with HTTPS plugin

Discussion in 'Subscribely v2 WordPress Theme' started by linhnguyen, Oct 4, 2014.

Thread Status:
Not open for further replies.
  1. linhnguyen

    linhnguyen Member

    Joined:
    Sep 4, 2014
    Messages:
    39
    Likes Received:
    0
    Hi,

    As you know, CloudFlare has rolled out free universal SSL for everyone.

    The only way to get my website worked with SSL is to install HTTPS plugin.

    However, after I installed that plugin, I can't edit any posts or pages.

    Then, I found out that ink Member Pro plugin conflicts with HTTPS (SSL) plugin.

    Please, help fix this problem, I really want to upgrade my site to HTTPS.

    https_issue.png

    Many thanks!
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    We have got your concern and reply you soon regarding to this issue.
    Thanks & Regards
    Pramod
     
  3. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    I have installed and tested with this plugin: https://wordpress.org/plugins/wordpress-https/
    There is no conflict issue as you saying. I am fully able to edit page or post.
    Let me know if you using another plugin..

    Thanks & Regards
    Pramod
     
  4. linhnguyen

    linhnguyen Member

    Joined:
    Sep 4, 2014
    Messages:
    39
    Likes Received:
    0
    Yes, that plugin. I don't know, I can edit pages/post in HTTP mode, but not HTTPS.
     
  5. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Please provide the following information listed below.
    FTP access
    Host:
    Username:
    Password:

    Send this information on our email at [email protected]
    Thanks & Regards
    Pramod
     
  6. linhnguyen

    linhnguyen Member

    Joined:
    Sep 4, 2014
    Messages:
    39
    Likes Received:
    0
    Already sent, thanks
     
  7. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    We have got details and reply you soon regarding to this issue.
    Thanks & Regards
    Pramod
     
  8. linhnguyen

    linhnguyen Member

    Joined:
    Sep 4, 2014
    Messages:
    39
    Likes Received:
    0
    Alright, thanks Pramod.
     
  9. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Are you using other plugins??
    We have checked and it work fine.
    Please deactivate all plugins which creates problem or find any alternate plugins for that plugin which help you.
    Thanks & Regards
    Pramod
     
  10. linhnguyen

    linhnguyen Member

    Joined:
    Sep 4, 2014
    Messages:
    39
    Likes Received:
    0
    Pramod,

    HTTPS plugin works fine.

    I was talking about home page which having responsive issue after the fix of HTTPS.
    I need CSS code to make thumnails aligned to the left?

    Please check my website on a smartphone, you will see the responsive homepage issue.
    waveprinciple.net

    Regards,
     
  11. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    @media only screen and (max-width: 480px){
    #content_wrapper #thumbnails {
    padding: 0;
    }
    #content_wrapper #thumbnails .thumbnail {
    width: 100%;
    }
    #content_wrapper #thumbnails img {
    width: 100%;
    }
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  12. linhnguyen

    linhnguyen Member

    Joined:
    Sep 4, 2014
    Messages:
    39
    Likes Received:
    0
    Worked, thanks!
     
Thread Status:
Not open for further replies.

Share This Page