Backdrop updated, now with WP Customizer support.

Pretty much what the title says, I’ve updated my backdrop plugin to version 2.0 (well, 2.0.1 because of a small issue). This version supports the WP customizer so you can see the changes as you make them.

Also in this version of some removals. Since this was re-written some thing are inevitably missing and the way it operates is different. With the old Backdrop it would apply the background to the body element, like themes do. I received a few emails from people wanting to use it to have multiple backgrounds, something that it could theoretically do, but not in practice with most themes. When I was rebuilding the plugin for 2.0 I went ahead and used a pseudo-background element. This means that the background you theme applies is still there, and your backdrop goes over it. That, along with the new options for transparency on the background color, allow you to overlay a new background over your old one.

There is a downside to this however, because the background is always on a new element that has a fixed position, it cannot scroll normally. This is overcome by faking the scroll instead. While this is fine it does have a larger performance impact that it otherwise would. I have overcome this as bast os possible by using the requestAnimationFrame() ability in javascript, the backdrop will refresh as often as the browser re-draws. Some browsers still have a big of studdering to the animation, especially IE when handling lots of alpha level transparency, but it’s mostly mitigated. Another downside is that it requires IE 10 and up.

The plugin has been updated, you should be able to get the newest version here: https://wordpress.org/plugins/backdrop/

WordPress Plugins Updated

I have gone through and updated all of the WordPress plugins.

AutoSEO version 2.1.2

  • Fixed a bug that would prevent scripts from loading in my “critique” plugin.
  • Fixed a typo that would cause double backslashes from appearing in the script and style links (although the script and style fiels still loaded properly).
  • Updated the tested on version to 4.0.0 (it has previously been tested although the version did not get updated).

Critique version 1.1.3

  • Fixed a bug that would cause extra backslashes in the style and script paths (although style and scripts still loaded properly).
  • Added pointer styles to the admin side review selection boxes to make it more appeant you can click on them to select a score.
  • There is currently an issue with the admin scripts not loading while using this script with my “auto-seo” script, this issue is caused by auto-seo and an update will be pushed to that plugin fixing the issue soon.

Backdrop version 1.3.5

  • Confirmed plugin compatibility with WordPress 4.0

They have all also been pushed to github. Get them while there fresh.