Common error / stop working fix
-
I found this issue that Live Comment Preview plugin stop working, in diffrent installs, diffrent behaviour. Specialy if you using member plugins like s2member or security, roles and capabilities plugins.
Line 342 in live-comments-preview.php
echo '<script src="' . get_option('home') . '/?live-comment-preview.js" type="text/javascript"></script>';
By given the url a true page in the url (index.php) all installs and with diffrent plugins suddenly gets Live C P start to work again:
echo '<script src="' . get_option('home') . '/index.php?live-comment-preview.js" type="text/javascript"></script>';
Maybe authors could take a look at this ? its seems harmless to add this to the virtual javascript file creation.
Thanks to Author for this little baby, much better to use this rather then user-edit-post-for-a-while plugins and stuff.
/ Jonas
https://www.ads-software.com/extend/plugins/live-comment-preview/
- The topic ‘Common error / stop working fix’ is closed to new replies.