itslino
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Search Form gets 403 Error@girlieworks I got it to work but it might be something like what you said… about it being on the servers side cause I just kept attempting to do it 80 times in a row or so and around the 81st try it let me add it. But I’d still like to resolve the issue so I know how to fix it if it were to happen again.
Forum: Fixing WordPress
In reply to: Search Form gets 403 ErrorYea every time I put it on a edit page I get that error. Is there anyway to check whats causing it?
Forum: Plugins
In reply to: Assistance in implementing this pluginFrom what I can tell so far, changing the class to activate the different effects works but the button won’t activate it for some reason.
I made a practice HTML page, and it worked on that but for some reason it won’t work on wordpress?
Forum: Plugins
In reply to: Sidr not working on WordPress?Got it fixed for those wondering.
Simply put the function in a script as I did in the beginning
$(document).ready(function() { $('#simple-menu').sidr(); });Change it now to this
jQuery(document).ready(function() { jQuery('#simple-menu').sidr(); });The reason is explained here: http://wordpress.stackexchange.com/questions/2895/not-defined-using-jquery-in-wordpress