Hi, I hope you can help me with 3 queries.
1/ Multiple advance iframe calls on single page only works sometimes correctly 1st time.When displaying the upcoming football fixtures from 3 different leagues, the information shows correctly mostly the first time after creating the code. But subsequent page refreshes still show the 3 advance iframes, but the content is the same in every iframe (in most - if not all - cases the content from the last iframe is also displayed in iframes 1 and 2.)
All 3 calls have a unique id.
Code:
[advanced_iframe securitykey="xxxxxMySecurityKeyxxxxxx" src="http://full-time.thefa.com/ListPublicFixture.do?selectedFixtureGroupKey=&selectedRelatedFixtureOption=2&selectedClub=&selectedTeam=&selectedFixtureDateStatus=&selectedFixtureStatus=&selectedDateCode=7days&selectednavpage1=1&navPageNumber1=1&previousSelectedFixtureGroupKey=&previousSelectedClub=&seasonID=6373213&selectedSeason=6373213" id="northwilts" content_id="#wrapper_content" height="600px" width="100%"]
Code:
[advanced_iframe securitykey="xxxxxMySecurityKeyxxxxxx" src="http://full-time.thefa.com/ListPublicFixture.do?selectedFixtureGroupKey=&selectedRelatedFixtureOption=2&selectedClub=&selectedTeam=&selectedFixtureDateStatus=&selectedFixtureStatus=&selectedDateCode=7days&selectednavpage1=1&navPageNumber1=1&previousSelectedFixtureGroupKey=&previousSelectedClub=&seasonID=989300671&selectedSeason=989300671" id="midwilts" content_id="#wrapper_content" height="600px" width="100%"]
Code:
[advanced_iframe securitykey="xxxxxMySecurityKeyxxxxxx" src="http://full-time.thefa.com/ListPublicFixture.do?selectedFixtureGroupKey=&selectedRelatedFixtureOption=2&selectedClub=&selectedTeam=&selectedFixtureDateStatus=&selectedFixtureStatus=&selectedDateCode=7days&previousSelectedFixtureGroupKey=&previousSelectedClub=&seasonID=387438811&selectedSeason=387438811" id="cotswoldyfl" content_id="#wrapper_content" height="600px" width="100%"]
I created this in a post, in a page, in a page with Visual Composer, etc, but the results are always the same. It shows (mostly) correctly only the first time and then subsequently they all show the same content.
2/ Unable to display just the content from a single id of the remote page.What I really would like is only to show the fixtures without the surrounding content. I included:
Code:
content_id="ListPublicFixtureForm"
. This did not work and the entire page including top (but excluding the sides) was still shown. Since the id was within a form, I tried
Code:
content_id="content"
as well as
Code:
content_id="wrapper_content'
but the iframe in all cases showed the same content.
What additional declarations should I include / exclude?
3/ Unable to auto size height.I followed the instructions on the various demos on your site and removing the height declaration, but I am unable to get the frame to size automatically according to the size of the iframe.
Your guidance is appreciated.
Many thanks.