- Posts: 6
COMMUNITY FORUM
- Forum
- Free Joomla Extensions & Templates
- AllVideos
- [SOLVED] allvideos : wrong display on Macs & thumbnails won't show on IE (on PC)
[SOLVED] allvideos : wrong display on Macs & thumbnails won't show on IE (on PC)
- valmart
-
Topic Author
- Offline
- New Member
Less
More
11 years 6 months ago - 11 years 5 months ago #53727
by valmart
[SOLVED] allvideos : wrong display on Macs & thumbnails won't show on IE (on PC) was created by valmart
Hi
I have two problems with allvideos :
1. The videos are not displayed in the middle of the space on Macs. They appear too much to the right, and are therefore cut in the middle.
2. The thumbnails are not displayed on IE.
Can anyone please help me to solve those? Thanks in advance...
You can see those problems on the url :
echecscolaire.tiptopgraphics.co.uk/index.php/nos-colloques-en-video/93-colloque-4-journee-internationale-du-refus-de-l-echec-scolaire
Valerie
I have two problems with allvideos :
1. The videos are not displayed in the middle of the space on Macs. They appear too much to the right, and are therefore cut in the middle.
2. The thumbnails are not displayed on IE.
Can anyone please help me to solve those? Thanks in advance...
You can see those problems on the url :
echecscolaire.tiptopgraphics.co.uk/index.php/nos-colloques-en-video/93-colloque-4-journee-internationale-du-refus-de-l-echec-scolaire
Valerie
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
11 years 5 months ago #53728
by Yiota
Replied by Yiota on topic Re: allvideos : wrong display on Macs & thumbnails won't show on IE (on PC)
Hello,
Could you tell us in which browser you see the videos not centered?
I checked in Firefox 24.0 and Chrome 30.0.1599.101 on Mac and didn't see the issue.
Could you tell us in which browser you see the videos not centered?
I checked in Firefox 24.0 and Chrome 30.0.1599.101 on Mac and didn't see the issue.
Please Log in or Create an account to join the conversation.
- valmart
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 6
11 years 5 months ago #53729
by valmart
Replied by valmart on topic Re: allvideos : wrong display on Macs & thumbnails won't show on IE (on PC)
It happens on the last version of Google Chrome (same on PC too). One we click on the play button, the video is displayed to far to the right.
Please Log in or Create an account to join the conversation.
- valmart
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 6
11 years 5 months ago #53730
by valmart
Replied by valmart on topic Re: allvideos : wrong display on Macs & thumbnails won't show on IE (on PC)
i.e. Google Chrome on PC :
Version 30.0.1599.101
Version 30.0.1599.101
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
11 years 5 months ago #53731
by Yiota
Replied by Yiota on topic Re: allvideos : wrong display on Macs & thumbnails won't show on IE (on PC)
Add the following css rule in your template.css file
.avPlayerWrapper div, .avPlayerWrapper iframe, .avPlayerWrapper object, .avPlayerWrapper embed {left:0;}
.avPlayerWrapper div, .avPlayerWrapper iframe, .avPlayerWrapper object, .avPlayerWrapper embed {left:0;}
Please Log in or Create an account to join the conversation.
- valmart
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 6
11 years 5 months ago #53732
by valmart
Replied by valmart on topic Re: allvideos : wrong display on Macs & thumbnails won't show on IE (on PC)
Hi
Thank you for your reply. Unfortunately it didn't work. Any other idea?
Thank you for your reply. Unfortunately it didn't work. Any other idea?
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
11 years 5 months ago #53733
by Yiota
Replied by Yiota on topic Re: allvideos : wrong display on Macs & thumbnails won't show on IE (on PC)
I don't see the css rule anywhere, are you sure you have put it in the correct css file?
Please Log in or Create an account to join the conversation.
- valmart
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 6
11 years 5 months ago #53734
by valmart
Replied by valmart on topic Re: allvideos : wrong display on Macs & thumbnails won't show on IE (on PC)
I got it now.
I replaced the lines in template.css as follow (text-align:center replaced by text-align:left in lines 2 and 3)
.avPlayerWrapper .avPlayerContainer .avPlayerBlock {display:block;padding:0;margin:0;line-height:normal;text-align:center;text-align:left;}
.avPlayerWrapper .avPlayerContainer .avPlayerBlock div {text-align:left!important;}
.avPlayerWrapper .avPlayerContainer .avPlayerBlock .avDownloadLink {text-align:left;padding:4px;font-size:11px;}
.avPlayerWrapper .avPlayerContainer .avPlayerBlock .avDownloadLink a {}
.avPlayerWrapper .avPlayerContainer .avPlayerBlock .avDownloadLink a:hover {}
.avPlayerWrapper .avPlayerContainer .avPlayerBlock .avDownloadLink a span {}
.avPlayerWrapper .avPlayerContainer .avPlayerBlock .avDownloadLink a:hover span {}
.avPlayerWrapper .avPlayerContainer .avPlayerBlock .avDownloadLink span.hint {padding-left:4px;color:#999;font-style:italic;}
I replaced the lines in template.css as follow (text-align:center replaced by text-align:left in lines 2 and 3)
.avPlayerWrapper .avPlayerContainer .avPlayerBlock {display:block;padding:0;margin:0;line-height:normal;text-align:center;text-align:left;}
.avPlayerWrapper .avPlayerContainer .avPlayerBlock div {text-align:left!important;}
.avPlayerWrapper .avPlayerContainer .avPlayerBlock .avDownloadLink {text-align:left;padding:4px;font-size:11px;}
.avPlayerWrapper .avPlayerContainer .avPlayerBlock .avDownloadLink a {}
.avPlayerWrapper .avPlayerContainer .avPlayerBlock .avDownloadLink a:hover {}
.avPlayerWrapper .avPlayerContainer .avPlayerBlock .avDownloadLink a span {}
.avPlayerWrapper .avPlayerContainer .avPlayerBlock .avDownloadLink a:hover span {}
.avPlayerWrapper .avPlayerContainer .avPlayerBlock .avDownloadLink span.hint {padding-left:4px;color:#999;font-style:italic;}
Please Log in or Create an account to join the conversation.
- valmart
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 6
11 years 5 months ago #53735
by valmart
Replied by valmart on topic Re: allvideos : wrong display on Macs & thumbnails won't show on IE (on PC)
sorry, no, I replaced it in lines 1,2, and 3
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
11 years 5 months ago #53736
by Yiota
Replied by Yiota on topic Re: [SOLVED] allvideos : wrong display on Macs & thumbnails won't show on IE (on PC)
I need you to add (copy/paste) the following specific line of css in your template's css file (not AllVideos css file)
.avPlayerWrapper div, .avPlayerWrapper iframe, .avPlayerWrapper object, .avPlayerWrapper embed {left:0;}
.avPlayerWrapper div, .avPlayerWrapper iframe, .avPlayerWrapper object, .avPlayerWrapper embed {left:0;}
Please Log in or Create an account to join the conversation.
- Forum
- Free Joomla Extensions & Templates
- AllVideos
- [SOLVED] allvideos : wrong display on Macs & thumbnails won't show on IE (on PC)