Title: Jellyfish backdrop
Author: Strawberry Jellyfish
Published: <strong>November 16, 2014</strong>
Last modified: August 28, 2020

---

Search plugins

![](https://ps.w.org/jellyfish-backdrop/assets/banner-772x250.jpg?rev=1026554)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/jellyfish-backdrop/assets/icon-256x256.jpg?rev=1026554)

# Jellyfish backdrop

 By [Strawberry Jellyfish](https://profiles.wordpress.org/toxictoad/)

[Download](https://downloads.wordpress.org/plugin/jellyfish-backdrop.0.7.0.zip)

 * [Details](https://pcd.wordpress.org/plugins/jellyfish-backdrop/#description)
 * [Reviews](https://pcd.wordpress.org/plugins/jellyfish-backdrop/#reviews)
 *  [Installation](https://pcd.wordpress.org/plugins/jellyfish-backdrop/#installation)
 * [Development](https://pcd.wordpress.org/plugins/jellyfish-backdrop/#developers)

 [Support](https://wordpress.org/support/plugin/jellyfish-backdrop/)

## Description

Easily create full screen image backgrounds and fading slideshows that stretch
 
and adapt to the size of your page.

You can either use it as a global “cover” style background that will be
 displayed
on all pages and posts of your WordPress website or you can give individual posts
or pages including custom post types their own specific background – great for giving
parts of a website a whole different look.

Jellyfish Backdrop makes fullscreen background slideshows easy by allowing
 you 
to assign multiple backgrounds to any page or post.

 * Unlimited number of post and slideshows.
 * Create different slideshows or backgrounds or different areas of your site.
 * Easy to use admin panels with sortable images and media library integration.
 * Display images in any page element allowing slideshows anywhere, not just as
   
   a background!

#### Demo

See the plugin homepage for demos and full details:
 http://strawberryjellyfish.
com/wordpress-plugins/jellyfish-backdrop/

### Usage

Visit the settings page to set up the global and default options. Here you’ll
 be
able to set up a default background image that will be displayed on every page of
your blog, enable or disable the global background or individual post and page background
support as well as set up the default options.

To add a unique background image or slideshow to a specific post or page,
 first
make sure that in the _Enable Page and Post Type Slideshows_ section on the setting
page, you check any post types you want to allow slideshows to appear on. You’ll
now find a new area on the post / page edit screens where you can add images to 
the Backdrop Slideshow and alter fade time, slide display time and where the images
will appear. Jellyfish Backdrop uses the WordPress image uploader and Media Library,
so it’s easy to choose the images you want to use. You can also reorder the images
by dragging. Once you’ve finished adding and arranging your images, be sure to save
the post or your changes will not be saved.

Page / Post backgrounds will override the default background so it’s possible
 to
define one background to be used site wide and another on a specific page.

By default images are shown as the main page background (body), however you
 can
make the images appear as backgrounds to other areas of the page by supplying any
valid element id or class name in the Container field on the admin page. eg. #main,.
header

## Screenshots

 * [[
 * Easily set up images and slideshows using the new admin panel on post and page
   edit screens.
 * [[
 * Settings page, to set up default options.

## Installation

Either install and activate the plugin via your WordPress Admin

Or

Extract the zip file and just drop the contents in the wp-content/plugins/
 directory
of your WordPress installation and then activate the Plugin from Plugins page.

After the plugin is activated you’ll find a new Backdrop Slideshow settings
 page
under the Settings menu of your WordPress admin. Here you can configure the global
options.

## FAQ

### Why does the slideshow appear under my page content?

This is what it’s primarily intended to do, how this appears on your site
 depends
on the theme you are using. It works best on theme pages with large areas of little
content.

### Can I use this as a normal slideshow?

Yes, create a div element or other suitable container on your page and configure

your slideshow to use the element’s id or class. Make sure you’ve styled the element
to give it a suitable size.

### Can I have a default slideshow that shows on every page?

No, slideshows must be defined on an individual post or page basis.

## Reviews

![](https://secure.gravatar.com/avatar/b2fee893f02306006a6c186886be354bdf5252069eea6969b9d3158ec16d103c?
s=60&d=retro&r=g)

### 󠀁[Nice and easy!](https://wordpress.org/support/topic/nice-and-easy-125/)󠁿

 [Artomultiplo](https://profiles.wordpress.org/protorob/) September 3, 2016

Thanks for this really nice plugin. I was really hoping to find a substitute of 
background manager and i think this is the one. The only thing i would like to add
is the possibility to add a link to the images. But it is already very good as is.

 [ Read all 5 reviews ](https://wordpress.org/support/plugin/jellyfish-backdrop/reviews/)

## Contributors & Developers

“Jellyfish backdrop” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Strawberry Jellyfish ](https://profiles.wordpress.org/toxictoad/)

[Translate “Jellyfish backdrop” into your language.](https://translate.wordpress.org/projects/wp-plugins/jellyfish-backdrop)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/jellyfish-backdrop/),
check out the [SVN repository](https://plugins.svn.wordpress.org/jellyfish-backdrop/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/jellyfish-backdrop/)
by [RSS](https://plugins.trac.wordpress.org/log/jellyfish-backdrop/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.7.0

 * Bugfix: Updated out of date script references to obsolete jQuery.live() function

#### 0.6.8

 * Bugfix: Addresses “Invalid argument supplied for foreach()” warning when
    post/
   page images were not defined

#### 0.6.7

 * Bugfix: Global settings were being overridden by post type settings when
    there
   were no images. Now correctly uses global settings for container, duration etc.

#### 0.6.6

 * Bugfix: Fixed error caused by missing settings introduced in 0.6.5.
    (Plugin 
   was broken for new installs, thanks to peckjon for pointing this out)

#### 0.6.5

 * Added ability to select which post types to allow slideshows on,
    including custom
   post-types.

#### 0.6.1

 * Fixed bug saving slider values (slide duration and fade speed)

#### 0.6

 * First release via WordPress.org
 * Easy to use admin panel on post / page editor to create slideshows
 * Now uploads and add images through the WordPress Medial Library
 * Refactored the whole plugin into classes.

#### 0.5

 * Added container element option
 * Code cleanups
 * Tested up to WordPress 4.0

#### 0.4

 * changed JavaScript enqueue so it ONLY shows up when required
 * updated to latest jQuery.backstretch.min.js – v2.0.4

#### 0.3

 * fixed incorrectly queued JavaScript. Changed form input validation method and
   
   reworked check box handling to clean up some undefined index warnings

#### 0.2

 * Initial Release.

## Meta

 *  Version **0.7.0**
 *  Last updated **6 years ago**
 *  Active installations **100+**
 *  WordPress version ** 3.5 or higher **
 *  Tested up to **5.5.18**
 *  Language
 * [English (US)](https://wordpress.org/plugins/jellyfish-backdrop/)
 * Tags
 * [background](https://pcd.wordpress.org/plugins/tags/background/)[fullscreen](https://pcd.wordpress.org/plugins/tags/fullscreen/)
   [gallery](https://pcd.wordpress.org/plugins/tags/gallery/)[image](https://pcd.wordpress.org/plugins/tags/image/)
   [slideshow](https://pcd.wordpress.org/plugins/tags/slideshow/)
 *  [Advanced View](https://pcd.wordpress.org/plugins/jellyfish-backdrop/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  5 5-star reviews     ](https://wordpress.org/support/plugin/jellyfish-backdrop/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/jellyfish-backdrop/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/jellyfish-backdrop/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/jellyfish-backdrop/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/jellyfish-backdrop/reviews/?filter=1)

[Add my review](https://wordpress.org/support/plugin/jellyfish-backdrop/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/jellyfish-backdrop/reviews/)

## Contributors

 *   [ Strawberry Jellyfish ](https://profiles.wordpress.org/toxictoad/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/jellyfish-backdrop/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://strawberryjellyfish.com/donate/)