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 - 1 through 15 (of 39 total)

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

 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/mobile-version-problems/#post-5786771)
 * Hi Cromerty
 * Please try remove below line
 * raindrops.js
 *     ```
       jQuery( '#header-image' ).hide(); /*1.272*/
       ```
   
 * [https://github.com/tenman/raindrops/blob/master/raindrops.js#L8](https://github.com/tenman/raindrops/blob/master/raindrops.js#L8)
 * Thank you.
 *  Thread Starter [Cromerty](https://wordpress.org/support/users/cromerty/)
 * (@cromerty)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/mobile-version-problems/#post-5786797)
 * Hi Nobita – that didn’t make any difference.
 *  Thread Starter [Cromerty](https://wordpress.org/support/users/cromerty/)
 * (@cromerty)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/mobile-version-problems/#post-5786824)
 * Just to clarify – I have remarked out that line, and the header image displays
   OK on PC Firefox, and on iphone Safari.
 * However
 * 1) Iphone Safari – the page is shifted to the left
    2) On Android Chrome and 
   PC chrome
 * (i) the Page itself is missing ie the back ground and the items are there filling
   the whole screen randomly
    (ii) Header image is missing.
 * Thanks
 *  Thread Starter [Cromerty](https://wordpress.org/support/users/cromerty/)
 * (@cromerty)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/mobile-version-problems/#post-5786999)
 * Hi Nobita – have yo been able to look at this at all? Thanks!!
 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/mobile-version-problems/#post-5787003)
 * Hi Cromerty
 * I was overlooked sorry.
 * I, I tried to look at your site, the header image is not displayed.
 * Did you delete my code shown of?
 * Thank you
 *  Thread Starter [Cromerty](https://wordpress.org/support/users/cromerty/)
 * (@cromerty)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/mobile-version-problems/#post-5787004)
 * Nobita – I/m not sure what you mean by remove below the line – I removed all 
   the code below that line (so that only jQuery( ‘#header-image’ ).hide(); /*1.272*/
   was in that section), but it made no difference.
 *  Thread Starter [Cromerty](https://wordpress.org/support/users/cromerty/)
 * (@cromerty)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/mobile-version-problems/#post-5787005)
 * Hi Nobita – this is weird – I’ve not made any changes to my web-site, and just
   refreshed and the whole thing on Chrome and Firefox looks corrupted (“mixed media”
   error too)
 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/mobile-version-problems/#post-5787006)
 * I’m rechecked
 * Raindrops stylesheets get request canceled
 * then header image not shows and style(color and borders settings) is broken.
 * Are you using button plugin?
    if possible stop plugin.
 * try below.
 * functions.php
 * line:2520
 *     ```
       function raindrops_embed_meta( $content ) {
   
       			global $post, $wp_customize;
   
       			$result	 = "";
   
       			$css = '';
   
       			if ( isset( $wp_customize ) ) {
       				$css .= raindrops_embed_css();
       			}
       ```
   
 * change below
 *     ```
       function raindrops_embed_meta( $content ) {
   
       			global $post, $wp_customize;
   
       			$result	 = "";
   
       			$css = '';
   
       		//	if ( isset( $wp_customize ) ) {
       				$css .= raindrops_embed_css();
       		//	}
       ```
   
 * commentout if ( isset( $wp_customize ) ) { conditional.
 *  Thread Starter [Cromerty](https://wordpress.org/support/users/cromerty/)
 * (@cromerty)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/mobile-version-problems/#post-5787007)
 * No – hasn’t worked. (I’ve even just this second updated to latest version of 
   raindrops and tried).
 * I have also disbaled the ShareThis buttons
 *  Thread Starter [Cromerty](https://wordpress.org/support/users/cromerty/)
 * (@cromerty)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/mobile-version-problems/#post-5787008)
 * Hi Nobita – Just letting you know that as this didn’t make any difference, I’m
   just in the process of restoring my web-site to last week, when it wasn’t so 
   corrupted – I’ll let you know when it’s back up.
 *  Thread Starter [Cromerty](https://wordpress.org/support/users/cromerty/)
 * (@cromerty)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/mobile-version-problems/#post-5787009)
 * Hi Nobita – I’ve just restored to last weeks files, and the layout is still all
   over the place. I don’t understand what’s gone wrong, asI haven’t made any changes
   in ages, and it was working ok yesterday.
 *  Thread Starter [Cromerty](https://wordpress.org/support/users/cromerty/)
 * (@cromerty)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/mobile-version-problems/#post-5787010)
 * I think it is browser related (as Firfox was updated this morning).
 * I use Firefox 36.0, and Chrome Version 40.0.2214.115 m (on Windows 7)
 * My support team says it’s a problem with how WordPress/raindrops is handling 
   the browsers.
 * Chrome on iphone and Android have the same issue.
 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/mobile-version-problems/#post-5787011)
 * > My support team says it’s a problem with how WordPress/raindrops is handling
   > the browsers.
 * What mean of handling the browsers ?
 * screenshot, source of your site below
 * [http://www.tenman.info/wp3/manualraindrops/files/errors-alteregovoices.png](http://www.tenman.info/wp3/manualraindrops/files/errors-alteregovoices.png)
 * Issue of CORS(Cross-Origin Resource Sharing) ?
 *     ```
       <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' />
       ```
   
 * dinamic style source below.
 * [https://github.com/tenman/raindrops/blob/master/functions.php#L9038-L9059](https://github.com/tenman/raindrops/blob/master/functions.php#L9038-L9059)
 * I think it is not themes issue.
 *  Thread Starter [Cromerty](https://wordpress.org/support/users/cromerty/)
 * (@cromerty)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/mobile-version-problems/#post-5787012)
 * But it must be a theme issue, in that when I was on my previous version, my website
   looked ok on PC Chrome, PC IE, PC Firefox, and Android Chrome and iPhone Chrome.
 * When I went up to the next version of raindrops, Android Chrome and iphone Chrome
   stopped displaying it problem (with no change or new plugins on my website).
 * When Chrome and Firefox updated on my PC yesterday, the same thing happened. 
   The site was working before the browser updates, and now it isn’t.
 * So it must be the way raindrops is talking to the browsers, in that it no longer
   seems to be browser compatible.
 *  Thread Starter [Cromerty](https://wordpress.org/support/users/cromerty/)
 * (@cromerty)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/mobile-version-problems/#post-5787013)
 * Also note, all pages have “lost” the theme, apart from the blog page:
 * [https://alteregovoices.com/blog](https://alteregovoices.com/blog)

Viewing 15 replies - 1 through 15 (of 39 total)

1 [2](https://wordpress.org/support/topic/mobile-version-problems/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/mobile-version-problems/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/mobile-version-problems/page/2/?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