{"id":14276,"date":"2011-09-02T14:16:52","date_gmt":"2011-09-02T14:16:52","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wp-vertical-gallery\/"},"modified":"2013-01-24T13:02:54","modified_gmt":"2013-01-24T13:02:54","slug":"wp-vertical-gallery","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/wp-vertical-gallery\/","author":8172669,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"2.3","stable_tag":"trunk","tested":"3.4.2","requires":"3.0","requires_php":"","requires_plugins":"","header_name":"Vertical Slideshow","header_author":"WP Slideshow","header_description":"","assets_banners_color":"dfe6db","last_updated":"2013-01-24 13:02:54","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/vm.xmlswf.com\/wordpress-plugins\/wp-vertical-gallery","header_author_uri":"http:\/\/wpslideshow.com","rating":0,"author_block_rating":0,"active_installs":10,"downloads":7055,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":"627661","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-3.gif":{"filename":"screenshot-3.gif","revision":"1539143","resolution":"3","location":"plugin"},"screenshot-5.gif":{"filename":"screenshot-5.gif","revision":"1539143","resolution":"5","location":"plugin"},"screenshot-2.gif":{"filename":"screenshot-2.gif","revision":"1539143","resolution":"2","location":"plugin"},"screenshot-6.gif":{"filename":"screenshot-6.gif","revision":"1539143","resolution":"6","location":"plugin"},"screenshot-4.gif":{"filename":"screenshot-4.gif","revision":"1539143","resolution":"4","location":"plugin"},"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"1539143","resolution":"1","location":"plugin"}},"screenshots":{"1":"<p>screenshot-1.jpg - Slideshow front end.<\/p>","2":"<p>screenshot-2.gif - Add new album \/ category.<\/p>","3":"<p>screenshot-3.gif - Edit image.<\/p>","4":"<p>screenshot-4.png - bulk upload.<\/p>","5":"<p>screenshot-5.gif - edit album \/ category.<\/p>","6":"<p>screenshot-6.gif - short code to be placed in the content.<\/p>"}},"plugin_section":[],"plugin_tags":[210,2141,611,208,89737],"plugin_category":[50],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-14276","plugin","type-plugin","status-closed","hentry","plugin_tags-gallery","plugin_tags-image-slider","plugin_tags-slider","plugin_tags-slideshow","plugin_tags-vertical-slideshow","plugin_category-media","plugin_committers-wpslideshow"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wp-vertical-gallery_dfe6db.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/wp-vertical-gallery\/trunk\/screenshot-1.jpg?rev=1539143","caption":"<p>screenshot-1.jpg - Slideshow front end.<\/p>"},{"src":"https:\/\/ps.w.org\/wp-vertical-gallery\/trunk\/screenshot-2.gif?rev=1539143","caption":"<p>screenshot-2.gif - Add new album \/ category.<\/p>"},{"src":"https:\/\/ps.w.org\/wp-vertical-gallery\/trunk\/screenshot-3.gif?rev=1539143","caption":"<p>screenshot-3.gif - Edit image.<\/p>"},{"src":"https:\/\/ps.w.org\/wp-vertical-gallery\/trunk\/screenshot-4.gif?rev=1539143","caption":"<p>screenshot-4.png - bulk upload.<\/p>"},{"src":"https:\/\/ps.w.org\/wp-vertical-gallery\/trunk\/screenshot-5.gif?rev=1539143","caption":"<p>screenshot-5.gif - edit album \/ category.<\/p>"},{"src":"https:\/\/ps.w.org\/wp-vertical-gallery\/trunk\/screenshot-6.gif?rev=1539143","caption":"<p>screenshot-6.gif - short code to be placed in the content.<\/p>"}],"raw_content":"<!--section=description-->\n<p>To diplsay the slider, use [vertical] snippet in your content. Vertical slideshow is free wordpress slider addon that allows to create categories and upload images under the categories.<\/p>\n\n<p><strong>Features<\/strong><\/p>\n\n<ul>\n<li>Customizable gallery width and gallery height<\/li>\n<li>Customizable image height and width<\/li>\n<li>Image description<\/li>\n<li>Customizable font sizes and colors<\/li>\n<li>Customizable auto play time<\/li>\n<li>Full screen enable\/disable<\/li>\n<li>Thumbnail bar position (left\/right)<\/li>\n<li>Play\/Pause, next,previous images <\/li>\n<\/ul>\n\n<p>For working demo : http:\/\/wpslideshow.com\/vertical-gallery<\/p>\n\n<p>Installation Video: http:\/\/www.youtube.com\/watch?feature=player_embedded&amp;v=JdpMLgZVYNM<\/p>\n\n<!--section=installation-->\n<ol>\n<li><p>Install automatically through the \"Plugins\", \"Add New\" menu in WordPress, or upload the <code>vertical<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory.<\/p><\/li>\n<li><p>Click on \"Activate Plugin\" to Activate the plugin or Activate the plugin by click on <code>Plugins<\/code> menu and click on activate link below plugin name.<\/p><\/li>\n<li><p>You can find \"Vertical Slideshow\" link  on left side menu. Go to album management under Vertical slideshow and create categories and upload images into those catetegories.<\/p><\/li>\n<\/ol>\n\n<h4>short codes for content<\/h4>\n\n<ul>\n<li><p><code>[vertical]<\/code> - Use this short code in the content \/ post to display all images under all categories which are not disabled.<\/p><\/li>\n<li><p><code>[vertical cats=2,3]<\/code> - Use this short code in the content \/ post to display all images under the categories with ID's 2,3.<\/p><\/li>\n<li><p><code>[vertical imgs=1,2,3]<\/code> - Use this short code in the content \/ post to display images which has ID's 1,2,3.<\/p><\/li>\n<\/ul>\n\n<h4>short codes for template<\/h4>\n\n<ul>\n<li><p><code>&lt;?php echo do_shortcode('[vertical]');?&gt;<\/code> - Use this short code in the template (php file) to display all images under all categories which are not disabled.<\/p><\/li>\n<li><p><code>&lt;?php echo do_shortcode('[vertical cats=2,3]');?&gt;<\/code> - Use this short code in the template (php file) to display all images under the categories with ID's 2,3.<\/p><\/li>\n<li><p><code>&lt;?php echo do_shortcode('[vertical imgs=1,2,3]');?&gt;<\/code> - Use this short code in the template (php file) to display images which has ID's 1,2,3.<\/p><\/li>\n<\/ul>\n\n<h4>Installation Video<\/h4>\n\n<p>For working demo : http:\/\/wpslideshow.com\/vertical-gallery<\/p>\n\n<p>Installation Video: http:\/\/www.youtube.com\/watch?feature=player_embedded&amp;v=JdpMLgZVYNM<\/p>\n\n<ul>\n<li>Still if you have problems in using this plugin please open a support ticket at http:\/\/support.xmlswf.com<\/li>\n<\/ul>\n\n<!--section=changelog-->\n<p>= 2.0=<\/p>\n\n<p>We rebuilt it in a way to support categoris and bulk images. It is not possible to upgrade to new version, you just need to uninstall old one an install new one.<\/p>\n\n<p>= 2.1=<\/p>\n\n<p>Where ever you place the short code, there only the slider shows. Previously it use to show on top of content.<\/p>\n\n<p>=2.2=<\/p>\n\n<p>Fixed seciruty bugs<\/p>","raw_excerpt":"To diplsay the slider, use [vertical] snippet in your content. Vertical slideshow is free wordpress slider addon that allows to create categories and  &hellip;","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/14276","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=14276"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/wpslideshow"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=14276"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=14276"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=14276"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=14276"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=14276"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=14276"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}