mirror of
https://github.com/Frumph/comicpress.git
synced 2026-01-31 02:05:17 +01:00
Reduce WPCS Messages Part 11
This commit is contained in:
@@ -74,7 +74,7 @@ function comicpress_enqueue_theme_scripts() {
|
||||
if ( ! comicpress_themeinfo( 'disable_scroll_to_top' ) ) {
|
||||
wp_enqueue_script( 'comicpress_scroll', get_template_directory_uri() . '/js/scroll.js', null, null, true );
|
||||
}
|
||||
if ( comicpress_themeinfo( 'enable_avatar_trick' ) && ! $is_IE) {
|
||||
if ( comicpress_themeinfo( 'enable_avatar_trick' ) && ! $is_IE ) {
|
||||
wp_enqueue_script( 'themetricks_historic1', get_template_directory_uri() . '/js/cvi_text_lib.js', null, null, true );
|
||||
wp_enqueue_script( 'themetricks_historic2', get_template_directory_uri() . '/js/instant.js', null, null, true );
|
||||
}
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
/*
|
||||
/*
|
||||
Style Specifically for the Gutenberg Editor
|
||||
*/
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
|
||||
@media screen and ( min-width: 768px ) {
|
||||
.edit-post-visual-editor .editor-post-title,
|
||||
.edit-post-visual-editor .editor-block-list__block {
|
||||
max-width: 1100px;
|
||||
}
|
||||
}
|
||||
.edit-post-visual-editor .editor-post-title,
|
||||
.edit-post-visual-editor .editor-block-list__block {
|
||||
max-width: 1100px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
<?php if ( ! comicpress_sidebars_disabled() ) comicpress_get_sidebar( 'under-blog' ); ?>
|
||||
<?php
|
||||
if ( ! comicpress_sidebars_disabled() ) comicpress_get_sidebar( 'under-blog' );
|
||||
?>
|
||||
|
||||
</div>
|
||||
|
||||
<?php
|
||||
if ( ! comicpress_is_signup() && ! comicpress_sidebars_disabled() ) {
|
||||
if ( comicpress_is_layout( '3clgn' ) ) comicpress_get_sidebar( 'right' );
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
/* translators: Content for search button */
|
||||
esc_html_e( '»', 'comicpress' );
|
||||
?>
|
||||
|
||||
</button>
|
||||
</form>
|
||||
|
||||
|
||||
@@ -712,7 +712,6 @@ ul.children {
|
||||
font-size: 13px;
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
textarea#comment {
|
||||
@@ -1467,7 +1466,8 @@ table#wp-calendar td {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.ie .searchform button, .ie #submit {
|
||||
.ie .searchform button,
|
||||
.ie #submit {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
border: 1px solid #888;
|
||||
|
||||
Reference in New Issue
Block a user