WebSite X5Help Center

 
John Randall
John Randall
User

Show only on Responsive Site ?  en

Author: John Randall
Visited 1247, Followers 1, Shared 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

Posted on the
9 ANSWERS
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.

Read more
Posted on the from 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.

Read more
Posted on the from 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

Read more
Posted on the from Axel  
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator
Best User of the month 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/en/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

.

Read more
Posted on the from  ‪ 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...

Read more
Posted on the from Tom G.
John Randall
John Randall
User
Author
Esahc ..
John, the workarounds you have been offered will work, but wouldn't it be nice if Incomedia simply modified WX5 to support this :-) https://helpcenter.websitex5.com/en/post/142629

that would be nice ESAHC

Read more
Posted on the from John Randall
John Randall
John Randall
User
Author
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

Read more
Posted on the from John Randall