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?
#18906
Re:Link from image to RSForm in ARI Fancybox window? 12 Years, 8 Months ago Karma: 0
Thank you very much.
If you can, could you tell me what the conflict was so that I can avoid it with my template in the future.
And also I have another question.
I am displaying videos using this code and in several browsers all is good but in IE 8 and 9 and Chrome, the close button displays in front until the video loads and then displays behind. this is even if the video doesn't come right to the edge of the window. I tried increasing the z-index of the fancybox-close ID in the stylesheet but it had no effect.

Could you help me with this at all?
I looked in fancybox key/value options but couldn't see anything except swf transparency which I set to transparent.

Thanks again for all your help

KInd Regards
Brett
The administrator has disabled public write access.
 
#18919
Re:Link from image to RSForm in ARI Fancybox window? 12 Years, 8 Months ago Karma: 747
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
The administrator has disabled public write access.
 
#18923
Re:Link from image to RSForm in ARI Fancybox window? 12 Years, 8 Months ago Karma: 0
If you go to the following page....

Code:

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


and then click on one of the thumbnails in the page (they have the orange play buttons in the middle of them). They are all the same and are duplicates of the same module and are placed in the page using moduleanywhere.

I disabled your password in the backend because I was a bit nervous once I realised I had posted the password for all the world to see. If you need access again I'll send you a password for the same username. Just let me know the safest way to do that.

The code I have used on the links that open these windows are as follows....

Code:

<a href="http://video.google.com/googleplayer.swf?docid=4620835654225376707&amp;hl=en&amp;fs=true" rel="fancy_inline" class="arifancybox iframe {width: 600, height: 350, scrolling: 'no', showNavArrows: false}"><img src="images/stories/Technical_Specifications/Movie_Thumb01.jpg" width="270" height="117" alt="Video title set in ALT tag <br />Intro text for Left Video thumbnail. Testing to see how much text I can put here and where it decides to wrap. It seems to extend all the way across the bottom of the video lightbox area." /></a>


And this is the complete code for the whole module....

Code:

<div class="techspecLeft"><a href="http://video.google.com/googleplayer.swf?docid=4620835654225376707&amp;hl=en&amp;fs=true" rel="fancy_inline" class="arifancybox iframe {width: 600, height: 350, scrolling: 'no', showNavArrows: false}"><img src="images/stories/Technical_Specifications/Movie_Thumb01.jpg" width="270" height="117" alt="Video title set in ALT tag <br />Intro text for Left Video thumbnail. Testing to see how much text I can put here and where it decides to wrap. It seems to extend all the way across the bottom of the video lightbox area." /></a> <span class="techLabel">Launch the video in a lightbox.</span>
    <div class="playButton"><a href="http://video.google.com/googleplayer.swf?docid=4620835654225376707&amp;hl=en&amp;fs=true" rel="fancy_inline" class="arifancybox iframe {width: 600, height: 350, scrolling: 'no', showNavArrows: false}"><img src="images/stories/Technical_Specifications/Movie_Play_Button.png" width="24" height="24" alt="Video title set in ALT tag <br />Intro text" /></a></div>
</div>



Thanks again for your help.
Brett
The administrator has disabled public write access.
 
#18927
Re:Link from image to RSForm in ARI Fancybox window? 12 Years, 8 Months ago Karma: 747
You can add the next CSS rule to move close button from video area:

Code:


body #fancybox-close
{
 right: -24px;
 top: -20px;
}



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

Thanks very much for that workaround. I see what you have done which is to move the close button outside the video display area and that does make sure the close button isn't obscured by the video.
I'm sorry to be a pain, but my client is very pedantic about the design which has the button sitting where it was. Is there any way using z-index or anything else that I can force the close button to display in front of the video?

Kind regards,
Brett
The administrator has disabled public write access.
 
#18929
Re:Link from image to RSForm in ARI Fancybox window? 12 Years, 8 Months ago Karma: 747
No, it is not possible. This problem with video content, "z-index" CSS property can't resolve the issue.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12345