-
AuthorPosts
-
July 12, 2015 at 1:52 am #471935
Hey there. My special heading, headline rotator, and custom HTML elements are not showing on the homepage of my website using HTTPS.
The elements are not showing over HTTPS because they are not secure, but I have forced the page to load HTTPS using the WordPress HTTPS plugin and have installed the Cloudflare plugin to fix the mixed content issue – but still they are not showing.
Can you please help me as soon as possible?
July 13, 2015 at 1:36 pm #472400Hi marcellettim!
which plugin exactly are you using? maybe this one would be better for you: https://wordpress.org/plugins/wp-force-https/
Hope this helps.
Cheers!
AndyJuly 13, 2015 at 10:20 pm #472702Still not working. 1) homepage image is not responsive 2) rotating headline and html buttons are not showing on Chrome. This is a mixed content issue. How do I go into the theme and change the links to these items to HTTPS?
July 13, 2015 at 10:21 pm #472704Was using WordPress HTTPS plugin before.
July 13, 2015 at 10:52 pm #472730Hi!
Please do add the following, into your .htaccess file
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.yoursite.com/$1 [R,L] </IfModule>
Let me please know if that solved the issue for u.
Regards,
BasilisJuly 14, 2015 at 12:17 am #472764Nope. It gave me a 500 error:
https://www.dropbox.com/s/aokf5gyp75kzk7h/htaccess%20screenshot.png?dl=0
July 14, 2015 at 12:17 am #472765The screenshot shows where I pasted the code.
July 14, 2015 at 12:21 am #472766I actually changed “yourwebsite.com” to my own URL and even tried both HTTP and HTTPS but still getting the error. Is there another place in the file I need to paste it into? Maybe I should talk to a level 2 tech?
July 14, 2015 at 12:23 am #472767Can’t get my site back up now!
July 14, 2015 at 3:07 pm #473217Hey!
Did you create a backup of the .htaccess file before editing it? Please ask your hosting provider to restore the site from a backup.
I checked the site and html markup of the section is quite different from usual. Did you add any html tags inside a text or code block? Please check if they are closed properly. If you add this in the Quick CSS field, you’ll see the invisible sections:
.js_active .av-minimum-height .container { opacity: 1 !important; }
Cheers!
IsmaelJuly 15, 2015 at 7:04 am #473541I can’t afford to email you back and forth for 2 weeks and wait for this to be fixed. I need someone with more experience to get involved!
Nothing you have told me is working! Chrome is still not showing my slider elements.
July 16, 2015 at 6:20 am #474076Hey!
I’m not sure on what pages the elements you are having problems with are but the front page look good on my end using latest version of Chrome: http://imgur.com/87gAXZm. Not sure what you are referring to when asking for level 2 support, this is the only level right here.
Regards,
Rikard -
AuthorPosts
- You must be logged in to reply to this topic.