• Resolved Cromerty

    (@cromerty)


    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)
  • Thread Starter Cromerty

    (@cromerty)

    And it also works ok on Internet Explorer

    Thread Starter Cromerty

    (@cromerty)

    Please note that my web-site uses https.

    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/’ was loaded over HTTPS, but requested an insecure stylesheet ‘https://alteregovoices.com/?raindrops_color_type=1&ver=7a65286be6a584975b5d99dd52bff367’. This request has been blocked; the content must be served over HTTPS.

    Theme Author nobita

    (@nobita)

    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

    (@cromerty)

    Soooo? Is there a solution? ??

    Thread Starter Cromerty

    (@cromerty)

    It was working before the browsers were updated.

    Thread Starter Cromerty

    (@cromerty)

    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; was loaded over HTTPS, but requested an insecure stylesheet ‘https://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

    (@nobita)

    Now Your Site looking fine.

    Congrats

    Thread Starter Cromerty

    (@cromerty)

    Hi Nobita – Shall I raise a separate problem for the raindrops stylesheet causing the https security mixed media issue?

    Theme Author nobita

    (@nobita)

    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

    (@cromerty)

    No – that didn’t work – my whole website just turned to an empty white page, and WordPress was inaccessible.

    Theme Author nobita

    (@nobita)

    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

    (@cromerty)

    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

    (@cromerty)

    When is the best time for me to be on-line, so that we can communicate a bit better? ??

    Theme Author nobita

    (@nobita)

    firefox

    imspect element / network

    /?raindrops_color_type=1.....

    response header is

    https://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

    (@cromerty)

    ??

    Thanks – let me know when I can test.

Viewing 15 replies - 16 through 30 (of 39 total)
  • The topic ‘Mobile Version Problems’ is closed to new replies.