New Landing › How can we help? › Themeforest Theme Support › Joyn › Hide Swiftslider on mobile views
Hi guys.
How to hide Swiftslider on mobile view sitewide?
Thanks in advance.
SorenJ.
Hi,
Try this one.
@media only screen and (max-width: 767px){ .swift-slider-outer{ display:none; } }
-Rui
Hi Rui.
Nope, didn’t work…
Weird… Seems like I have some caching issues maybe???
Well, nice – Now, how do I get rid of the black bar on mobile only (it’s a submenu)??
Thanks.
Søren.
Followup on the hidden slider. It’s hidden now on Tablets as well…. That was not the plan – Mobile only.
Smaller screensize in the custom code I presume – But what??
Thanks :o)
Hi, Please find this code:-
@media only screen and (max-width: 767px){
Change with this code:-
@media only screen and (max-width: 479){
Thanks Mohammad
@Mohammad
Thank you :o)
I had another question regarding the black bar when viewing the site on mobile. Do you want me to open another ticket for that issue?
Hi, Please attach marked screenshot and specific page url with issue. Thanks Mohammad
@Moham
It’s all screens on mobile views…
@Mohammad.
Followup on hidden slider.
I changed the custom CSS, but now the theme doesn’t respect “Do not show on Desktop + Tablet”????
Screenshot attached – Both slider and Image are visible.
Please advise
Hi, There is a minor mistake in code. Please replace current code with this code:-
@media only screen and (max-width: 479px){
Sorry, but you need to tell me exactly what to replace. I’m not a developer, so asking me to replace “something” is a guaranteed mess :o)
Hi, Please find this code:- @media only screen and (max-width: 479){
Change to :- @media only screen and (max-width: 479px){
Oh, I already did that – No result, both slider and image are still visible on ipad…
You must be logged in to reply to this topic.