Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Different css rules and layout for smartphone

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hi there,

My colleague can't view the site either

my ip is 91.135.7.250

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
It was blocked for 10 tries of this:

91.135.7.250 # lfd: (ftpd) Failed FTP login from 91.135.7.250 (ID/Indonesia/-): 10 in the last 3600 secs - Wed Apr 15 17:34:56 2015

I don't think you have credentials for FTP is it right?

anyway now is unblocked
  • Marco Formisano's Avatar
  • Marco Formisano
  • 3 Month Basic
  • 116 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
No never had them - I don't tend to work tickets that much either :)

I'll check shortly

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Still no joy at the moment - I've cleared caches etc

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
sorry, they told me to try again..maybe it was blocked your entire country due to some attack on the server
  • Marco Formisano's Avatar
  • Marco Formisano
  • 3 Month Basic
  • 116 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
Thanks that worked - can see the site now
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I'll check but I think this comes from vimeo with the iframe having these styles

element.style {
position: absolute;
left: -10%;
top: -10%;
overflow: hidden;
z-index: -999;
height: 120%;
width: 120%;
visibility: visible;
background-color: black;

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Paul, I don't want to get crazy or to get you crazy with this, I just want to put a static background instead of the video in the mobile css
should it be simpler doesn't it?
  • Marco Formisano's Avatar
  • Marco Formisano
  • 3 Month Basic
  • 116 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
sorry for the delay on this - I know it sounds simple but I'm not sure how best to answer the question

I've asked Anthony to take a look when he is around - he is currently away at a conference

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
Last Edit: 9 years 2 days ago by manh.
The administrator has disabled public write access.
Your easiest way to do this is to add the following to the custom.css:

@media screen and (max-width:620px) {
#fullscreenvideo iframe {display:none}
#fullscreenvideo {background:url(../images/static image .jpg);}
}

Thats just going to hide the video. To make it not show u at all in the source is going to be more problematic.

Thanks
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
Doesn't it look beautiful?
Attachments:
  • Marco Formisano's Avatar
  • Marco Formisano
  • 3 Month Basic
  • 116 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
this is exactly what I needed to do, thank you so much.

Hope this helps other people too!
  • Marco Formisano's Avatar
  • Marco Formisano
  • 3 Month Basic
  • 116 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
Cool glad Anthony could help :)

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
thanks you all as always!
  • Marco Formisano's Avatar
  • Marco Formisano
  • 3 Month Basic
  • 116 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
Cheers :)

Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers