Support Forum
Hi!
I am a new User and just feeling my way around Simple:Press. I want to add Image Uploader to my Forum. Everything seems fine, except when I go to use it I get the following screen instead of the one that appears here on this Forum. I have gone in and set my Permissions, etc but still this is what I get. What am I missing please?
thanks,
Lin
appears like some sort of js conflict... have you tried with another browser?
also, try going to forum - toolbox - housekeeping and resetting the combined js cache... guess I should ask if you are using the combined caches? on forum - options - global settings...
do you have a link to site so we can check for other potential conflicts?
Visit Cruise Talk Central and Mr Papa's World
tried another Browser -- no change
tried resetting cache - no change
http://paws2dance.com/members/.....buttonome/
Username: TempUser
Password: SPForum2013
appreciate the help,
Lin
looks like your theme is doing bad things... it appears to be loading its own copy of jquery - and a very, very old version of it too... its doing this:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
instead of loading the wp version... and its doing it outside of the wp api, so the wp version of jquery is also loaded and so they conflict...
more reading: http://codex.simple-press.com/.....-conflict/
its loading version 1.4.2 release a very long time ago... the latest version shipping with wp 3.6 is 1.10.1 (in beta currently)... so you can see how there would be problems...
a quick switch to the default wp theme should verify this as things should work...
if you can find where in your theme its incorrectly loading this ancient version of jquery , we can help correct it...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)