Show only on Responsive Site ?
Author: John Randall
Visited 1495,
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
?
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.
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.
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
(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
.
And to complete KolAsim advice you can detect mobile device by a light PHP code to do an auto redirection
http://mobiledetect.net/
or
https://stackoverflow.com/questions/4117555/simplest-way-to-detect-a-mobile-device
http://detectmobilebrowsers.com/
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
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...
Author
that would be nice ESAHC
Author
I will definitely send you the link when i publish the site. Thanks Alot