Can't hide objects at an specific viewport 
Auteur : Latif Bittar
Visité 78,
Followers 2,
Partagé 0
I was using WebsiteX5 Evo and in las version 2025.2.12 I only can hide obects at lower resolution viewports. So I renew but instead of Evo I renew to Pro because I asked if with Pro will be possible to hide objects at an specific viewport. But now on Pro the hide button only lets me hide objects for lower viewports. Is it possible to hide an object only at an specific viewport in Pro 2025.2.12? Thank you in advance for an answer. If I remember correct in Evo earlier versions I had the option to hide an object on specific viewport and also for lower resolutions. I think this should be possible on pro as i had this answer as positive.
Posté le

The principle is that the objects are marked 1 resolution level higher and then removed at the resolution level below.
The top level objects cannot be hidden, they can only be marked to hide them in the lower resolution.
I hope I expressed it understandably.
If an object of the highest resolution level is to be removed, then it would have to be deleted in the grid at "4 pages", as far as I know.
Hi, it's exactly as Daniele W. suggested. Otherwise you have to intervene with code like the one below which makes the bold text object disappear at 1920px.
@media (width: 1920px) {
#imTextObject_06 {
display: none !important;
}
}
(It > En) ... ...as you already know, yes, it is. It's only possible to hide it for lower resolutions, but it's never been a problem, and it's very simple with my DIV_SINO method that I created years ago back in the EVO-v.12 days, with simple EXTRA CSS code...
...you can see and understand from here:
https://helpcenter.websitex5.com/fr/post/240741
...in the example in question, a desktop button (ShowBox) is replaced with a smartphone-friendly one (PopUp)...
...dozens of users now use it in various types of applications, wallpapers, iframes, videos, facebook, etc....
...if you need clarification or more detailed help, let me know...
...in this example from a Spanish user, the Slide between below 720 pixels is replaced:
https://sehenswertes-in-deutschland.de/affiliate-doppelbanner.html
...tighten or widen your browser window and you will understand...
.
bye, ciao
.