NefertitiDesigns
Forum Replies Created
-
I’ve just reactivated the plugin to see if there are any errors in the Console and the slider has remained working. Not sure how this is possible as nothing else has been changed!
So for now I’ll count this as resolved and come back to you if necessary.
Thanks for the fast reply!Forum: Fixing WordPress
In reply to: 3.6 Missing functionsSimilar problems for me after the update to 3.6, I had a page-template.php error so I:
– re-uploading all files & folders – except the wp-content folder – from a fresh download of WordPress, making sure to say override all existing files
and that fixed it.
Forum: Plugins
In reply to: [PHPFreeChat] [Plugin: PHPFreeChat] Change default timeout settingThank you for your help, your answers have been a great help.
K
Forum: Plugins
In reply to: [PHPFreeChat] phpfreechat Latest Chatter Widget auto-refreshingI’ve resolved this if anyone would like to use the code add this code in the site header:
<script src="http://code.jquery.com/jquery-latest.js"></script><script>
var refreshId = setInterval(function()
{
$('#responsecontainer').load('http://spartantraderfx.com/trading-chatroom/ #responsecontainer > ul'); }, 5000);</script>
where #responsecontainer is the div in which [addw2p name=”chat”] sits (the call for the latest chatter widget).
Thanks again for the plugin.
K