Slideshow SE

Description

NOTICE

This plugin is on hiatus. Due to the WP / WPE dispute, I am unable to log in to www.remarpro.com to maintain this plugin. If you are interested in taking over maintenance of this plugin, contact me via the plugin Github page.

Slideshow SE provides an easy way to add a slideshow to any WordPress installation.

Any image can be loaded into the slideshow by picking it from the WordPress media page, even images you’ve already uploaded can be inserted into your slideshow right away!

Fancy doing something crazy? You can create and use as many slideshows as you’d like, with different images, settings, and styles for each one of them.

Features

  • First (rough) stab at a Gutenberg block
  • Create as many slideshows with as many slides as you like
  • Image slides
  • Text slides
  • YouTube Video slides
  • Responsive
  • Place it anywhere on your website
  • Run multiple slideshows on the same page
  • Change animations and handling
  • Customizable stylesheets
  • COMPLETELY FREE AND OPEN SOURCE

Need the (uncompressed) source code?

The forked code is available on GitHub.
The original project’s source code is also in a GitHub repository.

Links

Screenshots

  • Here’s what a default slideshow can look like. This one uses a custom stylesheet.

  • Create a new slideshow. Slides and settings specific to this slideshow can be set here.

  • If you haven’t uploaded any images yet, you can do so on the WordPress media page.

  • Click the ‘Image Slide’ button in the Slides List to search and pick images from the WordPress media page. Click ‘Insert’ to insert the image as slide.

  • The images you selected are directly visible in your Slides List, don’t forget to save!

  • When you understand the basics of creating slideshows, you may want to go a little more in depth and have a look at the General Settings page. As seen in the image above, privileges can be granted to user roles to give users the ability to add, edit or delete slideshows.

  • Default slideshow settings can be edited here. Slideshows that are newly created, will start out with these options.

  • Custom styles can be added and modified here. Custom styles can be used to style one or more slideshows to your own personal taste.

  • Choose your slideshow using the Gutenberg block!

Blocks

This plugin provides 1 block.

  • Slideshow SE A slideshow block

Installation

  1. Install Slideshow SE either via the www.remarpro.com plugin directory or by uploading the files to your server.

  2. After activating Slideshow SE, click on ‘Slideshows’ and create a new slideshow.

  3. Click on ‘Insert Image Slide’ to insert an image slide, a popup will appear where you can search for the desired
    image. Insert the image by clicking ‘Insert’. The same goes for text and video slides, don’t forget to save!

  4. Add the slideshow to your post.
    If you are using the Classic editor, go to a post or a page and click the ‘Insert Slideshow’ button above the editor. A popup appears where you can select your newly created slideshow to insert. You can also use the shortcode or code snippet visible in your slideshow admin panel to deploy your slideshow anywhere on your website. Use the widget to show any of your slideshows in the sidebar of your website.
    If you are using Gutenberg, add a new block and search for Slideshow SE or choose Common > Slideshow SE from the blocks list. Choose the slideshow you want to add from the popup menu.

FAQ

How do I add image slides?

Click the ‘Image slide’ button in the ‘Slides List’ of the slideshow. A screen will pop up where you’ll be able to search though all images that have already been uploaded to your WordPress website. If you want to add new images to the slideshow, or you do not have any images yet, you’ll have to upload them to the WordPress media page first.

How do I change a slideshow’s settings?

Just like the posts and pages you’re already familiar with, slideshows can be edited. Go to the ‘Slideshows’ tab in your WordPress admin, and you’ll see a list of slideshows. If you have not created a slideshow yet, you can do so by clicking ‘Add new’ on that same page. If there are slideshows in the list, click on the title of the slideshow you want to change the settings of. On the slideshow’s edit page you’ll be able to find a box titled ‘Slideshow Settings’, in this box you can change the slideshow’s settings.

If you’re creating multiple slideshows that should have the same settings, but their settings need to be different from the default settings, you can change the default settings by going to the ‘General Settings’ page and clicking on the ‘Default Slideshow Settings’ tab. Newly created slideshows will start off with the settings you set there.

How do I customize the slideshow’s style?

On your WordPress admin page, go to the ‘Slideshows’ menu item and click on ‘General Settings’, then go to the ‘Custom styles’ tab. Here you’ll see a list of default stylesheets, such as ‘Light’ and ‘Dark’, and a list of custom stylesheets; The ones you created.

Choose a default stylesheet you’d like to customize and click ‘Customize’ to open the ‘Custom style editor’. When you’re done editing click ‘Save Changes’ and go to the slideshow you’d like to style with the newly created stylesheet. In the ‘Slideshow Style’ box you can now find and select your custom stylesheet. You can set a stylesheet for multiple slideshows.

If you’ve already created a custom stylesheet, you can edit it by clicking ‘Edit’. You can also delete it by clicking ‘Delete’. Be careful with this though, a deleted stylesheet cannot be retrieved and cannot be used by any slideshow anymore.

Some users can add, edit or delete slideshows, although I do not want them to. Can I prevent this from happening?

Yes you can. On your WordPress admin page, go to the ‘Slideshows’ menu item and click on ‘General Settings’, then go to the ‘User Capabilities’ tab (If you’re not already there). The privileges that allow user groups to perform certain actions are listed here. To allow, for instance, a contributor to add a slideshow, click the box in front of ‘Contributor’ to grant him the right to add slideshows.

Note that when you grant someone the right to add or delete a slideshow, you’ll also automatically grant him or her the right to edit slideshows, as this right is required to add or delete slideshows. The same is true for the reversed situation.

The slideshow does not show up

  • The slideshow is mostly called after the </head> tag, which means the scripts and stylesheet need to load in the footer of the website. A theme that has no <?php wp_footer(); ?> call in it’s footer will not be able to load the slideshow’s scripts.

  • Often when the slideshow isn’t showing, there’s a javascript error somewhere on the page and this error has caused javascript to break. For the slideshow to work again, this error needs to be fixed. Check if any errors were thrown by opening Google Chrome or Firefox (with Firebug installed) and press the ‘F12’ key. Errors show in the console tab.

Why does Internet Explorer show a big blank space above the slideshow?

