MyRCBox
Forum Replies Created
-
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Error message when subscribingProblem solved
It was a mod security rule on my hosting company.
Thanks
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Error message when subscribingI’ve reinstalled the plugin.
It was working perfectly for 2-3 tests and then it stopped working…
You can check my site: http://www.myrcbox.com, the plugin is enabled
Thanks
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Error message when subscribingI’ve tried all three debug modes and no extra error messages are displayed.
I’ve tried with the basic WP theme and disabled all others plugins, nothing changed.
Thanks
Forum: Themes and Templates
In reply to: [Swift Basic] No search bar and no social iconsThanks for the info, it worked
I never meant to change the plugin itself, just its position into the code.
I’ve kind of fixed the problem. I have inserted this code in my index.php file.
<?php if (strpos($_SERVER['HTTP_USER_AGENT'],"MSIE 8")) { header("X-UA-Compatible: IE=7");} ?>I’ve added the <?php wp_footer(); ?> right before the closing body bracket in the footer.php file. It has simply inserted another “Follow” bar at the end of the page.
Maybe I should get another similar plugin. Any suggestion to replace the Share and Follow plugin?
Thanks