>> I am trying to:
Build an index page template to display a Toolset type called 'Podcasts' that displays a list of posts that include embedded Soundcloud files
>> Link to a page where the issue can be seen: hidden link
>> I expected to see:
My template, with the hero image of the headphones on a yellow background
>> Instead, I got:
The embed for one of the 'Podcast' posts overlaying the entire page. If I go in and edit the content template, the expected layout appears on save. But a day or hours later if I review the page, the problem will recur.
Images attached are what the page should look like, what the page looks like when the first embed 'takes over' and the 'Listen more' view that is displaying the 'renegade' embed.
I took a look at the page you've sent the link for as well as the "Podcast Index" template and it appears fine.
I'm seeing the earphones with the yellow background rather than the podcast video as the banner.
From my perspective it is displaying fine. Perhaps i'm looking in the wrong place? If the issue should re-occur can you let me know so that I can have a look immediately.
I'm sure you're looking in the right place, Shane. I can't seem to break it right now. We're showing it to the client tomorrow 11am GMT so with any luck it will hold til then. Then I will try again. Thanks for checking in.
This is quite a strange one, after the demo to the client and the issue re-occurs I can happily have a look again for you. I'll keep this ticket open until you provide an update on the issue.
If I was to be more specific I would believe the issue is mainly being caused by the position settings that you've applied to the Iframe since its the only offender.
You've set the position to absolute and applied top 0 and left 0 to the iframe which will cause it to be in a fixed position at the top of the page. Mainly removing the position: absolute will resolve the issue.