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, 18:23

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  [ 21 posts ]  Go to page 1, 2  Next
Author Message
PostPosted: 4. Jan 2018, 22:31 
Offline

Joined: 4. Jan 2018, 22:25
Posts: 10
I was able to resize the iframe to content in the free version. However, after I bought the PRO version it's not working anymore.

I'm using external workaround. The shortcode looks like this:

[advanced_iframe securitykey="xxxxxxxxxxxxxxxx" use_shortcode_attributes_only="true" src="<link_to_my_external_page>" width="100%" height="600" scrolling="no" add_iframe_url_as_param="remote" enable_responsive_iframe="true" enable_external_height_workaround="true" onload_resize="true" onload_resize_width="true" multi_domain_enabled="true"]

Can you please help me out?


Top
 Profile  
 
PostPosted: 4. Jan 2018, 22:52 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
You used the shortcode above in the free version? Because some of the settings are for the pro version only.

I recommend that you go to the external workaround page and switch to post message first. You can set it to debug. Than you can see the communication in the Javascript log.

onload_resize="true" onload_resize_width="true" are for the same domain only. So no need to specify this.
And why have you multidomain enabled? Do you have this setup?

And what have you configured on the external workaround tab? because this is saved to the ai_external.js.

Best, Michael


Top
 Profile  
 
PostPosted: 5. Jan 2018, 15:54 
Offline

Joined: 4. Jan 2018, 22:25
Posts: 10
Hi Michael,

I bought the PRO version, that's the one I'm using.

I've also tried the following shortcode configuration and it still doesn't adjust the iframe to the content.

[advanced_iframe securitykey="***" use_shortcode_attributes_only="true" src="http://<my_embedded_page>" width="100%" height="500" scrolling="no"].

In the external workaround, I have "Resize remote iframe to content height" with the "External" option selected.

What is interesting is that in the free version I had it working. After that, I bought and installed the PRO and it didn't work. Then, I uninstalled the PRO and install the free again and it's still not working :o

What am I missing?

Thanks


Top
 Profile  
 
PostPosted: 5. Jan 2018, 18:58 
Offline

Joined: 4. Jan 2018, 22:25
Posts: 10
This is a message from the error console in the bottom:


User agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36
Headers of http://<my_external_page>:
HTTP/1.1 200 OK
Date: Fri, 05 Jan 2018 16:53:52 GMT
Server: Apache
p3p: CP=CAO PSA OUR
Content-Length: 6347
Content-Type: text/html; charset=ISO-8859-1

The page does exist and no X-Frame-Options header was found. But there can still be a iframe blocker script on this page. Go here for a full check.

ERROR: Uncaught SyntaxError: Unexpected token ; - 822:81

l: "YT API ready 2"


Top
 Profile  
 
PostPosted: 5. Jan 2018, 21:12 
Offline

Joined: 4. Jan 2018, 22:25
Posts: 10
If I just installed the PRO version, with the default settings, what would be the shortcode to make my iframe auto adjust the height to the content of an External page?

e.g:

www.externalpage.com/mypage.html


Top
 Profile  
 
PostPosted: 5. Jan 2018, 22:28 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
In the shortcode you actually only need the src, width=100% and a default height.

So
[advanced_iframe securitykey="***" use_shortcode_attributes_only="true" src="http://<my_embedded_page>" width="100%" height="500" scrolling="no"]

is perfectly fine.

ERROR: Uncaught SyntaxError: Unexpected token ; - 822:81

is what bothers me. Have you set "Post message communication" on the external workaround tab to debug?

I think the Javascript error above kills everything.

Do you have a url where I can check?

Best, Michael


Top
 Profile  
 
PostPosted: 5. Jan 2018, 22:33 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
l: "YT API ready 2" is a message from youtube.

can you check in the Javascript console of e.g. chrome where
n ; - 822:81 happens - which file is causing it?

Best, Michael


Top
 Profile  
 
PostPosted: 5. Jan 2018, 23:51 
Offline

Joined: 4. Jan 2018, 22:25
Posts: 10
I installed the free version back and it works. I have 2 pics from 2 errors I'm having with ai.external.js in the PRO version

I realized that when I install the PRO version, I got a big amount of code under the "Basic Settings" tab. Like if something were broken.


Attachments:
2.png
2.png [ 45.58 KiB | Viewed 3850 times ]
1.png
1.png [ 53.74 KiB | Viewed 3850 times ]
Top
 Profile  
 
PostPosted: 6. Jan 2018, 00:32 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
Right. Sorry this is a bug in my file.

Can you open js\ai_external.template.js and remove the ; at the end of line 822.
Go to the administration and save the settings again.

I already posted a fix to codecanyon. But this might takes some days until they update...

http://www.tinywebgallery.com/blog/advanced-iframe/advanced-iframe-pro-demo/external-workaround-with-post-message
already works again!

Best, Michael


Top
 Profile  
 
PostPosted: 6. Jan 2018, 00:53 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
version 7.5.3 is at review at codecanyon.

Best, Michael


Top
 Profile  
 
PostPosted: 10. Jan 2018, 16:39 
Offline

Joined: 4. Jan 2018, 22:25
Posts: 10
Hi Michael,

I already updated my PRO version to v7.5.3.

However, the extended lines of code continue under the Basic Settings tab. Is it supposed to be like that?

I have a screenshot for you to review.

Regards,

Favian


Attachments:
Untitled.png
Untitled.png [ 166.07 KiB | Viewed 3832 times ]
Top
 Profile  
 
PostPosted: 10. Jan 2018, 16:41 
Offline

Joined: 4. Jan 2018, 22:25
Posts: 10
If you notice, the vertical scroll bar is all the way up, giving the idea of how much code it's in there.


Top
 Profile  
 
PostPosted: 10. Jan 2018, 17:35 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
I see - and no - is should not be like this.
Does this come right away? because I don't have this. because you also have the user data shown. Have you clicked this?

But is the Javascript error gone and your feature works now again?

Best, Michael


Top
 Profile  
 
PostPosted: 10. Jan 2018, 17:41 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
also the check all iframes button is missing...
also the php code shown there is very strange.

which php version are you running.

Best, Michael


Top
 Profile  
 
PostPosted: 10. Jan 2018, 17:53 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
Also I checked the php part of your screenshot.

e.g. get_userdata

This is NOT part of my code. it is not used at all. So I don't know which version you have there!
Please make a clean install! Seems you have maybe hacked files

Best, Michael


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 21 posts ]  Go to page 1, 2  Next

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: Bing [Bot] and 11 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