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


Recent Events
  • 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.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


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?

Link from image to RSForm in ARI Fancybox window?
(1 viewing) (1) Guest
Go to bottomPage: 12345
TOPIC: Link from image to RSForm in ARI Fancybox window?
#18963
Re:Link from image to RSForm in ARI Fancybox window? 12 Years, 8 Months ago Karma: 0
Ok, thanks very much for looking at it for me.
I'm wondering if one last possibility might be to load an iframe into the fancybox and then embed the video in the html page that is loaded there?

I had a quick play with embedding the movie using All Video plugin and using ARI Fancybox to call the article that the video is embedded in.
This did fix the close button problem but I'm having trouble getting the window to open looking like I want it.
I'm wondering if you could look at my syntax for calling the popup and see if I am saboutaging the resulting layout with it. Also, if you were to approach it this way, would you use All Video as the embedding tool or do you have another plugin that you would recommend?

Here is the syntax I am using for the fancybox...

Code:

<a href="index.php?option=com_content&amp;view=article&amp;id=42&amp;tmpl=component" rel="fancybox" class="arifancybox iframe {width: 700, height: 380, scrolling: 'no', showNavArrows: false}">


You can see it in action (along with my styling issues by clicking on the top left thumbnail in the body of the page...

Code:

http://bretsong.com/BCL/index.php?option=com_content&view=article&id=25&Itemid=33


Thanks for all your help.
Brett
The administrator has disabled public write access.
 
#18966
Re:Link from image to RSForm in ARI Fancybox window? 12 Years, 8 Months ago Karma: 748
If you want to remove page background, add the next code between <head> and </head> tags to component.php file from site template:

Code:


<style type="text/css">
body
{
 background: transparent none !important;
}
</style>



Regards,
ARI Soft
The administrator has disabled public write access.
 
#19094
Re:Link from image to RSForm in ARI Fancybox window? 12 Years, 8 Months ago Karma: 0
admin wrote:
We have commented the next code in site template index.php file:

Code:


<script type="text/javascript" src="/BCL/templates/rt_gantry_j15/js/jquery-1.2.6.min.js"></script>



About issue with video, could you provide code which you use and link to page where we can see the problem?

Regards,
ARI Soft



Hi again,

I wanted to ask you a question about this line of code that was commented out to allow the styling to be used on links.
When this line is commented out, the Touch base slider (orange tab) at the top right hand side of the page, doesn't work. Do you know what I might be able to do to have them both work? Maybe there is a call in the slider code that calls that version of jquery specifically that I can change to call the version you are using (which I think is much newer)

Anyway, I'll try to explore this but if you have any suggestions I'd appreciate it.

cheers
Brett
The administrator has disabled public write access.
 
#19134
Re:Link from image to RSForm in ARI Fancybox window? 12 Years, 8 Months ago Karma: 748
Try to comment the next code again and place it after <head> tag in index.php file of site template:

Code:


<script type="text/javascript" src="/BCL/templates/rt_gantry_j15/js/jquery-1.2.6.min.js"></script>



If it doesn't help, could you provide temporary access to your J! backend by email so we could investigate the issue in more details?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#20198
Re:Link from image to RSForm in ARI Fancybox window? 12 Years, 7 Months ago Karma: 0
That did help. Thank you very much.
The administrator has disabled public write access.
 
Go to topPage: 12345