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?
#18828
Re:Link from image to RSForm in ARI Fancybox window? 12 Years, 8 Months ago Karma: 0
Thanks so much for that. It works perfectly.
I'd love to be able to use this functionality to launch other html content from and image link. Could you tell me what else I need to do to get this working as simply copying and pasting the code from your example to another module doesn't work. I'll have a look at the form to see if there is something there but I guess if I used it elsewhere to launch the form it should work. Something I'm missing.

Thanks again for all the great work on the form for me. I really appreciate it.

Kind Regards
Brett
The administrator has disabled public write access.
 
#18832
Re:Link from image to RSForm in ARI Fancybox window? 12 Years, 8 Months ago Karma: 747
We used the next HTML code:

Code:


<a href="index.php?option=com_rsform&formId=4&tmpl=component" class="arifancybox iframe {width: 548, height: 400}"><img alt="Case Studies" src="/BCL/images/stories/cta/CTA-Case-Studies.jpg" width="281" height="100" /></a>



Regards,
ARI Soft
The administrator has disabled public write access.
 
#18838
Re:Link from image to RSForm in ARI Fancybox window? 12 Years, 8 Months ago Karma: 0
Hi and Thanks again!

That is all working wonderfully.
If I wanted to modify the lightbox window for a different window, I was wondering if I could use the opt_scrolling and opt_showNavArrows somehow?

What I need to do is set it so scrollbars don't show up and so the navigation buttons don't show up.

I thought about trying to put it in
Code:

class="arifancybox iframe {width: 548, height: 400, scrolling: off, showNavArrows: off}


but it makes the link load in a new window instead of a lightbox so I'm thinking I have the syntax wrong.

Would you have any suggestions on how I would set these options?

Kind Regards
Brett
The administrator has disabled public write access.
 
#18848
Re:Link from image to RSForm in ARI Fancybox window? 12 Years, 8 Months ago Karma: 747
Use the next CSS class:

Code:


class="arifancybox iframe {width: 548, height: 400, scrolling: 'no', showNavArrows: false}"



Regards,
ARI Soft
The administrator has disabled public write access.
 
#18860
Re:Link from image to RSForm in ARI Fancybox window? 12 Years, 8 Months ago Karma: 0
Thank you very much. I'll give that a try.
The administrator has disabled public write access.
 
#18861
Re:Link from image to RSForm in ARI Fancybox window? 12 Years, 8 Months ago Karma: 0
Hi

I gave that a shot but unfortunately it didn't work for me. The scrollbars and navigation arrows still show up, at least on a Mac in Safari and Firefox. Should I be updating any of the plugins as well, and if so, could you tell me which one to play with?

Actually I just had a play around with the settings in "System - ARI Fancybox" and my popup is taking its settings from there. That is fine for one window but I'd really love to get the syntax working so that I can set these parameters from the links like you were showing me. Otherwise I'll only be able to open up one window size across the site. I think you said that these links should override the settings in the plugin so if I can get this to work, that will be perfect. I can then use the plugin settings for the default and override with the links when I need to.

Thanks again for your time and effort.
Kind Regards
Brett
The administrator has disabled public write access.
 
Go to topPage: 12345