Php photo gallery TWG | JFUploader | TWG Flash upload | WFU | Forum

Get help for TinyWebGallery, the best image gallery. The forum is also home for the Joomla JFUploader, TWG Flash Uploader and the Wordpress flash uploader.
It is currently 28. Mar 2024, 19:07

This forum is readonly now. Please use the new forum if you don't find the answer to your question here. The new forum is at https://www.tinywebgallery.com/blog/forum/


All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 14 posts ] 
Author Message
PostPosted: 17. Sep 2015, 08:14 
Offline

Joined: 17. Sep 2015, 08:06
Posts: 7
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?


Top
 Profile  
 
PostPosted: 17. Sep 2015, 09:16 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
How have you upgraded?
Have you downloaded the pro version from codecanyon and installed it?

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

Best, Michael


Top
 Profile  
 
PostPosted: 18. Sep 2015, 14:19 
Offline

Joined: 17. Sep 2015, 08:06
Posts: 7
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


Top
 Profile  
 
PostPosted: 18. Sep 2015, 14:29 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
How have you upgraded? You have to remove the free version and than install the pro version from codecanyon.

Best, Michael


Top
 Profile  
 
PostPosted: 22. Sep 2015, 09:16 
Offline

Joined: 17. Sep 2015, 08:06
Posts: 7
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"]


Top
 Profile  
 
PostPosted: 23. Sep 2015, 22:47 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
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


Top
 Profile  
 
PostPosted: 29. Sep 2015, 11:50 
Offline

Joined: 17. Sep 2015, 08:06
Posts: 7
Please check, My iframe page not show on mobile screen (http://worldtravelcorp.com.au/dev/travel-activities/)


Top
 Profile  
 
PostPosted: 29. Sep 2015, 23:57 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
I'm not sure what you mean. If I reduce me screen size I still see something.

Best, Michael


Top
 Profile  
 
PostPosted: 30. Sep 2015, 12:07 
Offline

Joined: 17. Sep 2015, 08:06
Posts: 7
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.


Top
 Profile  
 
PostPosted: 30. Sep 2015, 12:17 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
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


Top
 Profile  
 
PostPosted: 30. Sep 2015, 14:03 
Offline

Joined: 17. Sep 2015, 08:06
Posts: 7
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.


Top
 Profile  
 
PostPosted: 30. Sep 2015, 16:37 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
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


Top
 Profile  
 
PostPosted: 12. Oct 2015, 07:52 
Offline

Joined: 17. Sep 2015, 08:06
Posts: 7
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


Top
 Profile  
 
PostPosted: 12. Oct 2015, 11:08 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
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


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 14 posts ] 

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 25 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
cron
powered by phpbb | Datenschutz/ Privacy policy