Deze plugin is niet getest met de laatste drie grote versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Er kunnen ook compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Protocol Relative Theme Assets

Beschrijving

This plugin transforms any registered, enqueued CSS or JavaScript URLs into their “protocol-relative” equivalent.

Consider the following examples:

Protocol Relative CSS URL

<link href="//example.com/wp-content/themes/twentytwelve/style.css" />

Protocol Relative Javascript URL

<script src="//example.com/wp-includes/js/jquery/jquery.js"></script>

More appropriately called a “network-path reference” or “scheme-relative path”, a protocol-relative URL helps to avoid common scenarios such as:

  • Broken SSL padlock icon in browser’s address bar when showing mixed HTTP/HTTPS content
  • Error message in Internet Explorer saying, “This Page Contains Both Secure and Non-Secure Items”
  • Serving HTTP assets when viewing HTTPS pages

The idea of using protocol-relative URLs was popularized by Paul Irish and has become common as sites switch between serving HTTP and HTTPS assets.

This plugin will standardize all properly enqueued theme files to use protocol-relative paths, even those added from third-party plugins.

Note: This plugin does not transform any image paths that may be embedded in the WordPress editor or output as featured images or elsewhere in the theme — it presently only works on enqueued CSS/JavaScript files.

Installatie

  1. Activate the plugin through the Plugins menu in the WordPress admin.

Beoordelingen

3 september 2016
Life saving plugin. After moving to HTTPs, a lot of the assets from Masterslider broke and caused very broken looking homepages. Installation of this plugin fixed that, no configuration required. As fabian mentioned, this won't update the images on the site to pull from HTTPs.. but it's not designed to do that, and many images are hard coded by your CSS; so it's hardly fair to give this plugin less than 5 stars as it does exactly as it promises.
Lees alle 2 beoordelingen

Bijdragers & ontwikkelaars

“Protocol Relative Theme Assets” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Protocol Relative Theme Assets” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.0

  • Initial release