WebSite X5Help Center

 
John Randall
John Randall
User

Show only on Responsive Site ?  en

Autor: John Randall
Visitado 1248, Followers 1, Compartido 0  

Good Evening, 

I am working with Website X5 12 and want to display the objects from my home page only on my Responsive Sites and not on my Desktop view. Is this posssible, and if so please explain how it is done

Thanks in Advance

Publicado en
9 RESPUESTAS
Andre E
Andre E
Moderator

?

eather you have a responsive site or not. You can't have a responsive site without a desktop view. But you can make the all the other views smaller so the desktop view start at a lower viewport. But not in EVO v12. 
And the desktop view is always from a viewport to higher resolution. So it will always contain objects. what would you like to see in the desktop view then?

I just don't understand why you want this?

https://www.websitex5.com/en/free-website-builder-demo.php

But designing a website starts with the design of your desktop and then you work downwards.

Leer más
Publicado en de Andre E
Aleksej H.
Aleksej H.
Moderator

Hello.If you want to hide certain objects, then this can be done using the CSS.Please give a link to the site page and write which object you want to hide.I will try to help you.

Leer más
Publicado en de Aleksej H.
Axel  
Axel  
User

Hello,

Into advanced tab page properties you can add CSS code like said Aleksej. Here a sample.

<style>

@media screen and (max-width: 959px) {
#imCell_2 , #imCell_3 {
display: none;
}
}


@media screen and (max-width: 720px) {
#imCell_4 , #imCell_5 {
display: none;

}
}

</style>

But you need to know the name of the class used for each objet. By un inspect under Chrome you have.

Enjoy !

https://wsx5.afsoftware.fr

Leer más
Publicado en de Axel  
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator
Usuario del mes PT
John Randall
Good Evening,  I am working with Website X5 12 and want to display the objects from my home page only on my Responsive Sites and not on my Desktop view. Is this posssible, and if so please explain how it is done Thanks in Advance

(It > En) ... caution!
... v.12 is out of date, out of assistance ...
... see the FAQ:
>>  https://helpcenter.websitex5.com/es/post/196325
... in your interest and if you are interested, evaluate the offers for you in your profile ...

... anyway, to do what you would like to do, in addition to the already shown / hide options,
you can or must use the EXTRA code, as previously suggested ...
... but the simplest way, both with v.12_PRO (!) and with the current v.2019_PRO, is to create two sites; ... one configured for the Desktop, and one configured for the "mobile" device, the selection of which would be automatic via the INTRO page set up for this purpose...

.

ciao

.

Leer más
Publicado en de  ‪ KolAsim ‪ ‪
Tom G.
Tom G.
User

John,
Esahc suggested changin/fixing this problem in 2016, I did the same (not knowing about his post) in 2018 here. I even showed what I mean using WSX5 graphics.

Another yeat passed and no change...

Leer más
Publicado en de Tom G.
John Randall
John Randall
User
Autor
Aleksej H.
Hello.If you want to hide certain objects, then this can be done using the CSS.Please give a link to the site page and write which object you want to hide.I will try to help you.

I will definitely send you the link when i publish the site. Thanks Alot

Leer más
Publicado en de John Randall