Internet Explorer is a very strict browser, so when a big blank space above your slideshow is showing your page may contain some invalid HTML. Most times invalid HTML is caused by placing the slideshow’s shortcode or PHP snippet into an anchor tag (<a></a>) or paragraph tag (<p></p>), while you can only place a slideshow within a ‘div’ element (<div></div>).

Why did you fork this plugin?

Good question! There are a couple reasons: First, I maintain a site that has hundreds of slideshows and, to be honest, it’s more rewarding for me to update the plugin than it is to find a new one and manually convert all the slideshows to whatever the new one is. Secondly, there is a real dearth of good quality, FREE slideshow plugins for WordPress. I’m not saying this one is the best, but it’s pretty good and more or less honors WordPress UI. There’s nothing worse than installing a new slideshow plugin only to find that your admin interface is now an ungodly color with giant, weird fonts and icons and your slideshows are now being stored in the cloud for a monthly fee. Ugh. So, primarily I’ll be maintaining this fork to suit my needs but I will entertain suggestions or pull requests. I’m (probably) not going to rewrite this plugin, but I will work to keep it functioning in the up-to-date versions of WordPress and I’ll implement new features as I need them (i.e. the Gutenberg block, which I hope to improve).

OK, what’s on the roadmap for this plugin?

Well, first up is to improve the Gutenberg block. I want to add a preview so that you can see what your post will look like on the backend. I have some good ideas on that front. Also, I want to beef up the video slide option. Just having YouTube doesn’t cut it. That will probably mean a new slide type and deprecation of the YouTube slide (but I won’t drop support for the current YouTube slides). After all that, I’m thinking about supporting either Bootstrap carousel or Slick carousel in addition to the original version. Or maybe both. I need to do some analysis to see if one is easier or if both are possible.

Can I help?

Absolutely! I will look at all pull requests on the Github repo. If you have any feedback or suggestions or want to volunteer, please post over on Github. While I will monitor the WordPress Support forums, I spent a lot of my day on Github so I’m more likely to see your post over there. Thanks in advance for your help in make this the best slideshow plugin available for WordPress, free or not!

Reviews

February 18, 2024
Thanks for the update work.Excellent plugin, which works perfectly. I love the random function for displaying slides.
May 1, 2023
very happy to see someone picking up the pieces from the previous outdated Slideshow plugins (more than one!) – the earliest of which was finally removed all together from the WP plugin repository last year due to security issues. excellent fork, thank you again for sharing your work with the rest of us. this saved me a lot of time.
April 20, 2023
Honestly, why is it so hard to find real honest free plugins? Took me an hour to stumble into this after many searches. Tons of features. Actually free. Actually works. Not bloatware, not addware, no tricks or catches. Is it perfect? No, not at all. Sure the fancy stupid expensive options have it all in a GUI in your block editor, but with a simple shortcode you can add an “object” you define just like a page or post. And did I mention TONS of options? More than I have seen in all the paid junkware. You sir are a paragon and this plugin is a shining example of what the open source community used to be. Thank you for sharing your personal labor with the rest of us.
March 20, 2021
Very useful slider with a lot of settings. I tried many but some are overdone and in the end still miss the best options. This one has many options all one one screen, very easy to use. Detailed size settings width, height, crop, zoom, behaviour when resized etc. You add more a videolink or your own text as a slide. Good control over the controls display and 7 cool animation effects + 1 random. Slides can be saved no need to save shortcodes. Shortcodes can be added to widgets and posts. I use another plugin for a featured caroussel or a categorie slider for homepage or sidebars in combination with this plugin. Succes ermeee bedankt! Gr. Arno veers
Read all 7 reviews

Contributors & Developers

“Slideshow SE” is open source software. The following people have contributed to this plugin.

Contributors

“Slideshow SE” has been translated into 8 locales. Thank you to the translators for their contributions.

Translate “Slideshow SE” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

2.5.20

  • Fix link display issue.

2.5.19

  • Fix widget display issue.
  • Fix issue where settings aren’t displaying correctly.

2.5.18

  • Fix local file injection (LFI) issue.
  • Fix various security issues.

2.5.17

  • Fix XSS issue in image slides.

2.5.16

  • Fix XSS issue in text slides.

2.5.15

  • Fix double escaping on text slides in backend.

2.5.14

  • Fix double escaping on text slides.

2.5.13

  • Fix error with PHP 8

2.5.12

  • Remove output of messages to error_log.
  • Tested to WordPress 6.3

2.5.11

  • Fix display of stylesheet dropdowns.

2.5.10

  • Fix widget display.

2.5.9

  • Fix double quote bug.

2.5.8

  • Fix bug where links are showing up as text.

2.5.7

  • Fix crashing bug.

2.5.6

  • Fix XSS issue. Thanks to Ngo Van Thien (Patchstack Alliance).
  • Update banner image.

2.5.5

  • Tested to WordPress 6.0
  • Edits to ReadMe

2.5.4

  • Update jQuery load() usage

2.5.3

  • Fix issue with blank slides

2.5.2

  • Update version numbers

2.5.1

  • Fixed issue with saving slideshow settings

2.5.0

  • Removed “Support this plugin” code and translations.
  • Edits to Read Me due to forking the code.
  • Minor bugfixes.
  • First (limited) version of Gutenberg block.
  • Forking the code; rename plugin to Slideshow SE; rename classes, namespace, etc.

2.3.2

  • Fixed: Setting the “Stylesheet location” setting to “Footer” no longer causes HTML5 validations errors.
  • Fixed: Setting the “Stylesheet location” setting to “Head” did not prevent the stylesheet from showing up in the footer.
  • Fixed: Element tags could not be set on text slides.

2.3.1

  • Fixed: Text and video slides could not be inserted.

2.3.0

  • Refactored the slideshow plugin’s backend codebase to prepare for a larger backend rewrite.
  • Removed backwards compatibility on inserting images with pre-3.5 versions of WordPress.
  • Slideshows now work on infinite scroll and single page websites through the “Enable lazy loading” option.
  • Fixed: YouTube thumbnail image disappeared after clicking the slideshow’s navigation buttons.

2.2.25

  • Changed localization domain to match the plugin’s slug in order to support language packs.

