Search modal on mobile layout shows images, we want them hidden.

Posted in: Newspaper
Post count: 17

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

Post count: 18283

Hello !

Can you send us a link to your website in order tot take a look.

Thank you !

Post count: 17

Sure thing Vlad, the site is https://www.esecurityplanet.com/

Post count: 17

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.

Post count: 18283

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 !

Post count: 18283

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 !

Post count: 17

@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.

Post count: 18283

Hello !

Unfortunately that was not built in order to be edited since 99% of the requests were to have images on results.

Thank you !

Post count: 17

Oh, that’s disappointing given how flexible and editable the remainder of the theme is. But thanks for letting me know.

Viewing 9 posts - 1 through 9 (of 9 total)
The forum ‘Newspaper’ is closed to new topics and replies.