How to load library scripts in admin from plugins in noConflict wrapper?

I’m NOT actually Answering the question, I’m putting here, how I got my solution without being on that course: First of all, I got the initial solution to the enqueue problem from WPSE answer. It’s working like a charm. But the problem of conflicting re-occurred when I tried embedding the Media Uploaded to a field … Read more

Why does javascript works only if logged in?

Try: wp_enqueue_script( ‘nevermind-navigation’, get_template_directory_uri() . ‘/js/navigation.js’, array(‘jquery’) ); It is possible that jQuery is not enqueued, and you are not declaring it as a dependency for your script. Being logged in, automatically enqueues jQuery. EDIT: Console log says jQuery is not defined. Did you add a jQuery(document).ready($) function for the fixed-menu.js functions?

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)