2.2.24

  • Compatible with WordPress 4.3.
  • Widget constructor no longer uses deprecated PHP 4 style constructor.
  • Fixed: Mismatch between session ID and settings ID.
  • Fixed: Unescaped data in slideshow editor.
  • Fixed: Resizing issues.
  • Added Ukrainian translation and updated Russian translation, thanks to Coupofy.

2.2.23

  • Fixed: Despite default stylesheets now loading through static file again, admin-ajax.php was still being called.
  • Fixed: Invalid HTML in the shortcode inserter. Thanks to Iazel.
  • Fixed: HTML5 validation issue when loading stylesheets in the head of the document.
  • Fixed: Slideshows now load their settings by slideshow ID, instead of the variable session ID.
  • Updated Spanish translation, thanks to Manuel Ballesta Ruiz.

2.2.22

  • Compatible with WordPress 4.2.
  • Default stylesheets are no longer dynamically loaded through admin-ajax.php.
  • Fixed: Security vulnerability in the SlideshowPluginSlideshowStylesheet class.
  • Fixed: An issue with admin-ajax.php when the frontend uses HTTP, while the backend uses HTTPS. Thanks to Chris Scott
  • Fixed: A bug that caused the previous slide button and the navigation bullets to malfunction on “Cross Fade” setting.
  • Fixed: Slideshow container calculation now uses the JavaScript round function instead of the floor function.
  • Fixed: Separated assignment of $sessionID and increment of SlideshowPlugin::$sessionCounter.
  • Added Norwegian translation by A. Nonymous.
  • Updated Persian translation by W3Design.
  • Updated German translation by A. Nonymous.
  • Updated Brazilian Portuguese by A. Nonymous.

2.2.21

  • Compatible with WordPress 3.9.
  • Added “Cross Fade” option to the animation settings.
  • Updated the API to support retrieving the direction of the animation on the animation event.
  • Fixed: Slideshow moving to next slide on keyboard navigation. By Ben Wetzel
  • Fixed: HTML5 validation issue.
  • Fixed: Permission check that checked for “edit_post” instead of “edit_slideshow”.

2.2.20

  • Compatible with WordPress 3.8.
  • Accessibility improvements by Ben Wetzel
  • Title and description element types can now be set from backend and anchor tags are omitted when no URL is set.
  • Improved functional stylesheet.
  • Post published/updated message doesn’t show a link to a non-existant page anymore.
  • New tags are available for custom stylesheets: %site-url%, %stylesheet-url% and %template-url%
  • Fixed: When the slideshow would not have any height, slides would not hide outside of the slideshow.
  • Added Serbo-Croatian translation by Webhosting Hub.
  • Updated Persian translation by W3Design.
  • Updated Chinese translation by Leo Newbiesup.
  • Updated Swedish translation by Wilhelm Svenselius.

2.2.19

  • Slideshows can now detect when their stylesheet isn’t loaded and load their own when this is the case.
  • The functional stylesheet should now provide a more stable base for all slideshows.
  • Fixed: Uploading images through the WordPress 3.5 uploader on a slideshow’s edit page would return an error.
  • Fixed: Images with a ‘max-width: 100%;’ style rule would size wrongly on responsive websites.
  • Fixed: The randomization method returned error messages.

2.2.18

  • Added option to select whether or not search engines should follow a slide’s link.
  • Improved filter avoiding mechanism.
  • Disappearing settings now have a more apparent animation.
  • Fixed: First slide of a slideshow wouldn’t show when the slideshow’s content had no size on page load.
  • Added Brazilian Portuguese translation by Piero Luiz.
  • Updated French translation by Romain Sandri.

2.2.17

  • Fixed: Images disappeared when their width was larger than the slide’s width and image behaviour was set to ‘Natural and centered’

2.2.16

  • Inserting images can now be done using the WordPress 3.5 uploader.
  • Images can now fill up an entire slide without losing their dimensions, using the ‘Zoom to fit’ option.
  • Fixed: Descriptions came up and stayed up on fly-over.
  • Fixed: Image calculations failed in a few because of a ‘jQuery.outerWidth()’ bug.
  • Fixed: Control panel wasn’t correctly initialized when slideshow was set to automatically slide to the next slide.

2.2.15

  • The image dimension calculation algorithm now uses a more stable and more efficient way to determine the size of images.
  • Added slideshow API.
  • Fixed: WP Color Picker (Iris) adds a hashtag to color codes. As slideshow does this as well, text slides didn’t display color properly.

2.2.14

  • Fixed: Slideshow didn’t show because of a JavaScript error when calculating an unstretched image’s dimension.

2.2.13

  • The SlideshowPluginAjax.php has been re-added to SVN.

2.2.12

  • Compatible with WordPress 3.6.
  • Complete javascript revision to be better manageable with the help of the Prepros tool.
  • Related videos can now be enabled or disabled on YouTube videos.
  • YouTube API now is only loaded when a video slide needs to be shown.
  • Re-arranged the ‘General Settings’ page to have a ‘General Settings’ tab that contains overall system settings.
  • Added option to choose the loading location of the stylesheets, as IE8 and older don’t always allow in-body styling.
  • Implemented a new algorithm for randomizing slides.
  • Slideshow can now wait for a slide to load before showing it.
  • Fixed: The ‘Enable responsiveness’ setting disappeared when disabling the ‘Show title and description’ option.
  • Added Turkish translation by ?lker Akdo?an.
  • Added Polish translation by Wicher Wiater.
  • Added Finnish translation by an anonymous supporter.
  • Updated French translation by Romain Sandri.
  • Added Portuguese translation by Filipe Catraia.
  • Added Persian translation by W3Design.
  • Added Italian translation by Tecnikgeek.
  • Added Japanese translation by Michihide Hotta.

2.2.11

  • Fixed: The slideshow script loaded the YouTube API twice.
  • Fixed: Floating the slideshow resulted in it having no width, therefore being invisible.
  • Fixed: Sites that don’t support URL data weren’t able to load a slideshow’s stylesheet correctly.
  • Fixed: Slideshow randomly disappeared in Internet Explorer 8 when absolute positioning was used.
  • Added Swedish translation by ?ke Isacsson.
  • Added Hebrew translation by Eli Segev.

2.2.10

  • Fixed: Auto margin combined with a fixed width will no longer break slideshow’s responsiveness.
  • Updated Russian translation, thanks to Dmitry Fatakov.

