paulhibbitts
Member
Posted 8 months ago #
Hello,
Thanks so much for the Advanced iframe plugin, it is working like a charm!
I am a CSS newbie, and I am now trying to modify the default style of a H1 header font within an embedded iFrame using the plugin (source page does not link to any CSS files).
I've tried the following:
Content id: h1
Content styles: font-family: sans-serif;
Any assistance or suggestions would be greatly appreciated!
Thanks very much,
Paul
http://wordpress.org/extend/plugins/advanced-iframe/
mdempfle
Member
Posted 8 months ago #
Have you verified that it is really a h1? Because many templates have h2 as header as well.
- Michael
paulhibbitts
Member
Posted 8 months ago #
Hello Michael,
Thanks for the prompt response, much appreciated!
I've verified that the item in question is a h1 and it is. I've also now tried to use the following shortcode and still no luck...
[advanced_iframe securitykey="mysecuritycode" src="myurl.com/test.html" content_styles="h1" content_styles="font-family:sans-serif"]
Any other suggestions?
Thanks very much,
Paul
mdempfle
Member
Posted 8 months ago #
Please use the internal settings and not the shortcode. There overwriting does not seem to work for all elements.
I'll fix this today.
- Michael
mdempfle
Member
Posted 8 months ago #
Please use 1.3 if you want to use content_id, content_styles, hide_elements in the shortcode - before only the parameters from the config where used.
paulhibbitts
Member
Posted 8 months ago #
Thanks very much, I will try out the new version.
Thanks again,
Paul