Hello,
I have the shortcode:
Code:
[advanced_iframe securitykey="------" use_shortcode_attributes_only="true" src="http://shop.eoc.se/shop/custom/select_colour.aspx" id="advanced_iframe_8" height="726" width="653" scrolling="no" hide_part_of_iframe="619,697,34,29,rgba(255;255;255)$hide10000,10,http://shop.eoc.se/shop/custom/select_colour.aspx,_blank|404,611,244,136,#fff,10|0,166,653,44,#fff,10" hide_page_until_loaded="true" show_iframe_loader="true"]
The iframe goes to a colourpicker: http://shop.eoc.se/shop/custom/select_colour.aspx
There is a text and two buttons I would like to hide. I have no problem to hide it as long the iframes content is static. But when you click on a colour-value (blue for example) the text and buttons goes down a bit to give space for colour-alternatives.
How can I hide it all the time?
The iFrame is on external site I have no control over.
My site is on https - but I have an 301-redirector that reroute my iFrame page to http.
Thanks,