2.2.9

  • Fixed: Descriptions didn’t show when ‘Hide descriptions’ was set to ‘No’.
  • Fixed: Title was given wrong size by CSS.

2.2.8

  • Fixed: Images that have a, to WordPress, unknown size weren’t able to show on all websites.
  • Fixed: Images in the image inserter popup were being skipped over when loading more results because of a faulty query.
  • All stylesheets are now loaded at the page’s bottom to validate in HTML checkers and be cached by the visitor’s browser.
  • Improved the handling of description boxes. Description boxes will no longer be ‘jumpy’ nor will they pop up on fly-over.
  • Errors in jQuery’s ‘ready’ method no longer stop the slideshow from showing. However, JavaScript errors should always be resolved.
  • Text slides can now have transparent backgrounds by leaving the ‘Background color’ field empty.

2.2.7

  • Fixed: Slideshow control buttons were placed behind the slideshow.
  • Fixed: Image slides doubly inserted after having clicked on ‘Load more results’
  • Included width and height attributes on all image elements.

2.2.6

  • Fixed: Theme’s that set image heights affected the slideshow’s image dimensions.
  • Fixed: Compatibility with the ALO EasyMail Newsletter plugin.
  • Fixed: Image’s ‘alt’ values didn’t show when no image title was set.

2.2.5

  • Fixed: Slideshow settings nonce prevented 3.4 and older WP users from saving their slideshows.

2.2.4

  • Fixed: Video slideshows will now work on mobile devices supported by YouTube.
  • Fixed: Removed multi-line element tags to prevent WordPress from adding ‘
    ‘ tags into them.
  • Fixed: Quick editing a slideshow deleted its content.
  • Image files can now be found by their file names.

2.2.3

  • Fixed: A ‘console.log();’ message presumably caused Internet Explorer to have problems when inserting slides.
  • Fixed: Slideshows that are hidden on page’s load now wait to become visible before calculating their size.

2.2.2

  • Fixed: Float and size bugs caused by the maximum width element.
  • Fixed: PHP errors were showing in ‘Delete slide’ links.
  • Live width calculations have been halved to improve performance.
  • Default settings have been tuned to cater better to most users.
  • Added Czech translation by Edhel.

2.2.1

  • Fixed: A bug in the width calculations caused slideshows in width-less elements to be hidden.
  • Fixed: The functional stylesheet defined the last five header elements for the entire page, instead of just for the slideshow.
  • Fixed: Pagination bullets were showing multiple times because of a CSS bug.
  • Padding and margin in unordered lists set to 0 by default.
  • Videos can now be played in full-screen.
  • Functional stylesheet temporarily moved to the head section of the page until the stylesheets can be loaded beneath it.

2.2.0

  • The slideshow script has been completely renewed, making it more lightweight, more versatile and responsive altogether.
  • Slideshow now has a continuing loop.
  • Pagination bullets can now be shown.
  • Slide order can now be completely random, as can the animation type.
  • Added new animations.
  • Slideshow now pauses when a (YouTube) video is playing or when a mouse is hovering over.
  • Fixed: Image title and description were wrongly filled with attachment’s content.

2.1.23

  • Default settings can now be changed from the ‘General Settings’ page.
  • Custom styles are now shared across all slideshows and endless customizations can be created.
  • Added input fields to set separate titles and descriptions for shared images.
  • Cleaned up the slides list’s layout, to reach a more WordPress-like look.
  • Adapted the ‘Dark’ style to be more compatible with the WordPress TwentyTwelve theme.
  • Changed ‘Insert Slideshow’ link to appear as a button.
  • Empty settings won’t be shown at the end of the settings boxes.

2.1.22

  • Added French translation.
  • Added a “General Settings” page, containing user capability settings.
  • Cleaned up unnecessary settings that were showing on page.
  • Replaced the, in WordPress 3.5, deprecated function ‘wp_get_single_post’ with the ‘get_post’ function.
  • Added an on-page error logger to be able to solve back-end issues faster. Nothing is shown when no errors exist, doesn’t affect SEO.

2.1.21

  • Fixed: Adding new slides was made impossible by a faulty setting.
  • Fixed: Image tag placed on multiple lines caused some sites to not display images correctly due to an inserted break character.

2.1.20

  • Fixed: Query filters will no longer alter the output of the slideshow.
  • Fixed: Images not always showing in image inserter popup.
  • Compatibility with WordPress 3.5 confirmed.
  • First back-end increment towards version 2.2.0, introducing a more efficient way to store and retrieve the slideshow’s settings and slides.

2.1.19

  • Fixed: Slides are now always floated, despite any parent CSS settings.
  • Fixed: Slideshow settings will no longer cloud any other posts with their post-meta.
  • PHP snippet will now only be shown when the current user can edit themes.
  • Videos in the slideshow will from now on depend on WordPress’ swfobject.js file.
  • Changed slideshow’s script namespace from ‘slideshow_script’ to ‘slideshow-jquery-image-gallery-script’.
  • Untitled slideshows in the widget form will now display as ‘Untitled slideshow’, instead of an empty field.

2.1.18

  • Text slide descriptions are now displayed in text areas, making editing of long descriptions more convenient.
  • Backgrounds of text slides can now be set to transparent by leaving the ‘Background color’ field empty.
  • Settings are now loaded from a JavaScript variable, so (the major) search engines won’t read them as actual content.
  • Widget title’s HTML tags are now discarded when no widget title is set.

2.1.17

  • Fixed: Invalid argument being supplied for the foreach loop in SlideshowPluginPostType on line 352.
  • Fixed: Undefined index being thrown by URL target setting on slideshow creation.
  • Video slide now accepts YouTube URLs as well.

2.1.16

  • Security update enabling HTML in slides again, but only allowing it in a very strict format without any scripts.
  • Added shortcode editor, which provides a more convenient way of inserting slideshows in your posts and pages.
  • Updated the way slideshows are retrieved. A faulty ID will no longer cause the slideshow to not show at all.
  • Slideshows can now also be fetched by their slugs.
  • The example shortcode’s ID on the slideshow settings page is now surrounded by quotes to prevent confusion.

2.1.15

  • Fixed: Security issues.
  • Added Chinese translation.

2.1.14

  • Fixed: Text slide descriptions allow HTML again.

