shower1234
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: jQuery(…).tabs is not a functionI don’t know.
I think that something is wrong with wordpress or something.
Forum: Fixing WordPress
In reply to: jQuery(…).tabs is not a functionYes, it exists.
I tried with
wp_enqueue_script( 'my-js', 'filename.js', false );And error in console disappeared but widgets didn’t work.
Forum: Fixing WordPress
In reply to: jQuery(…).tabs is not a functionUncaught TypeError: jQuery(…).tabs is not a function scripts.js?ver=1:31(anonymous function)
In scripts.js it looks:
// tab switcher jQuery( "#tabs" ).tabs({ activate: function (e, ui) { jQuery.cookie('selected-tab', ui.newTab.index(), { path: '/', expires: 1 }); }, active: jQuery.cookie('selected-tab') });Forum: Fixing WordPress
In reply to: jQuery(…).tabs is not a functionIt’s in wordpress admin page problem.
I dont’s see any widgets because in console i have this error.
Forum: Fixing WordPress
In reply to: jQuery(…).tabs is not a functionNo…
I checked only:
<script type="text/javascript"> $(document).ready(function() { $('h2').append("<a href='#'>SAUSAGES</a>") } </script>And I saw near all h2 word SAUSAGES
Forum: Fixing WordPress
In reply to: jQuery(…).tabs is not a functionYes, I did it, because I saw this problem in console so everything was alright.
Forum: Fixing WordPress
In reply to: jQuery(…).tabs is not a functionOk, i put the code inside and i saw in every h2 text SAUSAGES
Forum: Fixing WordPress
In reply to: jQuery(…).tabs is not a functionOk i will do it later because a lot of people read this website so i can’t test it now.
Do i have to put it in the header.php in <script> tags?
Forum: Fixing WordPress
In reply to: jQuery(…).tabs is not a functionI checked it and paths are ok.
Forum: Plugins
In reply to: [Subscribe to Category] Display my categoriesAnd another question. I want to get post date. How to do this?