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?

Opening pdf files in Internet Explorer
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Opening pdf files in Internet Explorer
#53190
Opening pdf files in Internet Explorer 9 Years, 3 Months ago Karma: 0
Fancybox does not open a pdf file in Internet Explorer (most recent version 11).

This statement:
Code:

{fancybox url="images/pdf/notulen/notulen_alv_2014.pdf" width="900" height="95%"}Algemene Ledenvergadering 2014{/fancybox}

opens in Chrome, Firefox and Safari, but not in Internet Explorer.

When I try another (free) modal plugin (modals by nonumber) then this statement:
Code:

{modal images/pdf/notulen/notulen_alv_2014.pdf|width=900|height=95%}Algemene Ledenvergadering 2014{/modal}

opens in Chrome, Firefox, Safari and Internet Explorer.

Should work in IE 6+ as advertised. Can you help or fix?

Another question (not specific to Fancybox, but maybe you can help): when I open a pdf file on an iPad (with any browser) then only the first page (or just a part of it) of the pdf is displayed (the same with other modal extensions). Any tips how to deal with this?

Regards
Stephan
The administrator has disabled public write access.
 
#53199
Re:Opening pdf files in Internet Explorer 9 Years, 3 Months ago Karma: 748
Hello,

Could you send a link to a page where the problem occurs and a link to a page where PDF document is loaded fine to another lightbox?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#53204
Re:Opening pdf files in Internet Explorer 9 Years, 3 Months ago Karma: 0
Made a test joomla article with this content:
Code:

<h2>PDF Links</h2><hr />
{fancybox url="images/pdf/notulen/notulen_alv_2013.pdf" width="800" height="600"}PDF Link with Fancybox{/fancybox}<br />
{modal images/pdf/notulen/notulen_alv_2013.pdf|width=800|height=600}PDF Link with Modals{/modal}<br />
{boxplus href="images/pdf/notulen/notulen_alv_2013.pdf" width="800" height="600"}PDF Link with Boxplus{/boxplus}<br /><br />
<h2>Image Links</h2><hr />
{fancybox url="images/artikelen/cleywech_inhoud_1.jpg" width="800" height="600"}Image Link with Fancybox{/fancybox}<br />
{modal images/artikelen/cleywech_inhoud_1.jpg|width=800|height=600}Image Link with Modals{/modal}<br />
{boxplus href="images/artikelen/cleywech_inhoud_1.jpg" width="800" height="600"}Image  Link with Boxplus{/boxplus}<br />



Links are based on Fancybox, Modals by Nonumber and Boxplus by Levente. First block of links open a PDF file, second block of links opens a jpg image.
As you can see, all links work fine in any browser. Only the PDF link based on Fancybox does not open in Internet Explorer.

You can access this testpage with this link: www.vbb-bloemendaalseweg.nl/index.php/test

Regards
Stephan
The administrator has disabled public write access.
 
#53207
Re:Opening pdf files in Internet Explorer 9 Years, 3 Months ago Karma: 748
Try the following code please:

Code:


{fancybox url="images/pdf/notulen/notulen_alv_2014.pdf" width="900" height="95%" opt_iframe_preload="0"}Algemene Ledenvergadering 2014{/fancybox}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#53213
Re:Opening pdf files in Internet Explorer 9 Years, 3 Months ago Karma: 0
Yes, with this extra parameter it is ok in Internet Explorer.
I suggest to either make this a switchable setting in the plugin, or maybe even better, switch in your code on IE or other browsers on pdf content.
The opt_iframe_preload parameter is also not documented in the help file. There seem to be some hidden Easter-eggs in your plugins

Thanks for your good and fast support!

Regards
Stephan
The administrator has disabled public write access.
 
#53214
Re:Opening pdf files in Internet Explorer 9 Years, 3 Months ago Karma: 748
We will add this parameter to plugin settings in the next version of the extension.

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