jwoj
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: jQuery/jQuery UIHi,
i really appreciate your guy’s help! Thanks a lot!@t31os_:
I have found out now, that only jQuery UI is my problem because it is loaded in the footer. Everything i do with jQuery works fine.Can someone tell me how (and where) to wrap up the jQuery(‘#tabs’).tabs()-code so that it is loaded after the libraries are loaded in the footer and to get it working?
Forum: Fixing WordPress
In reply to: jQuery/jQuery UI@dave: i only tried once loading in the footer. I read up on a few posts about jquery and WordPress 2.8 and found out, that it is supposed to be loaded in the footer. So i tried that. Therefore i had an extra function included in my functions.php which made sure that the jquery-tab-function wouldn’t be loaded until the scripts are loaded. I just forgot to take that out again, sorry. But, whatever, once again, it didn’t work :-).
@apljdi: thanks for your hint. I removed the one script. But it won’t work. Some posts i found don’t mention anything about where to load the libraries other posts say, they have to be loaded in the footer. I don’t understand why i can’t find anything about that in the WordPress documentation.
Forum: Fixing WordPress
In reply to: jQuery/jQuery UI@dave:
Sorry, i forgot to post my Site: http://books-and-it.de@apljdi:
Actually i used the wp_enqueue_script()-function with the handles: jquery, jquery-ui-core and jquery-ui-tabs.
But i have tried to include with both, relative and absolut paths already, too.First i wanted to use my own jquery-ui script which i had downloaded and uploaded into my theme. That that either didn’t work. After that i found out that wordpress already comes with the needed scripts, so i tried to include those.
Forum: Fixing WordPress
In reply to: jQuery/jQuery UIHi dave,
thank you very much for your fast answer. I have tried including my jquery-script in several ways, including the one you suggested. But still nothing happens. I have implemented the code as suggested in the jQuery UI documentation and with the nettuts-Tutorial on how to implement a tabbed UI. The problem is, absolutely nothing happens. It’s like, no matter how hard i try to include that stuff, it is totally ignored :-O.