Hi @vanalles,
I checked your site and found the Twenty Fourteen theme CSS is conflicting with the CSS defined by wp auctions plugin that you have installed.
To fix this issue you can add following CSS code in the style.css file of your child theme or add it in your site using the following plugin.
http://ww.wp.xz.cn/plugins/simple-custom-css
#masthead {
z-index: 1 !important;
}
Best Regards,
You are most welcome, if I can be of any further assistance please don’t hesitate to ask 🙂
Can you help me please with my latest problem?
Overnight all titles and other bits like categories on top of pages and posts have disappeared. The last plugin I have installed was Link manager, but I did not have the problems after installation.
http://dutchchurch.itsal.nl/ If you know a solution?
Hi @vanalles,
I visited your site http://dutchchurch.itsal.nl/ and found the titles are displaying properly and you have made the categories hidden by adding the following CSS code in your site.
header .cat-links {
display: none;
}
To display categories either remove the above CSS code or add the following CSS code in your site.
header .cat-links {
display: block !important;
}
Cheers,
Hi @waldoctg,
I have replied to your above topic.
Cheers,