Php photo gallery TWG | JFUploader | TWG Flash upload | WFU | Forum
https://www.tinywebgallery.com/forum/

Advanced iframe Pro not working
https://www.tinywebgallery.com/forum/viewtopic.php?f=21&t=3942
Page 1 of 1

Author:  kkshek [ 17. Sep 2015, 08:14 ]
Post subject:  Advanced iframe Pro not working

Hi,
I have upgraded an Advanced iframe to Pro version and using in my website, i have a security key and placed to it's desired place, but it's not upgraded to my Advanced iframe to pro and working as should do, will you please give us any suggestion for same?

Author:  TinyWebGallery [ 17. Sep 2015, 09:16 ]
Post subject:  Re: Advanced iframe Pro not working

How have you upgraded?
Have you downloaded the pro version from codecanyon and installed it?

Check https://1.envato.market/j6DgM -> Upgrade

Best, Michael

Author:  kkshek [ 18. Sep 2015, 14:19 ]
Post subject:  Re: Advanced iframe Pro not working

Thanks for the reply,

Yes, i have upgraded to pro version and have a key: 466e2553-9bec-41ce-a601-457c573dc250
But it's still asking for upgrade. Please response asap.

Regards

Author:  TinyWebGallery [ 18. Sep 2015, 14:29 ]
Post subject:  Re: Advanced iframe Pro not working

How have you upgraded? You have to remove the free version and than install the pro version from codecanyon.

Best, Michael

Author:  kkshek [ 22. Sep 2015, 09:16 ]
Post subject:  Re: Advanced iframe Pro not working

Thanks for your reply!!

How to hide header & footer, if the iframe is on the other domain?
We have used this code.
[advanced_iframe securitykey="b6dc1199455ec9820ffda17635b76f925bd739ab" src="http://www.partner.viator.com/en/11969/" hide_elements="#header_2" use_shortcode_attributes_only="true" show_part_of_iframe="true" show_iframe_loader="true"]

Author:  TinyWebGallery [ 23. Sep 2015, 22:47 ]
Post subject:  Re: Advanced iframe Pro not working

The code you use is for the same domain only.
Please check the quickstart guide and then you can use either
http://www.tinywebgallery.com/blog/advanced-iframe/advanced-iframe-pro-demo/external-workaround-auto-height-and-css-modifications
or
http://www.tinywebgallery.com/blog/advanced-iframe/advanced-iframe-pro-demo/show-only-a-part-of-the-iframe
to hide the header.

Best, Michael

Author:  kkshek [ 29. Sep 2015, 11:50 ]
Post subject:  Re: Advanced iframe Pro not working

Please check, My iframe page not show on mobile screen (http://worldtravelcorp.com.au/dev/travel-activities/)

Author:  TinyWebGallery [ 29. Sep 2015, 23:57 ]
Post subject:  Re: Advanced iframe Pro not working

I'm not sure what you mean. If I reduce me screen size I still see something.

Best, Michael

Author:  kkshek [ 30. Sep 2015, 12:07 ]
Post subject:  Re: Advanced iframe Pro not working

Hi,
I have used this code for hide some part of the content.
[advanced_iframe securitykey="b6dc1199455ec9820ffda17635b76f925bd739ab" use_shortcode_attributes_only="false" src="http://www.partner.viator.com/en/11969" id="advanced_iframe" scrolling="no" hide_part_of_iframe="0,12,100%,100,#fff,10|0,2285,100%,285,#fff,10" hide_page_until_loaded="false" show_iframe_loader="true"]
its working on desktop, but it creates some problem on mobile screen.
On mobile screen nothing display, it's hide the full page.

Author:  TinyWebGallery [ 30. Sep 2015, 12:17 ]
Post subject:  Re: Advanced iframe Pro not working

o.k. This setting uses fixed positions. What you can try is the internal browser detection where you can make this browser dependent. Check the help tab with the browser detection. Than you can define several shortcodes with the same id and different browser="" settings. So you can at least optimize it for smartphone, tablet and desktop. This would be the best I can think of right now.

For the next version I plan iframe size dependent iframes but there I look right if it is even possible.

Best, Michael

Author:  kkshek [ 30. Sep 2015, 14:03 ]
Post subject:  Re: Advanced iframe Pro not working

Hello Michael,
Thanks for you support.
We have used this code,
[advanced_iframe securitykey="b6dc1199455ec9820ffda17635b76f925bd739ab" use_shortcode_attributes_only="false" src="http://www.partner.viator.com/en/11969" id="advanced_iframe" scrolling="no" hide_part_of_iframe="0,12,100%,100,#fff,10|0,2285,100%,285,#fff,10" hide_page_until_loaded="false" show_iframe_loader="true" browser="firefox"]

For Mobile--
[advanced_iframe securitykey="b6dc1199455ec9820ffda17635b76f925bd739ab" src="other mobile devices iframe" id="advanced_iframe" scrolling="yes" browser="mobile"]
It shows only header and footer not content of iframe page.

Author:  TinyWebGallery [ 30. Sep 2015, 16:37 ]
Post subject:  Re: Advanced iframe Pro not working

you need a default:

[advanced_iframe securitykey="b6dc1199455ec9820ffda17635b76f925bd739ab" src="other mobile devices iframe" id="advanced_iframe" scrolling="yes" browser="mobile"]
[advanced_iframe securitykey="b6dc1199455ec9820ffda17635b76f925bd739ab" use_shortcode_attributes_only="false" src="http://www.partner.viator.com/en/11969" id="advanced_iframe" scrolling="no" hide_part_of_iframe="0,12,100%,100,#fff,10|0,2285,100%,285,#fff,10" hide_page_until_loaded="false" show_iframe_loader="true" browser="default"]

I don't see any height and width. Are you sure you want to have this the same for both devices?
If you use several iframes I strongly recommend to use use_shortcode_attributes_only="true" because otherwise any change in the administration does influence all others.

Best, Michael

Author:  kkshek [ 12. Oct 2015, 07:52 ]
Post subject:  Re: Advanced iframe Pro not working

Hi Michael'
I have used this code for desktop:-
[advanced_iframe securitykey="b6dc1199455ec9820ffda17635b76f925bd739ab" use_shortcode_attributes_only="false" src="http://www.partner.viator.com/en/11969" id="advanced_iframe" scrolling="no" show_iframe_loader="true" hide_part_of_iframe="0,12,100%,100,#fff,10|0,2285,100%,285,#fff,10" hide_page_until_loaded="true" browser="default"]

For Mobile:- (On Mobile it's not working)
[advanced_iframe securitykey="b6dc1199455ec9820ffda17635b76f925bd739ab" id="advanced_iframe" use_shortcode_attributes_only="true" scrolling="yes" src="http://www.partner.viator.com/en/11969" hide_page_until_loaded="false" show_iframe_loader="true" browser="mobile"]
Thanks
Abhishek

Author:  TinyWebGallery [ 12. Oct 2015, 11:08 ]
Post subject:  Re: Advanced iframe Pro not working

Do you have this in this order? Because you need to define the default as last element like shown in the examples.
And why don't you have the required attributes like width, height.... You should get an error message here.

Best, Michael

Page 1 of 1 All times are UTC + 1 hour [ DST ]
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/