This commit is contained in:
AlxMedia 2021-08-25 11:19:30 +02:00
parent e6ca613650
commit 4f3c46fa5e
3 changed files with 12 additions and 6 deletions

View file

@ -62,9 +62,11 @@
<div class="wrap-content"> <div class="wrap-content">
<div class="wrap-content-top group"> <div class="wrap-content-top group">
<div class="wrap-content-top-search"> <?php if ( get_theme_mod( 'header-search', 'on' ) == 'on' ): ?>
<?php get_search_form(); ?> <div class="wrap-content-top-search">
</div> <?php get_search_form(); ?>
</div>
<?php endif; ?>
<?php if ( get_theme_mod( 'header-social', 'on' ) == 'on' ): ?> <?php if ( get_theme_mod( 'header-social', 'on' ) == 'on' ): ?>
<?php instorm_social_links() ; ?> <?php instorm_social_links() ; ?>
<?php endif; ?> <?php endif; ?>

View file

@ -4,7 +4,7 @@ Requires at least: 5.0
Tested up to: 5.8 Tested up to: 5.8
License: GPLv3 License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0 License URI: http://www.gnu.org/licenses/gpl-3.0
Tags: portfolio, photography, blog, one-column, two-columns, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, custom-logo, custom-header, custom-background Tags: portfolio, photography, blog, one-column, two-columns, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, custom-logo, custom-header, custom-background, news, entertainment, footer-widgets
== Description == == Description ==
@ -85,6 +85,10 @@ Sidebar images
== Changelog == == Changelog ==
= 1.0.9 - 2021-08-25 =
* Fixed header search disable option
* Added missing theme tags for wordpress.org
= 1.0.8 - 2021-07-23 = = 1.0.8 - 2021-07-23 =
* Disabled support for widgets block editor * Disabled support for widgets block editor
* Updated language files * Updated language files

View file

@ -1,14 +1,14 @@
/* /*
Theme Name: Instorm Theme Name: Instorm
Theme URI: http://alx.media/themes/instorm/ Theme URI: http://alx.media/themes/instorm/
Version: 1.0.8 Version: 1.0.9
Requires at least: 5.0 Requires at least: 5.0
Requires PHP: 5.6 Requires PHP: 5.6
Tested up to: 5.8 Tested up to: 5.8
Description: <a href="http://alx.media/themes/instorm/">Instorm</a> is a flexible magazine and blog theme with plenty of options. It is optimized for all devices and built to work with blocks. You can choose between gradient colors, widget sidebar to the left or right - or no sidebar at all. Demo: http://demo.alx.media/x/?theme=Instorm Description: <a href="http://alx.media/themes/instorm/">Instorm</a> is a flexible magazine and blog theme with plenty of options. It is optimized for all devices and built to work with blocks. You can choose between gradient colors, widget sidebar to the left or right - or no sidebar at all. Demo: http://demo.alx.media/x/?theme=Instorm
Author: Alexander Agnarson Author: Alexander Agnarson
Author URI: http://alx.media Author URI: http://alx.media
Tags: portfolio, photography, blog, one-column, two-columns, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, custom-logo, custom-header, custom-background Tags: portfolio, photography, blog, one-column, two-columns, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, custom-logo, custom-header, custom-background, news, entertainment, footer-widgets
Text Domain: instorm Text Domain: instorm
Copyright: (c) 2018 Alexander "Alx" Agnarson Copyright: (c) 2018 Alexander "Alx" Agnarson