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 29. Mar 2024, 00:19

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  [ 4 posts ] 
Author Message
PostPosted: 20. Feb 2018, 17:49 
Offline
User avatar

Joined: 10. Jul 2017, 11:39
Posts: 7
In the item below, I am trying to extract just the table and key below it, I have made various changes to height= and show_part_of_iframe_height= but if I try and set it to the actual height of the item, around 390px it only shows the first couple of lines of the table before leaving the rest blank, setting it to 1000 shows the whole table, but then leaves a huge gap below it, as can be seen here.

What am I doing wrong please?

Code:
[advanced_iframe securitykey="xxxx" src="https://derbyshireandcheshirelge.play-cricket.com/website/websites/view_division?id=76428" height="100%" width="780" id="div3_table" show_part_of_iframe="true" show_part_of_iframe_x="0" show_part_of_iframe_y="540" show_part_of_iframe_width="755" show_part_of_iframe_height="1000" show_part_of_iframe_allow_scrollbar_vertical="false" scrolling="no" enable_ios_mobile_scolling="false"]

_________________
On behalf of Stalybridge St. Paul's Cricket Club: https://www.sspcc.co.uk


Top
 Profile  
 
PostPosted: 21. Feb 2018, 11:08 
Offline
User avatar

Joined: 10. Jul 2017, 11:39
Posts: 7
Ok, it seems the parent page has:
Code:
<div class="container main" style="min-height: 1333px;">

which appears to be the cause of the huge gap, but I've not figured out how to modify yet, if someone could give me a pointer.

_________________
On behalf of Stalybridge St. Paul's Cricket Club: https://www.sspcc.co.uk


Top
 Profile  
 
PostPosted: 21. Feb 2018, 12:58 
Offline
User avatar

Joined: 10. Jul 2017, 11:39
Posts: 7
FINALLY, did enough combinations of things to get it working.

Code:
[advanced_iframe securitykey="xxxxx" src="https://derbyshireandcheshirelge.play-cricket.com/website/websites/view_division?id=78243" id="div5_table" parent_content_css="#ai-div-div5_table { max-height: 400px !important; }" height="940" width="800" onload_resize="true" show_part_of_iframe="true" show_part_of_iframe_x="0" show_part_of_iframe_y="540" show_part_of_iframe_width="775" show_part_of_iframe_height="980" show_part_of_iframe_zoom="full" show_part_of_iframe_allow_scrollbar_vertical="false" scrolling="no" enable_ios_mobile_scolling="false" iframe_hide_elements="$("div.clearfix"),#footer_5503,#temporaryPopupWindow"]

_________________
On behalf of Stalybridge St. Paul's Cricket Club: https://www.sspcc.co.uk


Top
 Profile  
 
PostPosted: 22. Feb 2018, 00:40 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
Where is the iframe included?

Your shortcode has a lot of settings that do not make sense together.
Have you checked the Javascript console? Because Configuration errors are reported there.

e.g.
onload_resize="true" show_part_of_iframe="true"
together normally do not make sense as one feature is for the same domain while the other one is normally used for remote domains only.

iframe_hide_elements="$("div.clearfix"),#footer_5503,#temporaryPopupWindow"]
is also for the same domain only and $("div.clearfix") is not a valid setting here.

show_part_of_iframe_allow_scrollbar_vertical="false" enable_ios_mobile_scolling="false" are normally the default. So no need to set it here.

Best, Michael


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

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users 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