Code from faq-manager.php file showing at top of page in html
-
This is showing up on the top of any page on my blog:
div.faq_answer {display: block!important;}
p.faq_nav {display: none;}This appears to be from your faq-manager.php file:
/**
* expand FAQs for print
*
* @return WP_FAQ_Manager
*/public function print_css() { ?>
<style media=”print” type=”text/css”>
div.faq_answer {display: block!important;}
p.faq_nav {display: none;}
</style><?php }
Your plugin had been working fine. I took out the ?> and <?php in this file but then I got the white screen of death so I put them back in.
Any ideas on how to resolve this issue?
Love your plugin by the way,
Amanda
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Code from faq-manager.php file showing at top of page in html’ is closed to new replies.