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.

PS Rotator

Description

This plugin allows you to add pictures with rotator shortcode or directly in the source theme. Due to implementation
of plug-ins for jQuery jcycle, you can set the transition effect to the next slide.
You can also decide whether the plug is to load pictures randomly or not. For now, plug-in supports up to 10 photos.
IF YOU LOAD MORE THAN THIS NUMBER WILL BE SKIPPED ALL THE PICTURES!

Requirements:

  • NextGen Gallery Plugin (https://wordpress.org/extend/plugins/nextgen-gallery/)

Installation

FTP:
1. Download the plugin.
2. Extract the folder from the file.
3. Upload files in the /wp-content/plugins directory with all other plugins.

Usage:
1. You create a gallery at NextGEN Gallery called “rotator”.
2. Add photos to created gallery.
3. Then you can use PS Rotator following methods:
3. 1. Shortcode in posts:
[ps-rotator]
3. 2.Function in template files:

Reviews

There are no reviews for this plugin.

Contributors & Developers

“PS Rotator” is open source software. The following people have contributed to this plugin.

Contributors

Translate “PS Rotator” into your language.

Interested in development?

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

Changelog

0.1.5

  • PHP feature: __autoload() changed to spl_autoload_register().

0.1.4

  • PHP feature: __autoload();

0.1.3

  • Select an effect for transitions between slides.
  • Added: Random display of slides.

0.1.2

  • Added: Admin Pages: Settings and Help.

0.1.1

  • Added: shortcode: [ps-rotator].

0.1

  • Created plugin for pictures rotation. Only PHP code for add it to post or page.