{"id":41159,"date":"2016-01-09T05:50:20","date_gmt":"2016-01-09T05:50:20","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/perfect-gallery-slider\/"},"modified":"2016-01-14T02:57:42","modified_gmt":"2016-01-14T02:57:42","slug":"perfect-gallery-slider","status":"publish","type":"plugin","link":"https:\/\/es.wordpress.org\/plugins\/perfect-gallery-slider\/","author":14745875,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0","stable_tag":"trunk","tested":"4.4.34","requires":"3.5","requires_php":"","requires_plugins":"","header_name":"Perfect Gallery Slider","header_author":"module.express","header_description":"","assets_banners_color":"","last_updated":"2016-01-14 02:57:42","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/beautiful-module.com\/demo\/perfect-gallery-slider-2\/","header_plugin_uri":"","header_author_uri":"http:\/\/beautiful-module.com","rating":0,"author_block_rating":0,"active_installs":10,"downloads":1760,"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":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":[],"screenshots":{"1":"Design-1","2":"Design-2","3":"Design-3","4":"Designs Views from admin side","5":"Catagroies shortcode"}},"plugin_section":[],"plugin_tags":[48631,48630,48629,7518,48628],"plugin_category":[50],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-41159","plugin","type-plugin","status-publish","hentry","plugin_tags-header-gallery-slider","plugin_tags-mobile-tuch-image-slider","plugin_tags-perfect-gallery-slider","plugin_tags-responsive-header-gallery-slider","plugin_tags-responsive-perfect-gallery-slider","plugin_category-media","plugin_committers-moduleexpress"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/perfect-gallery-slider.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>This plugin add a Responsive header perfect gallery slider in your website. Also you can add Responsive perfect gallery slider page and mobile tuch slider in to your wordpress website.<\/p>\n\n<p>View <a href=\"http:\/\/beautiful-module.com\/demo\/perfect-gallery-slider-2\/\">DEMO<\/a> for additional information.<\/p>\n\n<h4>Installation help and support<\/h4>\n\n<ul>\n<li>Please check <a href=\"http:\/\/beautiful-module.com\/documents\/wordpress\/perfect-gallery-slider.v.1.0.docx\">Installation and Document<\/a>  on our website.<\/li>\n<\/ul>\n\n<p>The plugin adds a \"Responsive header perfect gallery slider\" tab to your admin menu, which allows you to enter Image Title, Content, Link and image items just as you would regular posts.<\/p>\n\n<p>Also added 3 designs \"Responsive perfect gallery slider-&gt; Slider Designs\". Select the design that you like and use shortcode. Also given complete shortcode.<\/p>\n\n<p>To use this plugin just copy and past this code in to your header.php file or template file<\/p>\n\n<pre><code>    &lt;div class=\"headerslider\"&gt;\n    &lt;?php echo do_shortcode('[sp_responsivegallery]'); ?&gt;\n    &lt;\/div&gt;\n<\/code><\/pre>\n\n<p>You can also use this perfect gallery slider inside your page with following shortcode \n    [sp_responsivegallery]<\/p>\n\n<p>If you want to select the design then you can use following parameter :\n    [sp_responsivegallery design=\"design-1\"] \nWhere design: design-1, design-2, design-3<\/p>\n\n<p>Display perfect gallery slider catagroies wise :\n    [sp_responsivegallery cat_id=\"cat_id\"]\nYou can find this under  \"Perfect gallery slider-&gt; Gallery Category\".<\/p>\n\n<h4>Complete shortcode is<\/h4>\n\n<pre><code>[sp_responsivegallery design=\"design-1\" cat_id=\"2\" gallery_width=\"1024\"\n gallery_height=\"300\" slider_transition=\"fade\" slider_transition_speed=\"300\"\n gallery_autoplay=\"true\" gallery_play_interval=\"3000\" enable_fullscreen_button=\"true\" enable_play_button=\"true\"]\n<\/code><\/pre>\n\n<p>Parameters are :<\/p>\n\n<ul>\n<li><strong>limit<\/strong> : [sp_responsivegallery limit=\"-1\"] (Limit define the number of images to be display at a time. By default set to \"-1\" ie all images. eg. if you want to display only 5 images then set limit to limit=\"5\")<\/li>\n<li><strong>design<\/strong> : [sp_responsivegallery design=\"design-1\"] (Display image slider with 3 designs. value is design-1, design-2, design-3)<\/li>\n<li><strong>cat_id<\/strong> : [sp_responsivegallery cat_id=\"2\"] (Display Image slider catagroies wise.) <\/li>\n<li><strong>slider_transition<\/strong> : [sp_responsivegallery slider_transition=\"slide\"] (Image slider effect. value is \"slide\" OR \"fade\")<\/li>\n<li><strong>slider_transition_speed<\/strong> : [sp_responsivegallery slider_transition_speed=\"3000\"] (Set slider speed)<\/li>\n<li><strong>gallery_autoplay<\/strong> : [sp_responsivegallery autoplay=\"true\"] (Set autoplay or not. value is \"true\" OR \"false\")<\/li>\n<li><strong>gallery_play_interval<\/strong> : [sp_responsivegallery autoplay_interval=\"3000\"] (Set autoplay interval)<\/li>\n<\/ul>\n\n<h4>Added new Features<\/h4>\n\n<ul>\n<li>3 Design.<\/li>\n<li>Shortcode parameters. <\/li>\n<li>Add custom link to image.<\/li>\n<li>Display muliple image slider on your website.<\/li>\n<li>Display Image slider catagroies wise   <\/li>\n<\/ul>\n\n<h4>Features include:<\/h4>\n\n<ul>\n<li>Mobile tuch slide<\/li>\n<li>Responsive<\/li>\n<li>Shortcode <code>[sp_responsivegallery]<\/code><\/li>\n<li>Php code for place image slider into your website header  <code>&lt;div class=\"headerslider\"&gt; &lt;?php echo do_shortcode('[sp_responsivegallery]'); ?&gt;&lt;\/div&gt;<\/code><\/li>\n<li>Image slider inside your page with following shortcode <code>[sp_responsivegallery]<\/code><\/li>\n<li>Easy to configure<\/li>\n<li>Smoothly integrates into any theme<\/li>\n<li>CSS and JS file for custmization<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Upload the 'perfect-gallery-slider' folder to the '\/wp-content\/plugins\/' directory.<\/li>\n<li>Activate the 'Perfect gallery slider' list plugin through the 'Plugins' menu in WordPress.<\/li>\n<li>If you want to place perfect gallery slider into your website header, please copy and paste following code in to your header.php file  <code>&lt;div class=\"headerslider\"&gt; &lt;?php echo do_shortcode('[sp_responsivegallery limit=\"-1\"]'); ?&gt;&lt;\/div&gt;<\/code><\/li>\n<li>You can also display this perfect gallery slider inside your page with following shortcode <code>[sp_responsivegallery limit=\"-1\"]<\/code><\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Are there shortcodes for perfect gallery slider items?<\/dt>\n<dd><p>If you want to place gallery slider into your website header, please copy and paste following code in to your header.php file  <code>&lt;div class=\"headerslider\"&gt; &lt;?php echo do_shortcode('[sp_responsivegallery limit=\"-1\"]'); ?&gt;&lt;\/div&gt;<\/code><\/p>\n\n<p>You can also display this perfect gallery slider inside your page with following shortcode <code>[sp_responsivegallery limit=\"-1\"]<\/code><\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0<\/h4>\n\n<p>Initial release<\/p>","raw_excerpt":"A quick, easy way to add an Responsive header image slider OR Responsive perfect gallery slider inside wordpress page OR Template.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/41159","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=41159"}],"author":[{"embeddable":true,"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/moduleexpress"}],"wp:attachment":[{"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=41159"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=41159"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=41159"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=41159"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=41159"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=41159"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}