{"id":14824,"date":"2011-09-08T21:45:10","date_gmt":"2011-09-08T21:45:10","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/highcycle\/"},"modified":"2012-02-27T11:26:21","modified_gmt":"2012-02-27T11:26:21","slug":"highcycle","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/highcycle\/","author":161870,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.3.3","stable_tag":"1.3.3","tested":"3.3.2","requires":"3.2.1","requires_php":"","requires_plugins":"","header_name":"HighCycle","header_author":"Jackson","header_description":"","assets_banners_color":"","last_updated":"2012-02-27 11:26:21","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/jacksonwhelan.com\/plugins\/highcycle\/","header_author_uri":"http:\/\/jacksonwhelan.com","rating":2,"author_block_rating":0,"active_installs":10,"downloads":2682,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"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":"1","3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.3","1.3.1","1.3.2","1.3.3"],"block_files":[],"assets_screenshots":[],"screenshots":[]},"plugin_section":[],"plugin_tags":[1771,210,2916,237,208],"plugin_category":[50],"plugin_contributors":[81989],"plugin_business_model":[],"class_list":["post-14824","plugin","type-plugin","status-closed","hentry","plugin_tags-cycle","plugin_tags-gallery","plugin_tags-highslide","plugin_tags-lightbox","plugin_tags-slideshow","plugin_category-media","plugin_contributors-madjax","plugin_committers-madjax"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/highcycle.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>HighCycle is a gallery replacement plugin for WordPress. It adds Highslide for image enlargements, and creates slideshows of attached images using the Cycle plugin for jQuery. The [gallery] shortcode is replaced with a Highslide powered gallery. An additional shortcode [slideshow] is provided.<\/p>\n\n<p>NOTE: You must download Highslide from http:\/\/highslide.com\/ - for this plugin to work properly. See installation intstructions.<\/p>\n\n<p>Highslide JS is licensed under a Creative Commons Attribution-NonCommercial 2.5 License. This means you need the author's permission to use Highslide JS on commercial websites. http:\/\/highslide.com\/<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Use automatic installer<\/li>\n<li>Activate plugin<\/li>\n<li>Download Highslide ZIP package from http:\/\/highslide.com\/download.php<\/li>\n<li>Unpack Highslide, and FTP the 'highslide' directory to the new directory in your plugins folder 'highcycle'<\/li>\n<li>Your linked images and galleries will now use Highslide for enlargements.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>It's not working?<\/dt>\n<dd><p>Be sure to download Highslide from http:\/\/highslide.com\/download.php and then upload the 'highslide' directory to the plugins directory.<\/p>\n\n<p>You should have a directory inside wp-content\/plugins\/ called 'highcycle', which then contains your 'highslide' directory.<\/p><\/dd>\n<dt>Do I need to purchase a license?<\/dt>\n<dd><p>If you're using HighCycle on a commercial website, you must purchase a license from the author of Highslide JS http:\/\/highslide.com\/<\/p><\/dd>\n<dt>What shortcodes are available?<\/dt>\n<dd><p>[gallery]<\/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<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( 'HighCycle' ) ) {\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    );\n    echo $HighCycle-&gt;highcycle_show( $show );\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.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":"HighCycle is a gallery replacement plugin for WordPress. It adds Highslide 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\/14824","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=14824"}],"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=14824"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=14824"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=14824"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=14824"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=14824"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=14824"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}