Karel17
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Reverse headersAlso true, sorry that I am a bit unclear. On a single page, there does not seem to be an <h1>. The post title is an H2, and not an H1 as you say.
I haven’t adjusted the CSS so that could not be the problem. Also tried multiple places for the menu (top, header, footer) also made no difference.
However I see that you have managed to get H1 on every page on this site. Could you please tell me how you did it?
Edit: the posts do have an H1, just the pages don’t.
Forum: Themes and Templates
In reply to: [Hueman] Reverse headersThanks for the quick reply. However the site title is not an H1
See the default settings below.
“<div class=”page-title pad group”>
<h2>page title</h2>”
So, that does not seem to work. Do you have any other solutions?
Thanks in advance! 🙂Forum: Themes and Templates
In reply to: [Base WP] Comments not showingIt worked! Thanks a lot. Perhaps an idea to make it work on default, or not. Eitherway to choose via options, and not via code which is is a bit harder.
Thanks for the fast follow-up 🙂
Forum: Themes and Templates
In reply to: [Base WP] iFrame nog showing correctlyHi there,
Was able to resolve it with some CSS commands I found later on. http://www.best-offer.nl/dekking-checker/
Beforehand it simply wasn’t wide enough and was only like 400px width, regardless of the width you set it to. With this codes it got righ:
<blah>
<style type=”text/css”>
body {scrolling:no;
}
iframe {position:absolute;
top:0px;
left:0px;
bottom: 5px;}
</style><body>
<iframe src=”https://vs588.uniserver.nl/coverageportal” height=”100%” width=”100%” frameborder=”5″></iframe>
</body>Forum: Themes and Templates
In reply to: Add divider between content and sidebar – Twenty ThirtheenIn de CSS file, all the way down.