NXT_Hollywood
Member
Posted 2 years ago #
here is a screenshot of what is going on!
http://i56.tinypic.com/1250qpk.jpg
i have install google libraries, and download 3.0.3 then gone back install 3.0.4 nothing also Clicking Screen Options is doing nothing dont show nothing when clicked...
also cant drag and drop using tribal theme from gorilla themes
and also does the same thing when using other themes
PLEASE HELP!
Did you exclude admin pages when you integrated Google Libraries?
i.e.
function my_jquery_init() {
if(!is_admin()){ // Only load these scripts on non-admin pages
See http://themocracy.com/2010/02/using-google-code-libraries-with-wordpress/
NXT_Hollywood
Member
Posted 2 years ago #
emil
honestly i suck at this sh** so more details how to insert this in !
You can use WordPress jQuery and UI as well. And here is the link to that. http://codex.wordpress.org/Function_Reference/wp_enqueue_script
Also this would be the correct code without calling the library admin pages
<?php
function my_init_method() {
if (!is_admin()) {
wp_deregister_script( 'jquery' );
wp_register_script( 'jquery', 'http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js');
wp_enqueue_script( 'jquery' );
}
}
add_action('init', 'my_init_method');
?>
NXT_Hollywood
Member
Posted 2 years ago #
i tried it same thhing still happen, is so whats wrong with widgets..
Does this happen when Google lib is not installed? Can you remove that and try it without. This just so that we can rule this out.
If this is the case and you don't want to use copied functions, you may also go with this plugin http://wordpress.org/extend/plugins/use-google-libraries/. With this you'll be using all Google's and none of the WordPress stuff. If that's what you want to do.
I actually find WordPress libs easier to work with, but that's my personal preference.
Cheers,
Emil
NXT_Hollywood
Member
Posted 2 years ago #
nope jsut tried it, and still having issues \
it happens on all themes i'm currently using WordPress 3.0.4.