Please update to version 1.3.9 and check if problem is fixed.
Thank you,
Hi again,
I upgraded to 1.4.0, which did not solve the issue.
Text within header tags retains its standard size.
I use the Spacious theme.
I tried to activate other themes, and the header tag actually works with your plugin for the following themes: Twentytwelve and Yoko.
But it does not work for:
Twentythirteen and Twentyfourteen.
PS:
When a post is displayed “native” by the theme (e.g. after making a search, which lists a post, and you then click the post to display the full content), then the header tags works. The issue is only when your plugin displays it.
Best regards,
Hi,
Please send me link to your website so I can help effectively.
Thanks
Hi,
Sorry I only now noted your last comment.
My site is:
http://www.detfynskekammerkor.dk/wp/en/
If you check the last event on the English calendar page, the first line of the content is within <h1> tags:
<h1>CARL NIELSEN CONCERT</h1>
(for all other events, it is within and tags)
Pls note that I only display the content, not the title.
(I just upgraded to 1.4.3, for your information)
Best regards,
Hi,
your active theme doesn’t set font-size property for H1, H2… so currently it will inherited from parent element.
To customize size of these tags, please add this CSS to style.css file of your theme:
.pt-cv-view h1 {font-size: 18px}
just change “18px” to value you want.
Best regards,