Skip to content

Commit

Permalink
Merge pull request #18 from themebeez/dev
Browse files Browse the repository at this point in the history
2.0.9 Update
  • Loading branch information
Asok17 authored Jul 18, 2021
2 parents 2708d61 + 71d7c6c commit 7fffe13
Show file tree
Hide file tree
Showing 11 changed files with 380 additions and 215 deletions.
106 changes: 4 additions & 102 deletions assets/dist/css/main.css

Large diffs are not rendered by default.

8 changes: 1 addition & 7 deletions assets/dist/css/main.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/dist/js/bundle.min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions assets/src/scss/custom/_style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,7 @@ body.no-sidebar.boxed .alignwide {
*/


#recentcomments,
.widget_recent_comments ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
Expand All @@ -1040,7 +1040,7 @@ body.no-sidebar.boxed .alignwide {
padding: 0px 0px;
}

#recentcomments .recentcomments,
.widget_recent_comments ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li,
Expand Down Expand Up @@ -1237,7 +1237,7 @@ body.no-sidebar.boxed .alignwide {
margin-top: 15px;
}

.sidebar #recentcomments .recentcomments,
.sidebar .widget_recent_comments ul li,
.sidebar .widget_archive ul li,
.sidebar .widget_categories ul li,
.sidebar .widget_meta ul li,
Expand Down Expand Up @@ -1323,7 +1323,7 @@ body.no-sidebar.boxed .alignwide {
padding-bottom: 0px;
}

.footer #recentcomments .recentcomments,
.footer .widget_recent_comments ul li,
.footer .widget_archive ul li,
.footer .widget_categories ul li,
.footer .widget_meta ul li,
Expand Down
7 changes: 7 additions & 0 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,13 @@ function royale_news_setup() {
'flex-width' => true,
'flex-height' => true,
) );

/**
* Remove block widget support in WordPress version 5.8 & later
*
* @link https://make.wordpress.org/core/2021/06/29/block-based-widgets-editor-in-wordpress-5-8/
*/
remove_theme_support( 'widgets-block-editor' );
}
endif;
add_action( 'after_setup_theme', 'royale_news_setup' );
Expand Down
Loading

0 comments on commit 7fffe13

Please sign in to comment.