From: Laury GvR Date: Tue, 19 May 2015 17:15:07 +0000 (-0400) Subject: MultiContentBlock err messages, ninjaforms submissions clearer X-Git-Tag: v1.4.9^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=d7b66d64667e0c648f00989f1904afb25a9d5952;p=WP-Plugins%2FGaslightify.git MultiContentBlock err messages, ninjaforms submissions clearer --- diff --git a/Gaslightify.php b/Gaslightify.php index 7ca933d..37c694c 100755 --- a/Gaslightify.php +++ b/Gaslightify.php @@ -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 diff --git a/css/Gaslightify.css b/css/Gaslightify.css index e35d348..bdaacb5 100755 --- a/css/Gaslightify.css +++ b/css/Gaslightify.css @@ -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 diff --git a/js/Gaslightify.js b/js/Gaslightify.js index 91ee4f7..ebfc62b 100755 --- a/js/Gaslightify.js +++ b/js/Gaslightify.js @@ -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'); + });