Shape 5

Joomla Templates => Hexicon Gamer - Club => : Stefan Köppl November 05, 2011, 11:15:47 AM



: You Tube
: Stefan Köppl November 05, 2011, 11:15:47 AM
Hi there

I have edit the You Tube videos on tab 1.
Now thy dont open in an extra window.
How can i return??
Tell me pls how to set up this. When i take a new picture, and set the link from you tube, to open a extra window on ma Page and not a window from You Tube


: Re: You Tube
: mikek November 07, 2011, 09:40:35 AM
Hello,

Please post a url to where this occurs.


: Re: You Tube
: Stefan Köppl November 07, 2011, 10:40:29 AM
http://flatlin3rs.de


: Re: You Tube
: mikek November 07, 2011, 12:46:28 PM
Hello,

The code you have on your site is not following the multibox setup found here:

http://www.shape5.com/demo/hexicon_gamer/index.php?option=com_content&view=article&id=195&Itemid=226

Your code shows:

<a id="" class="shadow" href="http://www.youtube.com/watch?v=py5w1DbNsyk">
<img id="" class="s5mb s5_lazyload" border="0" style="cursor: pointer; border: 0pt none;" src="/page/images/gta_v.jpg">
[/url]

It should be:

<a class="s5mb" title="Video Title" rel="width:550,height:426" href="http://www.youtube.com/v/py5w1DbNsyk">
<img class="shadow s5_lazyload" alt="" src="/page/images/gta_v.jpg" style="cursor: pointer; margin-bottom: 13px; visibility: visible; opacity: 1;">
[/url]


: Re: You Tube
: Stefan Köppl November 07, 2011, 03:06:25 PM
HAA !!!!

THX a lot, it works  :D

Thank you, thank you verry much ;D


: Re: You Tube
: 7lippY September 20, 2014, 08:03:56 AM
Hello, back again  ;D

and allways the same Problem  ::)

http://flatlin3rs.de/

but the code u have post last time
:
<a class="s5mb" title="Video Title" rel="width:550,height:426" href="http://www.youtube.com/v/py5w1DbNsyk">
<img class="shadow s5_lazyload" alt="" src="/page/images/gta_v.jpg" style="cursor: pointer; margin-bottom: 13px; visibility: visible; opacity: 1;">
[/url]

dont work  :-[

Can u help me again pls ?


: Re: You Tube
: mikenicoll September 23, 2014, 08:38:47 PM
Hello,

Please review the documentation for Multibox and Youtube here:

http://www.shape5.com/tutorials/joomla/s5_vertex_guide.pdf#page=24&zoom=auto,-274,255

It also has some coding block examples that you can use. Just make sure Super User Text Filtering is disabled in Joomla or your coding will be stripped on submission.