Mobile Version Problems
-
Since the raindrops upgrade, my mobile versions have been askew:
1) Iphone : No header image, and page is to the left (not centred)
2) android: No header image, and no page back ground (back ground image of blue is displayed, rather than the white)thanks
-
And it also works ok on Internet Explorer
Please note that my web-site uses https.
I have deactivated all the plugins which seemed to be raising flags, but get this error:
Consider using ‘dppx’ units, as in CSS ‘dpi’ means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual ‘dpi’ of a screen. In media query expression: (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi)
content.js:15 VK. Startup (background is ready)
alteregovoices.com/:1 Mixed Content: The page at ‘https://alteregovoices.com/’ was loaded over HTTPS, but requested an insecure stylesheet ‘http://alteregovoices.com/?raindrops_color_type=1&ver=7a65286be6a584975b5d99dd52bff367’. This request has been blocked; the content must be served over HTTPS.Now I copied your WEBSITE
<link rel='stylesheet' id='raindrops_color_type-css' href='https://alteregovoices.com/?raindrops_color_type=1&p=47&ver=7a65286be6a584975b5d99dd52bff367' type='text/css' media='all' />seems https
Soooo? Is there a solution? 🙂
It was working before the browsers were updated.
Hi Nobita – I just wiped my server, reinstalled WordPress, raindrops and my plugins. At least I can see the page now! The thing still causing me an issue though is the one you highlighted above, where the call to the
raindrops_color_type is causing an https problem?Mixed Content: The page at ‘https://alteregovoices.com/cromerty-york-voice-over-clients’ was loaded over HTTPS, but requested an insecure stylesheet ‘http://alteregovoices.com/cromerty-york-voice-over-clients?raindrops_color_type=1&ver=7a65286be6a584975b5d99dd52bff367’. This request has been blocked; the content must be served over HTTPS.
Now Your Site looking fine.
Congrats
Hi Nobita – Shall I raise a separate problem for the raindrops stylesheet causing the https security mixed media issue?
Please try below
add functions.php
<?php add_filter( 'raindrops_color_type_style_buffer', 'raindrops_https_style' ); function raindrops_https_style( $css ) { return str_replace( 'http:','', $css ); } ?>No – that didn’t work – my whole website just turned to an empty white page, and WordPress was inaccessible.
It maybe PHP error.
Adding like below
<?php add_filter( 'raindrops_color_type_style_buffer', 'raindrops_https_style' ); function raindrops_https_style( $css ) { return str_replace( 'http:','', $css ); } ?><?php /** * functions and constants for Raindrops theme * * * @package Raindrops * @since Raindrops 0.1 */ if ( !defined( 'ABSPATH' ) ) { exit; } /** * include raindrops custom settingsBefore presenting your code to me, has confirmed that it is a code to work properly.
I copied this code to functions.php, but there is no change to the previous code, so, again when I ran it, the website was just completely blank and WordPress was too.
You can see the code is in my functions.php file still, just remarked out for the moment.
When is the best time for me to be on-line, so that we can communicate a bit better? 🙂
firefox
imspect element / network
/?raindrops_color_type=1.....response header is
http://alteregovoices.com/?raindrops_color_type=1&ver=7a65286be6a584975b5d99dd52bff367Not yet, ‘http:’ This is a strange
Please wait Raindrops 1.277
Style setting revert
I will change from external style link to html head embed style by default.
🙂
Thanks – let me know when I can test.
The topic ‘Mobile Version Problems’ is closed to new replies.
