Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
general-topic
Can't press "add topic" or "reply" on my forum
Avatar
Richard Thompson
Rookie
Free Members
sp_UserOfflineSmall Offline
Mar 20, 2014 - 7:14 pm

Hi, I am very new to this, but I created a forum and when i was finished I could not press the add topic button or the reply button. I have been reading over some of the similar issues here and I see the trouble shooting gets very detailed. I only said that to say, I am an armature LOL. please go slow. But seriously I really need your help. hear is a link to the forums. If there is any other screen shots you would like to see let me know. One more thing if I am in a topic then press add topic it bring bring back out of the topic.

Thank you 

http://tyronet.com/forum/ar-dr.....g-3172014/

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Mar 21, 2014 - 12:51 am

invalid loading of wp jquery ui from external source...

<script type='text/javascript' src='//code.jquery.com/ui/1.10.3/jquery-ui.js?ver=3.8.1'></script>

see:  http://codex.simple-press.com/.....-conflict/

since wp is already loading its version of jquery ui, the two are conflicting and causing js issues...

at least that is the appearance...

Avatar
Darren Melia
Rookie
Free Members
sp_UserOfflineSmall Offline
Mar 23, 2014 - 6:06 pm

I have the same problem but it is not the above

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Mar 23, 2014 - 9:13 pm

@darren, gonna need more info.... any js errors in console?  no caching, js min or incorrect jquery loading?  link to your site we can help look for obvious conflicts...

Avatar
Darren Melia
Rookie
Free Members
sp_UserOfflineSmall Offline
Mar 24, 2014 - 5:27 pm

Fixed it. Turns out it was Add This that was the problem

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Mar 24, 2014 - 5:36 pm

Sorry to hear that. I do not believe I have come across 'Add This' before...

andy-signature.png
YELLOW
SWORDFISH
Avatar
dbass
Member
sp_UserOfflineSmall Offline
Mar 24, 2014 - 5:49 pm

I have a similar issue with our forum.  The buttons are clickable, but don't do anything.  When I hover over the "Add Reply" button the script on the browser says: "javascript:void(null)"  We have the forum in a Wishlist Member "Members only" page.  It seems the change has been relatively recent :(

Dustin

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Mar 24, 2014 - 6:56 pm

Going to have to start the same way as above with the possibility of a JavaScript conflict possibly in your WP theme or another plugin - which needs to be fixed. This codex article explains what this means and what to look for:

http://codex.simple-press.com/.....-conflict/

of course of you can use the script console of your browser we can get to see if there is a problem a lot quicker.

andy-signature.png
YELLOW
SWORDFISH
Avatar
dbass
Member
sp_UserOfflineSmall Offline
Mar 25, 2014 - 11:11 am

I'm not a coder, but when look at the page loads in the console of Chrome's "View Source" this is what I get when I click on a post...

Consider using 'dppx' units instead of 'dpi', as in CSS 'dpi' means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual 'dpi' of a screen. In media query expression: not all, not all, only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, only screen and (min-resolution: 120dpi) (index):1

The value "1.0;" for key "initial-scale" was truncated to its numeric prefix. (index):155
The value "1.0;" for key "maximum-scale" was truncated to its numeric prefix. (index):155
Error parsing a meta element's content: ';' is not a valid key-value pair separator. Please use ',' instead. (index):155
Uncaught TypeError: Property '$' of object [object Object] is not a function (index):313
(anonymous function) (index):313
Consider using 'dppx' units instead of 'dpi', as in CSS 'dpi' means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual 'dpi' of a screen. In media query expression: print, not all, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) (index):688
Uncaught TypeError: Object [object Object] has no method '_mouseInit' jquery-ui.min.js:9
c.widget.c.extend._init jquery-ui.min.js:9
(anonymous function) jquery.ui.widget.min.js?ver=1.10.3:4
e.Widget._createWidget jquery.ui.widget.min.js?ver=1.10.3:4
e.(anonymous function).(anonymous function) jquery.ui.widget.min.js?ver=1.10.3:4
(anonymous function) jquery.ui.widget.min.js?ver=1.10.3:4
x.extend.each jquery.js?ver=1.10.2:3
x.fn.x.each jquery.js?ver=1.10.2:3
e.fn.(anonymous function) jquery.ui.widget.min.js?ver=1.10.3:4
i.widget._create sp-plugin-scripts-header.js?ver=18:144
(anonymous function) jquery.ui.widget.min.js?ver=1.10.3:4
e.Widget._createWidget jquery.ui.widget.min.js?ver=1.10.3:4
e.(anonymous function).(anonymous function) jquery.ui.widget.min.js?ver=1.10.3:4
(anonymous function) jquery.ui.widget.min.js?ver=1.10.3:4
x.extend.each jquery.js?ver=1.10.2:3
x.fn.x.each jquery.js?ver=1.10.2:3
e.fn.(anonymous function) jquery.ui.widget.min.js?ver=1.10.3:4
(anonymous function) (index):907
c jquery.js?ver=1.10.2:3
p.fireWith jquery.js?ver=1.10.2:3
x.extend.ready jquery.js?ver=1.10.2:3
q jquery.js?ver=1.10.2:3
Given URL is not allowed by the Application configuration.: One or more of the given URLs is not allowed by the App's settings. It must match the Website URL or Canvas URL, or the domain must be a subdomain of one of the App's domains. ping?client_id=[deleted for security]&domain=familydodots.com&origin=1&redirect_uri=http%3A%2F%2Fstatic.ak…:1
event.returnValue is deprecated. Please use the standard event.preventDefault() instead. jquery.js?ver=1.10.2:4

 

Any help would be appreciated beyond words (or beyond wordpress, grin)

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Mar 25, 2014 - 1:34 pm

Uncaught TypeError: Property '$' of object [object Object] is not a function (index):313

That is probably the culprit although hard to tell in all of that. I should have added to only show script errors!

Why not give me a link to your forum page and at least I can see if it is anything obvious. And if this problem is a recent thing then the question is what had changed. A new plugin added perhaps? Change of Wp theme? Some updates?

andy-signature.png
YELLOW
SWORDFISH
Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 619
Members: 17361
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10127
Posts: 79625