On a site we’re developing, the desktop version of the site brings up a live search modal when you begin typing. This search modal has no images (which is what we want). However the mobile formatted search overlay _does_ display images (which we do _not_ want). I’ve spent over an hour combing through every setting I can think of to identify where this search overlay is coming from, and how I can remove the images. Please help.
Some debugging information:
Newspaper version: 10.3.8
Plugins / status
tagDiv Composer: active
tagDiv Cloud Library: active
tagDiv Social Counter: active
tagDiv Newsletter: active
tagDiv Standard Pack: active
tagDiv mobile theme: inactivate
Amp for WP: inactivate
Active Cloud Templates
404 Template 37 – Black PRO
Author Template 38 – Black PRO
Category Template 44 – Black PRo
Date Template – Covid Dark PRO
Footer – Gossip PRO
Header Template 58 – The Critic
Search Template 35 – Black PRO
Single Post Template 65 – Black PRO
Here’s some screenshots (first one is mobile, second one is desktop):
https://imgur.com/a/s0MRgeF
Sure thing Vlad, the site is https://www.esecurityplanet.com/
-
This reply was modified 5 years by
technologyadvicecom.
Note that we’re going to be re-launching a number of sites over the next month and they’ll all be using the Newspaper theme. Thus far, every site has the same issue, even though they’re using different theme settings and cloud templates.
Hello !
Please try this css code: .td_module_mx2 .td-module-thumb {
display:none;
}
.td-post-date .entry-date,.td-search-wrap-mob .td_module_wrap .entry-title {
margin-left:-85px;
}
The code must be inserted here: https://www.screencast.com/t/GG01iMvRlig
Thank you !
Hello !
Please try this css code:
#td-aj-search-mob .td_module_mx2 .td-module-thumb{
display: none;
}
#td-aj-search-mob .td_module_mx2 .item-details{
margin-left: 0;
}
The code must be inserted here: https://www.screencast.com/t/GG01iMvRlig
Thank you !
@Vlad, I’m fine to try the CSS addition, but that won’t affect performance as the image will still be requested. We just won’t be showing it. I’d prefer to understand why I can’t control the way this search overlay works like I can with all the other parts of the theme.
Oh, that’s disappointing given how flexible and editable the remainder of the theme is. But thanks for letting me know.