News style 5 does not work well in the mobile version

Posted in: Newspaper
Post count: 27

Newspaper. News style 5 does not work well in the mobile version. The photo of the news should not be seen. In the computer and tablet in the news you can not see the picture. In the mobile version, inside the news you see the photo and you do not have to see it.
How can I solve it?
Thank you
regards
Fermin

Post count: 22421

Hello.

Sorry but I will need more details in order to provide a solution. Please provide more details and screenshots of what you mean.

Thank you!

Post count: 27

Hello
I send screenshots.
Computer version and mobile version.
The problem is that in the mobile version, when you open the news, the photo comes out (style 5). I would not have to take a picture.
On computer ok.
Links:
https://www.dropbox.com/s/6yd6d5lazr8vvik/Mobile-cover-ok.png?dl=0
https://www.dropbox.com/s/x86m7801hsbxsgr/News%20style%205%20on%20mobile%20with%20photo.png?dl=0
https://www.dropbox.com/s/1m7oylxnclbijvd/News-style-5-computer-ok.png?dl=0
https://www.dropbox.com/s/q43h84i905voxip/News-style-5-on-mobile-with-photo-not-goog.png?dl=0

Thank you
regards
Fermin

Post count: 22421

Hello,

If you use the mobile theme, then there is no style 5 on the mobile theme. There is only a single post style and that is the default one. Sorry for the inconvenience. If you want to remove images on the mobile theme you can use css to hide the featured image for specific posts or from a specific category.
I will be able to help with the code if needed but i will need a link to your site and and you will need to place the posts with no featured image in a specific category so I can target it with css.

Thanks.

Post count: 27

Hi.
Grateful with the help in the code
I send you the link of the web copy in tests.
https://www.staging1.teleponent.cat
The category: El Temps.
The category The Temps has the style 5 and in the mobile version the photo must not come out.
You also have a user to be able to enter the administration.
https://www.staging1.teleponent.cat/wp-admin
login: tecnico
pass: tecnico
Thank you
regards
Fermin

More:
https://www.dropbox.com/s/j0pg8ua1lpub09g/captura-categoria.png?dl=0
https://www.dropbox.com/s/9wkeosw58v9b44o/noticia-categoria.png?dl=0
https://www.dropbox.com/s/1m7oylxnclbijvd/News-style-5-computer-ok.png?dl=0

Post count: 22421

Hello,
Please add this code in your mobile theme custom css section:

@media(max-width:767px){
.category-el-temps .td-post-featured-image{
display:none;
}
}

Thank you!

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