Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

I cant do it to work, please help
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: I cant do it to work, please help
#11376
I cant do it to work, please help 13 Years, 9 Months ago Karma: 0
Hi,

I dont know what i am making wrong but I cant do it to work. I have installed the module and the plugins aricolorbox and aricolorbox anywhere. First of all I have enabled the plugins and then I have made a Jumi module which contains the next code for a colorbox that contains an external page:

<a href="www.youtube.com/adwords10?hl=es-es&forcelang=false&x=84e108111b3a4a149bbfdebd4840f2b8" class="aricolorbox {iframe:true, width:800, height:600}"><img src="_joomla/images_centertop/video_botonplay.png" alt="RC Tecnic - Video Play" width="160" height="34" border="0" /></a>

Also i have added the next code in the same Jumi module for a colorbox that load an inline content:

<div class="ari_colorbox_hide" id="myRcTecnicVideo">
<iframe title="YouTube video player" width="853" height="510" src="www.youtube.com/embed/F3V708SjGRk" frameborder="0" allowfullscreen></iframe>
</div>
<a href="javascript:void(0);" class="aricolorbox {href: '#myRcTecnicVideo', inline: true, width:900, height:600}" title="RC Tecnic - Nos presentamos"><img src="_joomla/images_centertop/video_botonplay.png" alt="RC Tecnic - Video Play" width="160" height="34" border="0" /></a>


But the external page not load (the colorbox opens but nothing inside) and the video shows an irregular proportion:

Also i have tried to do the same inside the page content but it happens the same. Here i dont know how to make it to work with a link that is an image, not text.

You can see this here: www.ulises.com.es

Also I have attached an image with some appointments.

THANKS FOR YOUR SUPPORT and sorry by my poor english

Fernando
Last Edit: 2011/02/23 09:26 By Aquiles.
The administrator has disabled public write access.
 
#11378
Re:I cant do it to work, please help 13 Years, 9 Months ago Karma: 0
Hi, now i have seen in another post how to link to an image in a colorbox module. I have update my site. But still the page doesnt load Please, help. Also still i dont know why the youtube video appears with bad proportions.

THANKS
The administrator has disabled public write access.
 
#11379
Re:I cant do it to work, please help 13 Years, 9 Months ago Karma: 760
Hello,

About the first issue, it is not an extension problem. Remote page is protected from loading it into <IFRAME>. You can see it if try to use simple HTML code:

<iframe src="www.youtube.com/adwords10?hl=es-es&forcelang=false&x=84e108111b3a4a149bbfdebd4840f2b8%22" width="500" height="500"></iframe>

This page uses javascript that protect loading into frame window.

About the second issue, you can use one of the following code:

1.

Code:


<div class="ari_colorbox_hide" id="myRcTecnicVideo" style="height: 100%;">
<iframe title="YouTube video player" width="853" height="510" src="http://www.youtube.com/embed/F3V708SjGRk" frameborder="0" allowfullscreen></iframe>
</div>
<a href="javascript:void(0);" class="aricolorbox {href: '#myRcTecnicVideo', inline: true, width:900, height:600}" title="RC Tecnic - Nos presentamos"><img src="_joomla/images_centertop/video_botonplay.png" alt="RC Tecnic - Video Play" width="160" height="34" border="0" /></a>



2.

Code:


<a href="http://www.youtube.com/embed/F3V708SjGRk" class="aricolorbox {iframe: true, width:853, height:510}" title="RC Tecnic - Nos presentamos"><img src="_joomla/images_centertop/video_botonplay.png" alt="RC Tecnic - Video Play" width="160" height="34" border="0" /></a>



3. Enable "System - ARI Colorbox Anywhere" plugin, set "Mode" parameter to "Anywhere" and use the next code:

Code:


{aricolorbox activeType="rcontent" opt_width="853" opt_height="510" url="http://www.youtube.com/embed/F3V708SjGRk" title="RC Tecnic - Nos presentamos"}<img src="_joomla/images_centertop/video_botonplay.png" alt="RC Tecnic - Video Play" width="160" height="34" border="0" />{/aricolorbox}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#11384
Re:I cant do it to work, please help 13 Years, 9 Months ago Karma: 0
THANKS!! for your help and fast reply. Now it works !!

I didnt know that the page i was trying to load is protected from loading into iframe.

Thanks again.

Aquiles
The administrator has disabled public write access.
 
Go to topPage: 1