2.1.13

  • Fixed: PHP security issues.
  • Set order of images gotten in ‘Image slide’ pop-up to post date, descending.

2.1.12

  • Moved slideshow activation to the footer script. Footer jQuery scripts are now supported.

2.1.11

  • Fixed: Conflict with the Gravity Forms plugin.

2.1.10

  • Fixed: Slideshow widget form now is compatible with older versions of PHP, that didn’t recognize a null value as a set value.

2.1.9

  • Fixed: Not all admin themes support scripts in the admin footer, admin scripts are moved to the header.

2.1.8

  • Option added to be able to control whether to use a filter, or to directly output on shortcode.

2.1.7

  • Fixed: Slideshow in some cases unable to show next slide in fade animation.

2.1.6

  • Slideshow widgets are loaded using theme sidebar settings, making the widget more dynamic.
  • Fixed: Slideshow widget title can now be set to an empty value.

2.1.5

  • Fixed: WordPress intervened with the HTML output by the shortcode, this caused scripts to break.
  • Fixed: Slideshow width isn’t affected by width-less elements anymore, instead it seeks the first div’s width.

2.1.4

  • Fixed: Slideshows in posts are now longer broken by WordPress inserted ’em’ tags.
  • Fixed: Image borders no longer fall off-slide.

2.1.3

  • Fixed: Overflow container now adapts to its parent element correctly.
  • Fixed: Internet Explorer now shows control panel (buttons etc.) on top of the Flash element.
  • Fixed: Images are now loaded by the WordPress function, rather than being loaded from the database’s ‘guid’.

2.1.2

  • WordPress media uploader link in image inserter pop-up now opens in a new window.
  • Fixed: Image inserter pop-up CSS no longer pushes the ‘insert’ buttons off-screen.

2.1.1

  • Fixed: Settings meta-box threw an unexpected ‘T_ENDFOREACH’ since a shorthand PHP tag was used improperly.

2.1.0

  • Added Youtube video slides.
  • Slide URLs can now be chosen to open in a new window.
  • Added headers above settings, giving the user mover oversight.
  • Endless scrolling is now available in the image inserter pop up.
  • Images are now centered in their slides by default.
  • Script is now activated on document ready, not window load.
  • Hid slides in another element so that buttons could overflow the slideshow container.
  • Fixed: Hide-away settings were influenced by their own settings fields.
  • Fixed: Stretching was not always handled correctly.
  • Fixed: Script counter made the first view show twice.

2.0.1

  • Fixed: Version 1.x.x slides disappeared after updating to version 2.0.0. An automatic converter has been added.

2.0.0

  • Complete sideshow script revision to support new features.
  • The script now supports two kinds of animations: ‘Slide’ and ‘Fade’.
  • Multiple images can be shown in one slide, instead of one.
  • Text slides are available.
  • Descriptions are more cooperative, they don’t overlap the entire image anymore. (Instead they hide or have a user-defined fixed height)
  • Multiple slideshows can now be shown on one page.
  • Play and pause buttons are now available, as is the option not to auto-play and/or loop the slideshow.
  • Stylesheets no longer partially depend on the website’s stylesheet, except for the fonts.
  • The script and its functional stylesheet are now compressed to save loading time.
  • Added jQuery sortables script to sort slides.
  • Images you’ve already uploaded and attached to other posts can now be loaded into the slideshow, saving disk space (and time).

1.3.5

  • Fixed: Namespace complications found with the Slideshow widget, renamed all classes.

1.3.4

  • Fixed: Custom width of the slideshow will no longer cause buttons to fall off-screeen.

1.3.3

  • Extended compatibility to servers that do not support short php opening tags.

1.3.2

  • Fixed: 1.3.1 Bugfix failed to work, fixed problem entirely after reproducing it.
  • Added alternative way to load default css into empty custom-style box, so that users without ‘allow_url_fopen’ enabled aren’t influenced negatively by it.

1.3.1

  • Fixed: Check if function ‘file_get_contents’ exists before calling it, some servers have this disabled. (This throws errors and messes up the plugin)

1.3.0

  • Added Dutch translation.
  • Custom styles for each slideshow are now available to be more compatable with every theme. (Black and transparent scheme)
  • Encapsulated a css class so that it does not interfere with anything outside the slideshow_container.
  • Moved slides list to the side, saving space on the slideshow specific settings page.
  • Settings bugs completely fixed, finally. (Previous version deleted post-meta on auto-save)
  • Moved Slideshow settings and images script to inside the slideshow_container, outputting a more coherent whole.
  • Settings moved from multiple meta keys to a single one. (This resets everyone’s settings)
  • Added a WordPress media upload button to the slides list, this simplifies attaching images to a slideshow.
  • Better way of including the jQuery library is now being used.
  • Fixed bug with the number of slides shown in the slideshow stuck at the default value of five.

1.2.1

  • Fixed: Slideshow specific settings not saving.

1.2.0

  • Slideshows can now be placed in posts as well, using shortcode [slideshow id=SlideshowPostId].
  • Added a widget that can be loaded with an existing slideshow of choice.
  • Tested up to version 3.4.

1.1.0

  • Added jQuery library as WordPress websites don’t seem to load them by default.
  • Slideshow script now depends on by the plugin enqueued jQuery script.

1.0.1

  • Added documentary comments.
  • Fixed error with directory paths causing Slideshows post type page to generate warnings.

1.0.0

  • Initial release.
