{"id":15669,"date":"2011-11-14T18:08:09","date_gmt":"2011-11-14T18:08:09","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/jqdock-post-thumbs\/"},"modified":"2011-11-14T18:59:59","modified_gmt":"2011-11-14T18:59:59","slug":"jqdock-post-thumbs","status":"publish","type":"plugin","link":"https:\/\/twd.wordpress.org\/plugins\/jqdock-post-thumbs\/","author":7270592,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"2.0","stable_tag":"trunk","tested":"3.2.1","requires":"3.2.1","requires_php":"","requires_plugins":"","header_name":"jqDock Post Thumbs","header_author":"Shaun Scovil","header_description":"","assets_banners_color":"","last_updated":"2011-11-14 18:59:59","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/mynewsitepreview.com\/jqdpostthumbs","header_author_uri":"http:\/\/shaunscovil.com\/","rating":5,"author_block_rating":0,"active_installs":10,"downloads":4805,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"1"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"1539219","resolution":"1","location":"plugin"}},"screenshots":{"1":"Thumbnail images expand like the Dock menu on a Mac!"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[133,38518,202,7989,1326],"plugin_category":[43,50,59],"plugin_contributors":[83145],"plugin_business_model":[],"class_list":["post-15669","plugin","type-plugin","status-publish","hentry","plugin_tags-image","plugin_tags-jqdock","plugin_tags-jquery","plugin_tags-mac","plugin_tags-thumbnail","plugin_category-customization","plugin_category-media","plugin_category-utilities-and-tools","plugin_contributors-sscovil","plugin_committers-sscovil"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/jqdock-post-thumbs.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/jqdock-post-thumbs\/trunk\/screenshot-1.jpg?rev=1539219","caption":"Thumbnail images expand like the Dock menu on a Mac!"}],"raw_content":"<!--section=description-->\n<p>The Dock - as anyone familiar with a Mac knows - is a set of icons that expand when rolled over with the cursor. This plugin\nmimics that behavior with WordPress post thumbnails, creating a visually-stunning set of links to other blog posts on any post\nor page. New in version 2.0, it can also be used to create an image gallery!<\/p>\n\n<p>jqDock Post Thumbs can be used to display posts, pages, or custom post types, provided post thumbnails are enabled in the current\ntheme. It can also be used to display images attached to the current post, or by post ID.<\/p>\n\n<p><strong>How To Use<\/strong><\/p>\n\n<pre><code>[jqdpostthumbs]\n<\/code><\/pre>\n\n<p>This shortcode will create a Dock with five random post thumbnail links.<\/p>\n\n<p><strong>Control Number of Thumbnails<\/strong><\/p>\n\n<pre><code>[jqdpostthumbs qty=\"10\"]\n<\/code><\/pre>\n\n<p>The <code>qty<\/code> option can be set to any number you like. Your page width will help you determine your maximum. As a point of reference,\na page that is 850px wide with no sidebar looks good at <code>qty=\"14\"<\/code>.<\/p>\n\n<p><strong>Show Custom Post Type<\/strong><\/p>\n\n<pre><code>[jqdpostthumbs type=\"my-custom-post-type\"]\n<\/code><\/pre>\n\n<p>The <code>type<\/code> option can be set to <code>page<\/code>, or to the name of any custom post type.<\/p>\n\n<p><strong>Hide Post Titles (Since 2.0)<\/strong><\/p>\n\n<pre><code>[jqdpostthumbs notitle=\"true\"]\n<\/code><\/pre>\n\n<p>Prevent the title of the post from appearing over the thumbnail using this shortcode.<\/p>\n\n<p><strong>Control Order of Posts (Since 2.0)<\/strong><\/p>\n\n<pre><code>[jqdpostthumbs order=\"ASC\" orderby=\"title\"]\n<\/code><\/pre>\n\n<p>Control the order in which post thumbnails are displayed using these options. The only valid choice for <code>order<\/code> is <code>ASC<\/code>;\ndefault is <code>DESC<\/code>. For <code>orderby<\/code>, you can choose: <code>none<\/code>, <code>ID<\/code>, <code>author<\/code>, <code>title<\/code>, <code>date<\/code>, <code>modified<\/code>, <code>parent<\/code>, <code>comment_count<\/code>,\nor <code>menu_order<\/code>; default is <code>rand<\/code>.<\/p>\n\n<p><strong>Show Image Gallery (Since 2.0)<\/strong><\/p>\n\n<pre><code>[jqdgallery]\n<\/code><\/pre>\n\n<p>Show a random set of 5 image thumbnails attached to the current post, which link to the full size images.<\/p>\n\n<p><strong>Control Number of Thumbnails<\/strong><\/p>\n\n<pre><code>[jqdgallery qty=\"10\"]\n<\/code><\/pre>\n\n<p>Same as with post thumbnails, the <code>qty<\/code> option can be set to any number you like. Your page width will help you determine your\nmaximum. As a point of reference, a page that is 850px wide with no sidebar looks good at <code>qty=\"14\"<\/code>.<\/p>\n\n<p><strong>Show Images From Specific Post (Since 2.0)<\/strong><\/p>\n\n<pre><code>[jqdgallery id=\"10\"]\n<\/code><\/pre>\n\n<p>Set the post ID to show images attached to a specific post\/page. Defaults to the current post\/page.<\/p>\n\n<p><strong>Hide Image Titles (Since 2.0)<\/strong><\/p>\n\n<pre><code>[jqdgallery notitle=\"true\"]\n<\/code><\/pre>\n\n<p>Same as with post thumbnails, prevent the title of the image from appearing over the thumbnail using this shortcode.<\/p>\n\n<p><strong>Set Image Link Attributes (Since 2.0)<\/strong><\/p>\n\n<pre><code>[jqdgallery target=\"blank\" class=\"my-class\" rel=\"my-rel\"]\n<\/code><\/pre>\n\n<p>This may be useful if you want to combine jqDock Image Gallery with a Lightbox plugin that requires a special <code>class<\/code> or <code>rel<\/code>.<\/p>\n\n<p><strong>About This Plugin<\/strong><\/p>\n\n<p>For more information about this plugin, visit: http:\/\/mynewsitepreview.com\/jqdpostthumbs\/<\/p>\n\n<p>To see a live demo, visit: http:\/\/mynewsitepreview.com\/jqdpostthumbs-wordpress-plugin-live-demo<\/p>\n\n<p><strong>About jqDock<\/strong><\/p>\n\n<p>jqDock, which powers this WordPress plugin, is an awesome jQuery plugin developed by Roger Barrett and inspired by Isaac Rocca's \"iconDock\" plugin.<\/p>\n\n<p>Documentation for jqDock can be found at: http:\/\/www.wizzud.com\/jqDock\/<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the entire folder to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Insert the shortcode <code>[jqdpostthumbs]<\/code> or <code>[jqdgallery]<\/code> in any post or page<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>How do I style the jqDock?<\/dt>\n<dd><p>Add this code to your theme's <code>style.css<\/code> and edit as you see fit:<\/p>\n\n<pre><code>.jqd_container {\n    margin-top: 50px !important;\n    margin-bottom: 50px !important;\n    width: 100% !important;\n}\n\n.jqd_menu {\n    position: relative !important;\n    width: 100% !important;\n}\n\n.jqd_menu div.jqDockWrap {\n    margin: 0 auto !important;\n}\n\n.jqd_menu div.jqDock {\n    cursor: pointer !important;\n}\n\n.jqd_menu div.jqDock img {\n    -webkit-box-shadow: 0px 2px 3px 1px #999 !important;\n    -moz-box-shadow: 0px 2px 3px 1px #999 !important;\n    box-shadow: 0px 2px 3px 1px #999 !important;\n}\n\ndiv.jqDockLabel {\n    background-color: rgba(100, 100, 100, .6) !important;\n    color: #fff !important;\n    cursor: pointer !important;\n    font-weight: bold !important;\n    padding: 0 6px !important;\n    white-space: nowrap !important;\n}\n<\/code><\/pre>\n\n<p>Do not change the <code>display<\/code> value for <code>.jqd_menu<\/code>, and be sure to keep the <code>!important<\/code> to override the default plugin styles.<\/p><\/dd>\n<dt>Can I change the behavior of the jqDock?<\/dt>\n<dd><p>Yes. All of the documentation for jqDock can be found here: http:\/\/www.wizzud.com\/jqDock\/<\/p>\n\n<p>In order to change the jqDock settings for this plugin, you need to make a copy of this file:  <code>\/scripts\/jqDock.options.js<\/code><\/p>\n\n<p>Save your copy of the file as: <code>\/scripts\/jqDock.custom.js<\/code><\/p>\n\n<p>Then edit your copy as you see fit, and the plugin will use your settings instead.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>2.0<\/h4>\n\n<ul>\n<li>Added options to hide title of a post or image.<\/li>\n<li>Added option to control the order of post thumbnails.<\/li>\n<li>Added new shortcode to display image attachment thumbs as well as post thumbs.<\/li>\n<li>Added options to set image link attributes for gallery images.<\/li>\n<li>Fixed bug that prevented custom jqDock settings from loading correctly.<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>First public release.<\/li>\n<\/ul>","raw_excerpt":"This plugin allows you to create a Mac-like Dock menu with post thumbnail links or an image gallery in any post or page, using a simple shortcode.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/15669","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=15669"}],"author":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/sscovil"}],"wp:attachment":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=15669"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=15669"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=15669"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=15669"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=15669"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=15669"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}