Hi, check out this screenshot – https://snag.gy/XDkuyM.jpg
Why should the search button be on another line even when there is enough space to occupy, i have done some troubleshooting and can’t fix the issue out. The issue came up after updating to the latest newspaper theme version.
Hello evanino,
If you want to fix the problem with the search icon you should reinstall the theme via FTP way because this is the surest method in this case. Also, if you want to hide it you should use a bit of CSS code to do this.
The code is ->
.td-icon-search{
display:none!important;
}
Thanks for the message!
Could it be that the below files were modified?
Modified files – 19 files
•functions.php
•includes\demos\retro\td_import.php
•includes\less_files\category-templates.less
•includes\less_files\header-search.less
•includes\less_files\header-style.less
•includes\less_files\main.less
•includes\less_files\post.less
•includes\plugins\td-composer.zip
•includes\plugins\td-multi-purpose.zip
•includes\plugins\td-social-counter.zip
•includes\td_config.php
•includes\td_css_generator.php
•includes\wp_booster\wp-admin\css\panel\controls.less
•includes\wp_booster\wp-admin\css\panel\theme-panel-general.less
•includes\wp_booster\wp-admin\css\wp-admin.css
•includes\wp_booster\wp-admin\css\wp-admin.less
•mobile\includes\less_files\post.less
•mobile\style.css
•style.css
or added files?
New files – 17 files
•includes\demos\ink\demo_style.css
•includes\demos\ink\demo_style.less
•includes\demos\ink\pages\about-us.txt
•includes\demos\ink\pages\contact.txt
•includes\demos\ink\pages\footer-template.txt
•includes\demos\ink\pages\homepage.txt
•includes\demos\ink\pages\themes.txt
•includes\demos\ink\screenshot.png
•includes\demos\ink\td_css_generator_demo.php
•includes\demos\ink\td_import.php
•includes\demos\ink\td_media_1.php
•includes\demos\ink\td_media_2.php
•includes\demos\ink\td_media_3.php
•includes\demos\ink\td_media_4.php
•includes\demos\ink\td_media_5.php
•includes\demos\ink\td_media_6.php
•includes\demos\ink\td_panel_settings.txt
Hello evanino,
If the theme was installed as expected via FTP way should work as properly. It was made some changes in the theme because it was an update but these changes do not affect this regard. Try making a new clean install from scratch to another subdomain, clear all the caches, purge CDN files if you are using the Cloudflare resave your panel and check the results and also, ensure that you are using the latest version of the theme.
Thanks for the message!