VIP777 login Philippines Ok2bet PRIZEPH online casino Mnl168 legit PHMAYA casino Login Register Jilimacao review Jl777 slot login 90jili 38 1xBet promo code Jili22 NEW com register Agila Club casino Ubet95 WINJILI ph login WINJILI login register Super jili168 login Panalo meaning VIP JILI login registration AGG777 login app 777 10 jili casino Jili168 register Philippines APALDO Casino link Weekph 50JILI APP Jilievo xyz PH365 casino app 18JL login password Galaxy88casino com login superph.com casino 49jili login register 58jili JOYJILI apk Jili365 asia ORION88 LOGIN We1win withdrawal FF777 casino login Register Jiligo88 philippines 7777pub login register Mwgooddomain login SLOTSGO login Philippines Jili188 App Login Jili slot 777 Jili88ph net Login JILIMACAO link Download Gcash jili login GG777 download Plot777 app download VIPPH register Peso63 jili 365.vip login Ttjl casino link download Super Jili 4 FC178 casino - 777 slot games JILIMACAO Philippines S888 register voslot LOVE jili777 DOWNLOAD FK777 Jili188 app CG777 app 188 jili register 5JILI login App Download Pkjili login Phdream Svip slot Abcjili6 App Fk777 vip download Jili888 register 49jili VIPPH register Phmacao co super Taya777 link Pogo88 real money Top777 app VIP777 slot login PHMACAO 777 login APALDO Casino link Phjili login Yaman88 promo code ME777 slot One sabong 888 login password PHMAYA casino Login Register tg777 customer service 24/7 Pogibet slot Taya777 org login register 1xBet live Acegame888 OKBet registration JILIASIA Promotion Nice88 voucher code AgilaClub Gaming Mnl168 link Ubet95 free 50 PHMAYA casino login JLBET 08 Pb777 download 59superph Nice88 bet sign up bonus Jiliyes SG777 download apk bet88.ph login JILIPARK casino login Register Philippines PHMAYA APK CC6 casino login register mobile PHMACAO com download MWPLAY app JILIPARK Download Jili999 register link download Mnl646 login Labet8888 download 30jili jilievo.com login Jollibee777 open now LOVEJILI 11 18JL casino login register Philippines JILIKO register Philippines login Jililuck 22 WJPESO casino PHMAYA casino login Jili777 login register Philippines Ttjl casino link download W888 login Register Galaxy88casino com login OKBet legit tg777 customer service 24/7 Register ROYAL888 Plot777 login Philippines BigWin Casino real money PHLOVE 18JL PH 18JL casino login register Philippines SG777 Pro Taya777 pilipinong sariling casino Jiligames app MNL168 free bonus YesJili Casino Login 100 Jili casino no deposit bonus FC178 casino free 100 Mwcbet Download Jili888 login Gcash jili download JILIMACAO 123 Royal888 vip 107 Nice888 casino login Register FB777 link VIPPH app download PHJOIN 25 Ubet95 legit phcash.vip log in Rrrbet Jilino1 games member deposit category S888 live login FF777 download FC777 VIP APK ME777 slot Peso 63 online casino OKGames app Joyjili customer service superph.com casino FB777 Pro Rbet456 PH cash online casino Okbet Legit login taruhan77 11 VIPPH 777Taya win app Gogo jili 777 Plot777 login register Bet99 app download Jili8989 NN777 VIP JP7 fuel Wjevo777 download Jilibet donnalyn login Register Bossjili ph download 58jili login registration YE7 login register FC777 new link login 63win register Crown89 JILI no 1 app Jili365 asia JLBET Casino 77PH fun Jili777 download APK Jili8 com log in CC6 casino login register mobile ph365.com promotion phjoin.com login register 77PH VIP Login download Phdream live chat Jlslot2 Me777 download Xojili legit PLDT 777 casino login Super Jili Ace Phdream 44 login Win888 casino JP7 Bp17 casino login TTJL Casino register FB777 slot casino Jili games online real money phjoin.com login register BET99 careers ORION88 LOGIN Plot777 login Philippines Labet8888 login JILI Official Pogibet app download PH777 casino register LOVEJILI app Phvip casino VIP jili casino login PHMACAO app 777pnl legit YE7 casino online Okbet download CC6 bet app 63win club Osm Jili GCash LOVEJILI 11 Www jililive com log in Jili58 casino SuperAce88 JiliLuck Login Acegame 999 777pnl promo code MWPLAY good domain login Philippines Pogo88 app Bet casino login Superph98 18jl app download BET999 App EZJILI gg 50JILI VIP login registration Jilino1 new site pogibet.com casino Jili Games try out Gogojili legit 1xBet Aviator WINJILI ph login Jili168 register How to play Jili in GCash 777pnl PHDream register login JILISM slot casino apk FB777 c0m login EZJILI Telegram MWCASH88 APP download Jili88 vip03 APaldo download 1xBet 58JL Casino 58jl login register Jili scatter gcash OKJL slot jili22.net register login 10phginto APaldo 888 app download 1xBet live FC178 Voucher Code 58jl Jili888 ph Login 365 Jili casino login no deposit bonus JP7 VIP login PHBET Login registration 58jili login registration VVJL online Casino Club app download Jili77 login register Jili88 ph com download KKJILI casino WJ peso app Slot VIP777 BigWin69 app Download Nice88 bet Suhagame philippines Jiliapp Login register Qqjili5 Gogo jili helens ABJILI Casino OKJL download 1xBet login mobile Pogibet 888 777 game Okgames casino login Acegame888 Bet86 promotion Winph99 com m home login JP7 VIP login 20phginto VIPPH register KKJILI casino OKJILI casino Plot777 app download NN777 register bossphl Li789 login Jiligo88 app Mwcbet Download Betjilivip Https www BETSO88 ph 30jili Https www BETSO88 ph Jilievo Club Jili888 register Jili777 download APK JILI77 app download New member register free 100 in GCash 2024 Royal888casino net vip JOLIBET withdrawal MW play casino Jili365 login FB777 Pro Gold JILI Bet99 registration 55BMW red envelope Bet199 login philippines JILI188 casino login register download Phjoin legit or not Bigwin 777 Bigwin pro Apaldo PH pinasgame JILIPARK Login registration JiliApp ph04 Ph143 Jili168 login app Philippines MW Play online casino APK 77tbet register 8k8t Bigwin casino YE7 Download App Ph365 download apk Acejili Ph888 login S888 juan login 63win withdrawal Okbet cc labet 8888.com login password Mwbet188 com login register Philippines MNL168 net login registration kkjili.com download Jili888 Login registration Abc Jili com Download JILIPARK casino login Register Download AbcJili customer service live777. casino Jilievo casino jilievo APP live casino slots jilievo vip Jolibet legit PH888 login Register 888php register 55BMW win Mwbet188 com login register Philippines AbcJili customer service Jili88 ph com app 200Jili App MAXJILI casino ROYAL888 deposit mi777 Jili games free 100 ACEGAME Login Register Jilibet donnalyn login Voslot register Jilino1 live casino 18jl login app apk JILI Vip777 login Phtaya login Super Ace casino login Bigwin 777 Ubet95 free 190 superph.com casino Jili22 NEW com register SG777 win Wjpeso Logo 1xBet login mobile Jili88 casino login register Philippines sign up Okbet cc Agg777 slot login Phv888 login P88jili download jiliapp.com- 777 club Fish game online real money One sabong 888 login password QQJili Taya365 slot mnl168.net login Taya365 download Yes Jili Casino PHMACAO APK free download 365 casino login Bigwin 29 JILISM slot casino apk Wow88 jili777.com ph 888php login 49jili VIP Jilino1 legit SG777 slot Fish game online real money Voslot free 100 18jl login app apk OKJL app Jili22 NEW com register Nice88 free 120 register no deposit bonus Sugal777 app download 288jili PHJOIN VIP com Register Jl77 Casino login KKjili com login Lovejili philippines Pogo88 casino SLOTSGO VIP login password Jili22 net register login password Winph 8 we1win 100 Jili slot 777pnl promo code Sg77701 Bet88 download for Android PH365 casino Royal Club login Jili88 casino login register MWPLAY login register Jilibay Promotion 7SJILI com Register FC777 casino link download Royal meaning in relationship OKBET88 AbcJili customer service 777ph VIP BOSS JILI login Register 200Jili App KKJILI casino login register maxjili Mwcbet legit JILIASIA 50 login Milyon88 com casino login 8k8app17 Royal slot Login Phmacao rest 338 SLOTSGO Ph888 login PHGINTO com login YY777 app Phdream register Jili22 net register login password Lucky Win888 Jiligames API Agila club VIP 77PH VIP Login download Acegame888 register PHMAYA Download Jili88 online casino 7XM Lovejili philippines 63win register Jilimax VOSLOT 777 login 18JL Casino Login Register JILIASIA 50 login 50JILI VIP login registration 7XM com PH Nice888 casino login Register 58jl Jili168 casino login register download Timeph philippines 90jilievo Jili88 casino login register OKBet legit JILI slot game download Bet99 promo code 58jili app 55BMW com PH login password KKjili casino login bet999 How to play Jili in GCash BigWin69 app Download OKJL Milyon88 com casino login phdream 888php register Ph888 PH777 registration bonus JLBET Asia LOVEJILI download Royal Casino login 646 ph login Labet8888 review JLBET Casino Jili888 ph Login Wjpeso Wins JILIMACAO 666 Jiliplay login register JILIAPP com login Download JiliLuck download WIN888 PH JL777 app Voslot777 legit Pkjili login 20jili casino Jolibet login registration Phjoin legit or not Milyon88 com casino register JILI apps download 88jili login register Jili 365 Login register download 11phginto Jili777 vip login Ta777 casino online Swertegames Taya365 download 777PNL online Casino login Mi777 join panalo 123 JILI slot 18jili link Panalo lyrics Jiliplay login philippines yaman88 Bet88 login Jili888 Login registration FF777 TV Ok2bet app Pogibet casino philippines Www jilino1 club WOW JILI secret code AB JILI Jili168 online casino BET99 careers Go88 slot login JILI Vip777 login CG777 Casino link OKBet GCash www.50 jili.com login WINJILI download Lucky bet99 Acegame888 77ph com Login password ACEGAME Login Register ACEGAME casino Swerte88 login password Wj slots casino APALDO Casino Phjoin slot JLBET com JLBET ph Taya777 org login 49jili slot Svip slot Jili77 download APK 200jiliclub Bet199 philippines Jili888 Login registration 88jili withdrawal phjoin.com login register Swerte88 login registration Voslot777 legit Superph11 AAA JILI app download Www jililive com log in VIP777 Casino login download Jili77 download APK Jilibet donnalyn login Register JILICC sign up Pogibet app download www.mwplay888.com download apk Jili68 Jililuck App Download APK Yy777 apk mod Jili77 vipph.com login labet8888.com app Phdream live chat Ph646 login register mobile 7777pub download Jolibet Fortune Tree 90JILI app 18JL login Philippines JLSLOT login password 50JILI fun m.nn777 login 88jili withdrawal PH Cash Casino APK 888PHP Casino LINK Boss jili app download Jili999 login register FB777 download APK Free 100 promotion JILIPARK Download VIP PH casino JILIHOT ALLIN88 login 8K8 com login PHMAYA casino login 58jili withdrawal Ubet95 free 100 no deposit bonus KKJILI online casino M GG777 100jili APP JILI888 slot download PHBET88 Jili Games demo 1xBet OKJL Casino Login Nice888 casino login Register Betso88 App download APK VIP777 app Gcash jili register 1xBet registration 58jili withdrawal Jili63 Suhagame23 218 SLOTSGO AGG777 login Philippines Bay888 login JILIVIP 83444 PHCASH com casino login Jilievo 666 Jili 365 VIP register PHMAYA link PH cash VIP login register Yaman88 casino JP7 VIP We1Win download free rbet.win apk Jili168 casino login register download Milyon88 com casino register 18JL login app 88jili withdrawal AAA Casino jilibet.com register Winjili55 UG777 login app PH777 download Jili365 bet login app Osm Jili GCash 77tbet philippines GI Casino login philippines 88jili login FC178 casino free 100 SG777 Com Login registration Nice88 free 100 Oxjili Royal777 Top777 login FB777 live 200jili login Gogojili legit Yes Jili com login phcash.vip casino Sugal777 app download 58JL app Login Panalo login JILI games APK Lucky99 Slot login Jili scatter gcash 7XM APP download FB JILI casino login download PHMACAO app ROYAL888 Link Alternatif ACEPH Casino - Link 55bmw.com casino Timeph app Osm Jili GCash M GG777 Ubet95 login Jiligo88 CG777 Casino Philippines Tayabet login Boss jili app download YY777 app download Nice88 free 120 register no deposit bonus Bossjili7 XOJILI login 68 PHCASH login ezjili.com download apk Jili 365 VIP APK Milyon88 pro Jili88 casino login register download Jili online casino AgilaPlay Jili scatter gcash 7777pub login CC6 app bonus JK4 online PHJOIN casino Joyjili login register 22phmaya 5JILI Casino login register Betso88 VIP Winph 8 Phmacao rest JILI Slot game download free s888.live legit APALDO Casino link Plot 777 casino login register Philippines Ph646wincom Jili168 login app Philippines KKJILI casino Apaldo PH Phdream live chat Slot VIP777 PH888BET 22 phginto 50JILI APP MWPLAY login register Slotph We1Win apk VIP777 slot login Nice88 PRIZEPH online casino Jilipark App 7XM app for Android Jili58 Jili168 free 100 APALDO 888 CASINO login APaldo download Jiliasia8 com slot game phcash.vip casino OKJL Casino Login YY777 live Jili888 register Winjiliph QQ jili casino login registration Abcjili5 NN777 register Phvip casino Taya 365 casino login OKBet app Osm Jili GCash Nice88 free 100 5JILI Casino login register Bet88 app download 5 55bmw vip Jlph11 JILI slot casino login Nice88 bet sign up bonus JILI Slot game download for Android Abc Jili com Download FF777 TV Peso 63 online casino MILYON88 register free 100 7777pub JILIASIA 50 login CC6 online casino latest version Royal Club apk 1xBet login registration CG777 Casino Philippines 1xBet app Mwcbet net login Password LOVEJILI 21 FBJILI Now use Joyjili Promo code JILI188 casino login register download PHMACAO SuperPH login AGG777 login app Peso 63 online casino filiplay Sugal777 app download Galaxy88casino com login EZJILI Telegram JiliApp ph04 Jilino1 com you can now claim your free 88 PHP download 63win Coupon Code PHDream 8 login register Philippines MNL168 website CC6 online casino register login 3jl app download apk Jlph7 TA777 com Login Register password 5jili11 FF777 casino login Register KKJILI casino login register 10 JILI slot game 3JL login app Jili100 APP Winjili55 Milyon88 info Jilino1 VIP login YE7 bet sign up bonus Apaldo games Wj casino app AbcJili win.ph log in Jili22 VIP 204 SG777 Jl77 Casino login YY777 app download Jilimacao Okjl space Wjevo777 download Ubet95 free 100 no deposit bonus PHMAYA APK Xojili legit 77PH bet login Taya365 pilipinong sariling casino LOVEJILI AAAJILI Casino link Jollibee777 How to play mwplay888 18jl app download jilievo.com login password VIP PH casino mnl168.net login JiliLuck download Win2max casino 777PNL download app Ubet Casino Philippines Win888 Login Jili88 casino login register Philippines sign up Bet99 APK 18JL casino Login register Download Naga888 login JLPH login PHMACAO APK free download How to register Milyon88 Royal888ph com login JiliCC entertainment WINJILI customer service PHBET88 Jili888 Login Philippines SG777 slot FBJILI Jili365 bet login app Ubet95 free 100 no deposit bonus Taya 365 casino login LOVEJILI Jili777 free 150 YE7 casino login register download QQJili 58jili login Download S888 sabong Gi77 casino Login taya777 customer service philippines number 24/7 WINJILI customer service Https www wjevo com promocenter promotioncode Nice99 casino login Phdream 44 login Mi777app 777PNL online Casino login phjl.com casino JILILUCK promo code Pogibet 888 login BigWin Casino legit Jolibet app download Jilli pogibet.com casino JP7 VIP login Ug7772 Phjoy JILIMACAO 123 PH143 online casino jili365.bet download PH cash VIP login register Abc Jili Register Mwgooddomain login 58JL Casino link 365 Jili casino login no deposit bonus JILIEVO Casino 777 60win OKGames casino 49jili VIP kkjili.com app JILIPARK casino login Register Philippines Agila Club casino OKGames GCash OKBet casino online S888 juan login Yaman88 log in Winph99 com m home login Jili88 casino login register Winjiliph CG777 Casino LOGIN Register Ubet Casino Philippines Agilaclub review Is 49jili legit ph646 JLBET link JiliCC entertainment Jilicity withdrawal Ta777 casino online Jili777 login register Philippines JP7 coupon code Milyon88 one Ug7772 Jilibet casino 77PH VIP Login download Jili live login 68 PHCASH 7XM APP download Boss jili login MWCASH88 APP download Jilicity login Acegame888 real money LIKE777 JILILUCK app JiliBay Telegram Bet199 login philippines Ph646wincom PHJOIN login OKGames register JILIASIA withdrawal Panalo login 88jili Login Philippines Wjevo777 download phjl.com casino Fcc777 login Labet8888 login JILI8998 casino login PHJL Login password Jilibay Voucher Code 28k8 Casino P88jili download 49jili apps download Fk777city we1win CG777 Casino login no deposit bonus MW play casino FF777 casino login Register Philippines download JILIAPP com login Download Bet199 PHGINTO com login Bet88 bonus Sw888 withdrawal Vvjl666 Jiliapp 777 Login QQ jili login Jilicity download Jili188 login Philippines Timeph philippines Casino Club app download Nice88 bet login registration Bay888 login PH Cash casino download Jiliko777 Nice88 PH 777pnl Jiliplay login register JILI VIP casino cg777 mwcbets.com login Fbjili2 JILIAPP download 7xm login 77jl.com login JILI Slot game download for Android MWPLAY app superph.com casino Nice88 free 120 WJ peso app Jili58 register 3jl app download apk Betso88 link OKGames login free JILIASIA 888 login 58jl login register Jilibet888 68 PHCASH login Jili88ph net register 55BMW Casino app download APK Abc Jili com Download FB777 register login Philippines Jilievo org m home JiliLuck download jlbet.com login register Jp7 casino login 18JL Casino Login Register YE7 casino APK prizeph Boss jili login Royal logo FC178 casino - 777 slot games Taya777 pilipinong sariling casino Ph888 MWPLAY app @Plot777_casino CG777 login BOSS JILI login Register JILI PH646 login Vvjlstore Mi777 casino login Download Okgames redeem code 50JILI VIP login registration Bet88 login AGG777 login Philippines JILIMACAO Yesjili com legit P88jili com login OKBET88 Gold JILI VIP PH casino VIP PH log in bet88.ph legit kkjili.com app JiliLuck Login JILI Vip777 login 63win withdrawal bet999.ph login m.nn777 login 58JL 8k8app17