Hi. I briefly see the red rectangle (hide part of iframe) on page load, then the iframe content seems to cover it as if it has a higher z-index.
Please check your config:
hide_part_of_iframe="hide_part_of_iframe='217,364,130,35,#ff0000,9999'"
is not valid.
See working examples here: http://www.tinywebgallery.com/blog/advanced-iframe/advanced-iframe-pro-demo/hide-a-part-of-the-iframe
You have defined a z-index of 9999. If your iframe has a higher index maybe because of your css you use, you need to increase this value.
It depends on your code. You need to check in the development tools what the z-index of the iframe or one of elements it is located in.
Have you fixed the shortcode above? Then check with the developer tools. There you can simply play with the z-index and see what value you need.
Best regards,
Michael
Hello. I'm sorry, I don't understand what part of the shortcode needs to be fixed. I generated the code with Advanced iFrames Pro and pasted it in. I tried both the shortcode "[advanced_iframe]" and the longer version that I displayed above. Here is a screen recording of me trying to figure it out: https://www.youtube.com/watch?v=ZdVSK7nto48
Does that help?
Hi,
Unfortunately there is no sound.
But check my first comment!
hide_part_of_iframe="hide_part_of_iframe='217,364,130,35,#ff0000,9999'" is wrong
hide_part_of_iframe="217,364,130,35,#ff0000,9999" is correct.
In the editor the shortcode parameter is shown like described on the top. In the adminstration you only have to add the content.
Like you see here: http://www.tinywebgallery.com/blog/advanced-iframe/advanced-iframe-pro-demo/hide-a-part-of-the-iframe
Best regards, Michael