Support Forum
Thank you for checking on my site. I had not realized it was throwing so many errors. At least I know that jquery was working at some point before, after many days of trial and error. I did run the housekeeping, resetting the cache, to no avail.
I also tried what Yellowfish suggested above, but that only broke the theme appearance.
It's very confusing that it was working fine, and now not so much! Our forum is basically inoperable for the moment. Would it help if I included my function.php? I know it's a lot to look through, but I commented in/out what I added, under my initials mwss. Perhaps you would not mind taking a quick look?
is that the way the theme comes??? or did you change to all those enqueue statements? using wp_enqueue_scripts is proper, but oddly there are no dependencies specified...
so if it was working, what has changed?? update theme or plugins?
Visit Cruise Talk Central and Mr Papa's World
hello again, wow that was fast! yes, the theme comes like that, all I did was comment to make it load from google just for the plugin onebyone, otherwise just enqueue. I checked the errors, now I'm getting:
questions:115 TypeError: 'undefined' is not a function (evaluating '$')
questions:119 TypeError: 'undefined' is not a function (evaluating '$(document)')
questions:137 TypeError: 'undefined' is not a function (evaluating '$(document)')
questions:529 TypeError: 'undefined' is not a function (evaluating '$('a[data-rel]')')
jquery.ui.widget.min.js:5TypeError: 'undefined' is not a function (evaluating 'e.widget.extend({},this.options,this._getCreateOptions(),t)')
I didn't change all those enqueue statements. how odd? I contacted the author, who would not reply to me, though he just pushed out an update that specific did not address this issue. so frustrating!!
do you mean all the enqueue within the set starting with if (!is_admin ...?
yup, that's all from the theme, all the enqueue_scripts for tabs, tabs2, etc.
generally, should there by anything before wp_enqueue_script like a wp_register_script? From if (!is_admin it goes directly to wp_enqueue_script('jquery'); .
thank you again for your quick response. much, much obliged!
what happens if you temp disable those? just to narrow it down...
notice the errors you lsted? all start with $... known to sometimes conflict in wp jquery... you could try finding those where included in the header and change the $ to jQuery and see if any impact...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)