• Resolved mnorin

    (@mnorin)


    Hi.
    It works fine, but there is a problem with links I put in widgets manually.
    It’s crucial to keep them http, as some resources still don’t work with https.
    But Remove HTTP removes http and these links just stop working.
    Would be nice to have a fix.
    Thanks.

Viewing 14 replies - 1 through 14 (of 14 total)
  • Plugin Author Fact Maven

    (@factmaven)

    Thanks for contacting us. TO help us understand better, please elaborate with the “links [that you] put in widgets manually.” A screenshot will help as well.

    Plugin Author Fact Maven

    (@factmaven)

    This issue has been fixed in the latest update (v1.0.2).

    Thread Starter mnorin

    (@mnorin)

    Hi.
    There are http links on post pictures now, and they don’t show until mixed content allowed.
    But nothing changed with links in widgets
    Could you please look at the website https://mnorin.com?

    Plugin Author Fact Maven

    (@factmaven)

    If I understand correctly, you don’t want to have the http: links removed? Only https:? For example:

    
    https://example.com/some-https-page
    http://example.com/some-http-page
    

    Will now be:

    
    //example.com/some-https-page
    http://example.com/some-http-page
    
    Thread Starter mnorin

    (@mnorin)

    Not exactly.
    I want protocol removed for links to my own domain (both http and https) and may be https removed for external links. But http for external links should not be changed.
    For example:
    https://mnorin.com -> //mnorin.com
    http://mnorin.com -> //mnorin.com
    https://google.co.nz -> //google.co.nz or https://google.co.nz (what you think is better)
    http://yandex.ru -> http://yandex.ru

    Plugin Contributor Ethan O’Sullivan

    (@ethanosullivan)

    At the moment, this feature isn’t added. However, this is something we can definitely implement in our next update by providing an option for it.

    May you explain the reason why you want only your website links to have the HTTP/S protocols removed and not the external links as well?

    Thread Starter mnorin

    (@mnorin)

    Thanks!
    Sure. Because I have some external links which are only available by http, not https. And actually I can be sure only about my own site’s links.

    Plugin Author Fact Maven

    (@factmaven)

    We just pushed our latest update (v1.1.0) which includes an option to apply to internal links only:

    View post on imgur.com

    Let us know what you think.

    Thread Starter mnorin

    (@mnorin)

    Great!
    One more thing. There are links to post images that look like this:

    
    srcset="http://mnorin.com/wp-content/uploads/2016/05/2048.png 518w, http://mnorin.com/wp-content/uploads/2016/05/2048-150x150.png 150w, http://mnorin.com/wp-content/uploads/2016/05/2048-298x300.png 298w, http://mnorin.com/wp-content/uploads/2016/05/2048-100x100.png 100w"
    

    These are not working, so pictures are not shown. Actually you may just change ‘|src|action|’ to ‘|src|srcset|action|’.
    I actually haven’t check all the site, if you don’t mind, I will check later and let you know

    Thread Starter mnorin

    (@mnorin)

    Oh! And pistures from Gravatar are not shown, so as future release feature would be nice to have whitelist for domains allowed to rewrite protocol for. It’s just a thinking )

    Plugin Author Fact Maven

    (@factmaven)

    After performing tests on our end, Gravatar picture still work. Please disable any other plugins that you are running to narrow down which one is causing that issue.

    We will look into removing the protocols from the srcset tag. For now, I will close this ticket since the initial request has been added.

    Thread Starter mnorin

    (@mnorin)

    Thanks!

    Plugin Author Fact Maven

    (@factmaven)

    If you find this plugin useful and our support helpful, please consider leaving us a review of your experience. Thank you.

    Thread Starter mnorin

    (@mnorin)

    Hi.
    About gravatar links. They look like this:

    
    http://0.gravatar.com/avatar/340e9f744ffd6a1f791c827cf8042efe?s=50&d=mm&r=g
    http://2.gravatar.com/avatar/26935cd7df5ef12d96515b40b0f8dee1?s=50&d=mm&r=g
    

    And whole the picture looks like this:

    
    <img alt="" src="http://2.gravatar.com/avatar/26935cd7df5ef12d96515b40b0f8dee1?s=50&d=mm&r=g" srcset="http://2.gravatar.com/avatar/26935cd7df5ef12d96515b40b0f8dee1?s=100&d=mm&r=g 2x" class="avatar avatar-50 photo" height="50" width="50">
    

    May be it will help somehow. I didn’t find any plugins that could affect Gravatar links yet.
    P.S.: Visual Editor doesn’t work until mixed content allowed, but it’s not really important, visitors don’t see it. I believe you will fix it future releases some day.
    Thank you for what you do, guys.

    • This reply was modified 7 years, 5 months ago by mnorin.
Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘It would be nice if your plugin could leave links in widgets’ is closed to new replies.