MultiContentBlock err messages, ninjaforms submissions clearer
authorLaury GvR <laury@gaslightmedia.com>
Tue, 19 May 2015 17:15:07 +0000 (13:15 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 19 May 2015 17:15:07 +0000 (13:15 -0400)
Gaslightify.php
css/Gaslightify.css
js/Gaslightify.js

index 7ca933d..37c694c 100755 (executable)
@@ -4,7 +4,7 @@
 Plugin Name: Gaslightify
 Plugin URI: http://URI_Of_Page_Describing_Plugin_and_Updates
 Description: A gasline to a Wordpress website.
-Version: 1.4.8
+Version: 1.4.10
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 License: Gaslight Media
index e35d348..bdaacb5 100755 (executable)
@@ -39,11 +39,11 @@ select[name="seo_filter"],
 }*/
 
 #wpadminbar #toplevel_page_metaslider .dashicons-before:before {
-       content: "\f233" !important;
+    content: "\f233" !important;
 }
 
 // To make the intended action on the initial ninja forms submission page clearer
-#wpbody-content .widefat #the-list .no-items td {
-    font-size: 18px !important;
-    font-weight: bold !important;
+#wpbody-content .widefat #the-list tr.no-items td.colspanchange {
+    font-size: 18px;
+    font-weight: bold;
 }
\ No newline at end of file
index 91ee4f7..ebfc62b 100755 (executable)
@@ -32,4 +32,9 @@ jQuery(document).ready(function(){
         jQuery("#wp-admin-bar-wp-logo > .ab-item").attr("href","#").attr("title","");
         jQuery('#wp-admin-bar-my-account > a').attr("href","#").attr("title","");
         jQuery('#wp-admin-bar-user-info > a').attr("href","#");
+        
+        /* Multiple Content Blocks */
+        jQuery('#multiple-content-blocks-box p:contains("It doesn\'t look like")').css('display','none');
+        jQuery('#multiple-content-blocks-box p:contains("To turn off this option")').css('display','none');
+            
 });