{"id":24014,"date":"2013-06-28T01:11:19","date_gmt":"2013-06-28T01:11:19","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wp-widget-gallery\/"},"modified":"2015-05-22T01:38:53","modified_gmt":"2015-05-22T01:38:53","slug":"wp-widget-gallery","status":"publish","type":"plugin","link":"https:\/\/ru.wordpress.org\/plugins\/wp-widget-gallery\/","author":11814109,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.5.3","stable_tag":"trunk","tested":"3.9.40","requires":"3.5","requires_php":"","requires_plugins":"","header_name":"WP-Widget Gallery","header_author":"eyouth { rob.panes } | scoopdesign.com.au","header_description":"","assets_banners_color":"f9fafb","last_updated":"2015-05-22 01:38:53","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_donations&business=33HE6UC8VRNRU&lc=PH&item_name=Charity%20Thermometer&item_number=charterm\u00a4cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted","header_plugin_uri":"http:\/\/scoopdesign.com.au","header_author_uri":"http:\/\/scoodpesign.com.au","rating":2.3,"author_block_rating":0,"active_installs":100,"downloads":21121,"num_ratings":6,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.5.3":"<ul>\n<li>Update on prettyPhoto XSS exploit - reported by WP.<\/li>\n<\/ul>","1.5.2":"<ul>\n<li>Important update for lightbox function.<\/li>\n<\/ul>","1.5.1":"<ul>\n<li>Fix conflict script on set featured image for post and pages.<\/li>\n<\/ul>","1.5":"<ul>\n<li>Add option to activate widget carousel.<\/li>\n<\/ul>","1.4":"<ul>\n<li>Update error on activation and widget initiation.<\/li>\n<\/ul>","1.2":"<ul>\n<li>Update WP-Widget frontend image gallery.<\/li>\n<\/ul>","1.1":"<ul>\n<li>Update WP-Widget Media upload.<\/li>\n<\/ul>"},"ratings":{"1":"3","2":"1","3":0,"4":"1","5":"1"},"assets_icons":[],"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":"733185","resolution":"772x250","location":"assets","width":772,"height":250}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","1.1","1.2","1.3","1.4","1.5","1.5.1","1.5.2","1.5.3"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"733189","resolution":"1","location":"assets","width":600,"height":284}},"screenshots":{"1":"This is the screenshot for the admin of the wp-widget gallery plugin."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[210,168,71746,162,54342],"plugin_category":[43,50],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-24014","plugin","type-plugin","status-publish","hentry","plugin_tags-gallery","plugin_tags-sidebar","plugin_tags-sidebar-gallery","plugin_tags-widget","plugin_tags-wp-widget","plugin_category-customization","plugin_category-media","plugin_committers-eyouthace"],"banners":{"banner":"https:\/\/ps.w.org\/wp-widget-gallery\/assets\/banner-772x250.png?rev=733185","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wp-widget-gallery_f9fafb.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/wp-widget-gallery\/assets\/screenshot-1.png?rev=733189","caption":"This is the screenshot for the admin of the wp-widget gallery plugin."}],"raw_content":"<!--section=description-->\n<p>This WordPress plugin allows user to create a gallery for widgets. This plugin also has the ability to display it on page of your choice.<\/p>\n\n<p>Any errors or bugs you find please use the support forum.<\/p>\n\n<p>If you find this plugin helpful, we appreciate if you give us your review.<\/p>\n\n<h3>Arbitrary section 1<\/h3>\n\n<h4>1.5.1<\/h4>\n\n<ul>\n<li>Fix conflict script on set featured image for post and pages. <\/li>\n<\/ul>\n\n<h4>1.5<\/h4>\n\n<ul>\n<li>Add option to activate widget carousel.<\/li>\n<\/ul>\n\n<h4>1.4<\/h4>\n\n<ul>\n<li>Update error on activation and widget initiation.<\/li>\n<\/ul>\n\n<h4>1.3<\/h4>\n\n<ul>\n<li>Small thumb as suggested by Ross Dawson. Added lightbox and masonry for small thumb.<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Upload wp-widget-gallery folder to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>How to change display for small devices using jquery?<\/dt>\n<dd><p>In your theme script add the following script :<\/p>\n\n<p>\/\/Just use the necessary number to make your condition right.<\/p>\n\n<p>\/\/Sample : For IPAD and Android tablets \/ Portrait<\/p>\n\n<p>if( jQuery(window).width() &lt; 767 ){\n    jQuery('.wpwidget-slideshow').attr('data-cycle-carousel-visible', 2)\n}<\/p>\n\n<p>\/\/Sample : For mobile phones \/ Portrait<\/p>\n\n<p>if( jQuery(window).width() &lt; 567 ){\n    jQuery('.wpwidget-slideshow').attr('data-cycle-carousel-visible', 1)\n}<\/p><\/dd>\n<dt>How to hide prev\/next button on small devices<\/dt>\n<dd><p>if( jQuery(window).width() &lt; 767 ){\n    jQuery('.wpwidget-button').css({display:'none'})\n}<\/p>\n\n<p>if( jQuery(window).width() &lt; 567 ){\n    jQuery('.wpwidget-button').css({display:'none'})\n}<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.5.3<\/h4>\n\n<ul>\n<li>Update on prettyPhoto XSS exploit - reported by WP.<\/li>\n<\/ul>\n\n<h4>1.5.2<\/h4>\n\n<ul>\n<li>Change lightbox plugin.<\/li>\n<li>Add share buttons to twitter and facebook.<\/li>\n<li>Fix upload button if widget is active. Currently you need to refresh the page in order for the upload button to work. <\/li>\n<\/ul>\n\n<h4>1.5.1<\/h4>\n\n<ul>\n<li>Fix conflict script on set featured image for post and pages. <\/li>\n<\/ul>\n\n<h4>1.5<\/h4>\n\n<ul>\n<li>Add option to activate widget carousel.<\/li>\n<\/ul>\n\n<h4>1.4<\/h4>\n\n<ul>\n<li>Update header generated error.<\/li>\n<\/ul>\n\n<h4>1.3<\/h4>\n\n<ul>\n<li>Update WP-Widget wp-media upload.<\/li>\n<\/ul>\n\n<h4>1.2<\/h4>\n\n<ul>\n<li>Update WP-Widget frontend image gallery.<\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<ul>\n<li>Update WP-Widget Media upload.<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial plugin version<\/li>\n<\/ul>","raw_excerpt":"This WordPress plugin allows user to create a gallery for widgets. This plugin also has the ability to display it on page of your choice.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/24014","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=24014"}],"author":[{"embeddable":true,"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/eyouthace"}],"wp:attachment":[{"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=24014"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=24014"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=24014"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=24014"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=24014"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=24014"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}