Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    First, make sure you’ve cleared all caches ans that can linger after a change to SSL.

    Then look in your theme’s header.php and functions.php.

    If you want any further assistance on this, disable whatever you’re using to block right clicks on your site.

    Thread Starter Drachsi

    (@drachsi)

    Hi,
    I updated and checked both header.php and functions.php nothing there. The right click block has been removed.

    Appreciate you taking the time to help.

    Regards
    Drachsi

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    I still cannot right click.

    These are the outstanding errors on the home page:

    Mixed Content: The page at 'https://www.perob.com/' was loaded over HTTPS, but requested an insecure stylesheet 'http://fonts.googleapis.com/css?family=Arimo:400,700|Spinnaker'. This request has been blocked; the content must be served over HTTPS.
    
    Mixed Content: The page at 'https://www.perob.com/' was loaded over HTTPS, but requested an insecure stylesheet 'http://fonts.googleapis.com/css?family=Arimo:400,700|Spinnaker'. This request has been blocked; the content must be served over HTTPS.
    
    Mixed Content: The page at 'https://www.perob.com/' was loaded over HTTPS, but requested an insecure image 'http://www.perob.com/'. This content should also be served over HTTPS.

    Do you have any plugins that load google fonts? Where is your theme from?

    Thread Starter Drachsi

    (@drachsi)

    Hi,
    I tried on another pc and cannot right click, so I guess this is the first problem to solve, any ideas?

    Thanks for taking care of me.
    Regards
    Drachsi

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    I removed the link to the zip file and used a chrome extension to ignore your right click block.

    Anyhow, the problem is in your style.css file.

    /*
    Theme Name: Parallax Pro
    Theme URI: http://cyberchimps.com/
    Author: CyberChimps
    Author URI: http://www.cyberchimps.com/
    Description: A fully responsive theme that allows you to add the parallax effect to your website.
    Version: 1.0.0.6
    Tags: black, gray, red, dark, one-column, two-columns, right-sidebar, left-sidebar, fixed-layout, fluid-layout, custom-background, custom-colors, custom-menu, featured-images, post-formats, theme-options, threaded-comments, sticky-post
    License: GNU General Public License version 3
    License URI: http://www.opensource.org/licenses/gpl-license.php GPL v3.0 (or later)
    */
    /********************************************************************************************************************/
    /******************************************** MAIN HTML STYLES ******************************************************/
    /********************************************************************************************************************/
    @import url(http://fonts.googleapis.com/css?family=Arimo:400,700|Spinnaker);
    

    Edit your theme’s style.css to replace that http://fonts with https://fonts. Edit from Appearance->Editor on the dashboard.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘SSL question’ is closed to new replies.