Okay
  Public Ticket #178025
Favicon and Retima images break SSL
Closed

Comments

  • Harvey started the conversation

    Hey, me again...

    Any ideas for this?

    I have an SSL installed on my woocommerce checkout pages. The links to the favicon and retina image are http and so I get an insecure connection warning which obviously is not good.

    Is there a solution to this? I'd have thought that loads of people are having this issue.

    It's no biggie as I've removed the retina and favicon images from the entire site - but it would be nice to have them!

    Thanks again!

  •  1,069
    ThemeNectar replied

    Hey Harvey! 

    Unfortunately the options framework Salient is using doesn't support this nateively, but I will make sure I sort this for the next release myself to ensure this works :)

    Cheers

  • Sander replied

    Yeah I am also having this issue with the top logo.

    Would there be quick fix for now? Would like to solved mixed SSL content as soon as possible..
    Best would be to serve the logo via relative url..so it automatically detects http or https.

    Thank you for your help!

  •  1,069
    ThemeNectar replied

    Hey Sander! The quick fix would be to simply open the header.php file and manully write the url with https in the appropriate places such as:

     
    echo ''. get_bloginfo('name') .'';
    
    Cheers :)
  • Sander replied

    Hey Guys,

    thanks for the response.
    Unfortunatele I get an image error? Was I supposed to see something there...?

    Also, in this case the logo will always be loaded over SSL, leading to a small time delay.
    But for the time being this fix would be very nice:)

  •  1,069
    ThemeNectar replied

    If you can allow me to log in I'll do the quickfix for you to hold you over :)

  • Sander replied

    Hello,
    really appreciate the offer! But as this is a live environment with confidential customer info I cannot allow you direct access.

    Could you tell me in which file (header.php?) I need to change which code to what...

    Really appreciate all the help here!

  •  8,838
    Tahir replied

    Hey Sander!

    Please look at this ticket http://themenectar.ticksy.com/ticket/180137/search... .

    Cheers


    ThemeNectar Support Team 

  • Sander replied

    Yeah I had found that ticket already but it's about Social Media profiles.

    My current question is about the own logo that is shown on top of every page (in the header).

  •  8,838
    Tahir replied

    Hey Sander!

    Can you try this plugin http://wordpress.org/plugins/wordpress-https/ . The developer is on a Different Time Zone so you would have to wait for the code. Let us know.

    Thanks


    ThemeNectar Support Team 

  • Sander replied

    Well that plugin is unfortunately out of date and has not been updated for a long time. 
    Just as was mentioned in the other post in was unsuccessful and resulted in quite some errors.

    Adjusting the code would be the way to go for now, until there is a permanent solution.

  •  8,838
    Tahir replied

    Hey!

    You could try using .htaccess:

    # HTTPS redirect<IfModule mod_rewrite.c>RewriteEngine OnRewriteCond %{HTTPS} offRewriteRule (.*) https://%{HTTP_HOST}/  [L]</IfModule>

    As mentioned here: http://wordpress.org/support/topic/converting-enti... .

    Thanks


    ThemeNectar Support Team 

  • Sander replied

    Thank you for thinking along but converting the whole site to https is really NOT want you (or at least I..) want.

    HTTPS adds extra protocols which causes some delay. Adding this to a complete website is really unwanted.

  •  8,838
    Tahir replied

    Hey Sander!

    I have starred the ticket for the developer so that he can take a look at this ticket. Though currently he has his hands full with the latest major update so it might take a while for him to get back to you. Thank you for your patience.

    Best Regards

    -T


    ThemeNectar Support Team 

  • Sander replied

    OK Tahir,

    thank you for your assistance. This will probably be real easy fix for the developer, but I understand other takes might have priority.
    Ideally (I think) it would automatically happen when you select 'Force SSL for checkout'.

  •  8,838
    Tahir replied

    Hey Guys!

    Update about the issue: Version 4.0 to be released in a few days will be compatible with wordpress plugin https://wordpress.org/plugins/ssl-insecure-content... so you guys can sort out the ssl issues. 

    Cheers


    ThemeNectar Support Team