{"id":4247254,"date":"2013-10-23T09:57:39","date_gmt":"2013-10-23T09:57:39","guid":{"rendered":"https:\/\/wordpress.org\/support\/topic\/minqueue-notifications\/"},"modified":"2016-08-21T06:19:24","modified_gmt":"2016-08-21T06:19:24","slug":"minqueue-notifications","status":"closed","type":"topic","link":"https:\/\/wordpress.org\/support\/topic\/minqueue-notifications\/","title":{"rendered":"minQueue Notifications"},"content":{"rendered":"<p>Hey &#8211; I seriously love this plugin &#8211; it provides me with the power to order, minify and stick all my scripts and styles into single large files &#8211; allowing me to work on unminified versions locally.. and not need to compile minified versions to upload &#8211; ideal!<\/p>\n<p>It also does what W3TC a BWPMinify can never do &#8211; and that&#8217;s minify all the scripts into a single file without causing dependency or order based issues.<\/p>\n<p>To be picky &#8211; there is one thing that bothers me &#8211; WPMU does it far too often ( an extreme example ) &#8211; they add notifications to all WP admin screens when it&#8217;s not really required.<\/p>\n<p>Perhaps your notice about the helper function being active is not really &#8220;so&#8221; important that it should be stuck at the top of all pages &#8211; simple fix would be something like:<\/p>\n<p>class.minqueue-admin.php:320<\/p>\n<pre><code>function display_admin_notices() {\n\n\t\t$current_screen = get_current_screen();\n\n\t\tif ( &#039;settings_page_minqueue&#039; == $current_screen-&gt;id ) {\n\n                    \/\/ show reminder about helper ##\n                    if ( isset( $this-&gt;options[&#039;helper&#039;] ) &amp;&amp; $this-&gt;options[&#039;helper&#039;] === true ) {\n                        $this-&gt;admin_notices-&gt;add_notice( &#039;MinQueue helper is currently active&#039;, true );\n                    }\n\n                    \/\/ hide plugin activation notice ##\n                    $this-&gt;admin_notices-&gt;delete_notice( &#039;minqueue_min_activation_notice&#039; );\n\t\t}\n\n\t}<\/code><\/pre>\n<p>Thanks for all your hard work &#8211; this is well written, well planned and nicely executed plugin!<\/p>\n<p>Ray<\/p>\n<p>https:\/\/wordpress.org\/plugins\/minqueue\/<\/p>\n","protected":false},"template":"","class_list":["post-4247254","topic","type-topic","status-closed","hentry","topic-tag-question"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/4247254","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":0,"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/4247254\/revisions"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=4247254"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}