Title: Mobile Version Problems
Last modified: August 22, 2016

---

# Mobile Version Problems

 *  Resolved [Cromerty](https://wordpress.org/support/users/cromerty/)
 * (@cromerty)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/mobile-version-problems/)
 * [https://alteregovoices.com](https://alteregovoices.com)
 * 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

Viewing 15 replies - 16 through 30 (of 39 total)

[←](https://wordpress.org/support/topic/mobile-version-problems/?output_format=md)
[1](https://wordpress.org/support/topic/mobile-version-problems/?output_format=md)
2 [3](https://wordpress.org/support/topic/mobile-version-problems/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/mobile-version-problems/page/3/?output_format=md)

 *  Thread Starter [Cromerty](https://wordpress.org/support/users/cromerty/)
 * (@cromerty)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/mobile-version-problems/page/2/#post-5787014)
 * And it also works ok on Internet Explorer
 *  Thread Starter [Cromerty](https://wordpress.org/support/users/cromerty/)
 * (@cromerty)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/mobile-version-problems/page/2/#post-5787015)
 * Please note that my web-site uses https.
 * [https://alteregovoices.com](https://alteregovoices.com)
 * 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/&#8217](https://alteregovoices.com/&#8217);
   was loaded over HTTPS, but requested an insecure stylesheet ‘[http://alteregovoices.com/?raindrops_color_type=1&ver=7a65286be6a584975b5d99dd52bff367&#8217](http://alteregovoices.com/?raindrops_color_type=1&ver=7a65286be6a584975b5d99dd52bff367&#8217);.
   This request has been blocked; the content must be served over HTTPS.
 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/mobile-version-problems/page/2/#post-5787017)
 * 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
 *  Thread Starter [Cromerty](https://wordpress.org/support/users/cromerty/)
 * (@cromerty)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/mobile-version-problems/page/2/#post-5787018)
 * Soooo? Is there a solution? 🙂
 *  Thread Starter [Cromerty](https://wordpress.org/support/users/cromerty/)
 * (@cromerty)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/mobile-version-problems/page/2/#post-5787020)
 * It was working before the browsers were updated.
 *  Thread Starter [Cromerty](https://wordpress.org/support/users/cromerty/)
 * (@cromerty)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/mobile-version-problems/page/2/#post-5787021)
 * 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&#8217](https://alteregovoices.com/cromerty-york-voice-over-clients&#8217);
   was loaded over HTTPS, but requested an insecure stylesheet ‘[http://alteregovoices.com/cromerty-york-voice-over-clients?raindrops_color_type=1&ver=7a65286be6a584975b5d99dd52bff367&#8217](http://alteregovoices.com/cromerty-york-voice-over-clients?raindrops_color_type=1&ver=7a65286be6a584975b5d99dd52bff367&#8217);.
   This request has been blocked; the content must be served over HTTPS.**
 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/mobile-version-problems/page/2/#post-5787023)
 * Now Your Site looking fine.
 * Congrats
 *  Thread Starter [Cromerty](https://wordpress.org/support/users/cromerty/)
 * (@cromerty)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/mobile-version-problems/page/2/#post-5787025)
 * Hi Nobita – Shall I raise a separate problem for the raindrops stylesheet causing
   the https security mixed media issue?
 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/mobile-version-problems/page/2/#post-5787026)
 * 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 );
       }
       ?>
       ```
   
 *  Thread Starter [Cromerty](https://wordpress.org/support/users/cromerty/)
 * (@cromerty)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/mobile-version-problems/page/2/#post-5787027)
 * No – that didn’t work – my whole website just turned to an empty white page, 
   and WordPress was inaccessible.
 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/mobile-version-problems/page/2/#post-5787029)
 * 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 settings
       ```
   
 * Before presenting your code to me, has confirmed that it is a code to work properly.
 *  Thread Starter [Cromerty](https://wordpress.org/support/users/cromerty/)
 * (@cromerty)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/mobile-version-problems/page/2/#post-5787030)
 * 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.
 *  Thread Starter [Cromerty](https://wordpress.org/support/users/cromerty/)
 * (@cromerty)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/mobile-version-problems/page/2/#post-5787031)
 * When is the best time for me to be on-line, so that we can communicate a bit 
   better? 🙂
 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/mobile-version-problems/page/2/#post-5787039)
 * firefox
 * imspect element / network
 *     ```
       /?raindrops_color_type=1.....
       ```
   
 * response header is
 *     ```
       http://alteregovoices.com/?raindrops_color_type=1&ver=7a65286be6a584975b5d99dd52bff367
       ```
   
 * Not 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.
 *  Thread Starter [Cromerty](https://wordpress.org/support/users/cromerty/)
 * (@cromerty)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/mobile-version-problems/page/2/#post-5787041)
 * 🙂
 * Thanks – let me know when I can test.

Viewing 15 replies - 16 through 30 (of 39 total)

[←](https://wordpress.org/support/topic/mobile-version-problems/?output_format=md)
[1](https://wordpress.org/support/topic/mobile-version-problems/?output_format=md)
2 [3](https://wordpress.org/support/topic/mobile-version-problems/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/mobile-version-problems/page/3/?output_format=md)

The topic ‘Mobile Version Problems’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/raindrops/1.700/screenshot.png)
 * raindrops
 * [Support Threads](https://wordpress.org/support/theme/raindrops/)
 * [Active Topics](https://wordpress.org/support/theme/raindrops/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/raindrops/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/raindrops/reviews/)

## Tags

 * [Mobile Responsiveness](https://wordpress.org/support/topic-tag/mobile-responsiveness/)

 * 39 replies
 * 2 participants
 * Last reply from: [Cromerty](https://wordpress.org/support/users/cromerty/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/mobile-version-problems/page/3/#post-5787057)
 * Status: resolved