{"id":18073,"date":"2012-05-09T12:44:54","date_gmt":"2012-05-09T12:44:54","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/colorcycle\/"},"modified":"2013-05-02T20:55:16","modified_gmt":"2013-05-02T20:55:16","slug":"colorcycle","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/colorcycle\/","author":161870,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.5.2","stable_tag":"1.5.2","tested":"3.5.2","requires":"3.5","requires_php":"","requires_plugins":"","header_name":"ColorCycle","header_author":"Jackson","header_description":"","assets_banners_color":"9a9c9c","last_updated":"2013-05-02 20:55:16","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/colorcycle.jacksonwhelan.com","header_author_uri":"http:\/\/jacksonwhelan.com","rating":0,"author_block_rating":0,"active_installs":10,"downloads":1708,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.4":"<ul>\n<li>Highslide no longer used. Colorbox powered lightboxes.<\/li>\n<\/ul>","1.3.3":"<ul>\n<li>Highslide JS removed - MUST BE REINSTALLED - see install instructions.<\/li>\n<\/ul>","1.3.2":"<ul>\n<li>Bugfix - linkto=url in slideshow now displaying specified URL<\/li>\n<\/ul>","1.3.1":"<ul>\n<li>Fixes IE 7 error<\/li>\n<\/ul>","1.3":"<p>Initial Release<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":{"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":"541822","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.4","1.4.1","1.5","1.5.2"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[6672,1771,210,237,208],"plugin_category":[50,59],"plugin_contributors":[81989],"plugin_business_model":[],"class_list":["post-18073","plugin","type-plugin","status-closed","hentry","plugin_tags-colorbox","plugin_tags-cycle","plugin_tags-gallery","plugin_tags-lightbox","plugin_tags-slideshow","plugin_category-media","plugin_category-utilities-and-tools","plugin_contributors-madjax","plugin_committers-madjax"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/colorcycle_9a9c9c.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>ColorCycle is a gallery replacement plugin for WordPress. It adds Colorbox for image enlargements, and creates slideshows of attached images using the Cycle plugin for jQuery. The [gallery] shortcode is replaced with a Colorbox powered gallery. An additional shortcode [slideshow] is provided.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Use automatic installer<\/li>\n<li>Activate plugin<\/li>\n<li>Your linked images and galleries will now use Colorbox for enlargements.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>What shortcodes are available?<\/dt>\n<dd><p>[gallery] or [ccgallery]*<\/p>\n\n<pre><code>'order'      =&gt; 'ASC',\n'orderby'    =&gt; 'menu_order ID',\n'id'         =&gt; $post-&gt;ID,\n'itemtag'    =&gt; 'dl',\n'icontag'    =&gt; 'dt',\n'captiontag' =&gt; 'dd',\n'columns'    =&gt; 3,\n'size'       =&gt; 'thumbnail'\n<\/code><\/pre>\n\n<ul>\n<li>Note: WordPress replaces the gallery shortcode in the visual editor with a placeholder, making it difficult to edit attributes after publishing. Using the ccgallery shortcode will maintain visibility of your attributes.<\/li>\n<\/ul>\n\n<p>[slideshow] - Available attributes and defaults:<\/p>\n\n<pre><code>'id' =&gt; $post-&gt;ID,\n'size' =&gt; 'large',\n'show' =&gt; 'selected',\n'showthumbs' =&gt; false,\n'linkto' =&gt; 'large',\n'pager' =&gt; false,\n'per_page' =&gt; 12,\n'speed' =&gt; 2000,\n'pause' =&gt; 0,\n'delay' =&gt; 1000\n<\/code><\/pre><\/dd>\n<dt>No images are showing in my slideshow?<\/dt>\n<dd><p>By default, only images which have been selected by using the drop down in the media details 'Show in Slideshow' are included. Alternatively, include the attribute 'show=all' in your shortcode to show all attached images.<\/p><\/dd>\n<dt>How can I add a slideshow in my template?<\/dt>\n<dd><p>Here's an example:<\/p>\n\n<pre><code>if( class_exists( 'ColorCycle' ) ) {\n\n    $ColorCycle = new ColorCycle;\n\n    $show = array(\n        'size' =&gt; 'home-slide',\n        'pager' =&gt; false,\n        'linkto' =&gt; 'url',\n        'speed' =&gt; 3000,\n        'timeout' =&gt; 1000,\n        'show' =&gt; all\n    );\n\n    echo $ColorCycle-&gt;colorcycle_show( $show );\n\n}\n<\/code><\/pre><\/dd>\n<dt>It doesn't look the way I want, how can I style the galleries and slideshows?<\/dt>\n<dd><p>Look at the markup and apply CSS as needed. Future release will include more included styling.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.5.2<\/h4>\n\n<ul>\n<li>3.5 Media Gallery Improvements<\/li>\n<li>Bug fix: showthumbs=false in shortcode works as expected<\/li>\n<\/ul>\n\n<h4>1.5.1<\/h4>\n\n<ul>\n<li>3.5 Compatibility Update<\/li>\n<li>Additional Filters<\/li>\n<li>WP Touch Aware<\/li>\n<li>And More...<\/li>\n<li>ColorBox 1.3.23 Update<\/li>\n<\/ul>\n\n<h4>1.5<\/h4>\n\n<ul>\n<li>3.5 Compatability<\/li>\n<\/ul>\n\n<h4>1.4.1<\/h4>\n\n<ul>\n<li>Add new ccgallery shortcode<\/li>\n<li>Allow id of parent to be specified in slideshow shortcode<\/li>\n<li>Allow selection of images based on group attribute<\/li>\n<li>More Colorbox options now available<\/li>\n<li>General cleanup<\/li>\n<\/ul>\n\n<h4>1.4<\/h4>\n\n<ul>\n<li>Name change, replace Highslide with Colorbox<\/li>\n<li>Remove debugging code in gallery shortcode<\/li>\n<\/ul>\n\n<h4>1.3.3<\/h4>\n\n<ul>\n<li>Remove Highslide from plugin package to conform to repository GPL rules<\/li>\n<\/ul>\n\n<h4>1.3.2<\/h4>\n\n<ul>\n<li>Bugfix - linkto=url in slideshow now displaying specified URL<\/li>\n<\/ul>\n\n<h4>1.3.1<\/h4>\n\n<ul>\n<li>Fix IE 7 error with highcycle.js<\/li>\n<li>Corrections to readme.txt<\/li>\n<li>Move localization of highcycle.js to allow override by shortcode attributes<\/li>\n<\/ul>\n\n<h4>1.3<\/h4>\n\n<ul>\n<li>Initial Release<\/li>\n<\/ul>","raw_excerpt":"ColorCycle is a gallery replacement plugin for WordPress. It adds Colorbox for image enlargements, and slideshows using the Cycle plugin for jQuery.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/18073","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=18073"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/madjax"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=18073"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=18073"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=18073"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=18073"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=18073"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=18073"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}