- Posts: 99
- Thank you received: 0
How to add Videos to 'Gallery and Videos' module
-
mojastran
Inactive member - Member
Less
More
10 years 6 months ago #39862
by mojastran
Replied by mojastran on topic How to add Videos to 'Gallery and Videos' module
Hello,
I presumed that the video is supposed to scroll the same way as photo gallery. If this is not so, then please help me to sort these 11 videos so they are positioned only one at the time. Now first and second "spot" present two videos which repeat themselves at last two spots - see screen print or check viktory.mojastran.net I attached present code for gallery.
Regards
I presumed that the video is supposed to scroll the same way as photo gallery. If this is not so, then please help me to sort these 11 videos so they are positioned only one at the time. Now first and second "spot" present two videos which repeat themselves at last two spots - see screen print or check viktory.mojastran.net I attached present code for gallery.
Regards
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 6 months ago #39871
by ivan.milic
Replied by ivan.milic on topic How to add Videos to 'Gallery and Videos' module
at bottom of template_css.css add:
#video_nav li {
width: 30px;
}
and find:
.contentbox-wrapper, .contentbox-wrapper-video {
position: relative;
left: 0;
width: 9000px;
height: 100%;
}
increase width: 9000px; to width: 19000px;
#video_nav li {
width: 30px;
}
and find:
.contentbox-wrapper, .contentbox-wrapper-video {
position: relative;
left: 0;
width: 9000px;
height: 100%;
}
increase width: 9000px; to width: 19000px;
Please Log in to join the conversation.
-
mojastran
Inactive member - Member
Less
More
- Posts: 99
- Thank you received: 0
10 years 6 months ago #39874
by mojastran
Replied by mojastran on topic How to add Videos to 'Gallery and Videos' module
Thanks !
Please Log in to join the conversation.
-
DianJen
Inactive member - New Member
Less
More
- Posts: 13
- Thank you received: 0
10 years 3 months ago #41238
by DianJen
Replied by DianJen on topic How to add Videos to 'Gallery and Videos' module
Hi I'm trying to add YouTube videos to the site. When I enter the video content I see the preview in the editor, but once I hit save it all disappears and the videos don't show. I already enabled the iframe tag in the TinyMCE settings.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
10 years 3 months ago #41244
by milos
Replied by milos on topic How to add Videos to 'Gallery and Videos' module
Hi,
Please go to Global Configuration of Joomla and disable WYSIWYG editor (Tiny MCE or any other) before pasting the YouTube's code snippet for video. Never edit it again while WYSIWYG editor is enabled.
Regards
Please go to Global Configuration of Joomla and disable WYSIWYG editor (Tiny MCE or any other) before pasting the YouTube's code snippet for video. Never edit it again while WYSIWYG editor is enabled.
Regards
Please Log in to join the conversation.
Time to create page: 0.139 seconds