We are having a problem with the Admin Toolset not loading the javascript for all the buttons correctly. Some buttons – lock, pin, delete – load ok and work properly but the others don’t
Thanks
We are having a problem with the Admin Toolset not loading the javascript for all the buttons correctly. Some buttons – lock, pin, delete – load ok and work properly but the others don’t
Thanks
sounds like js conflict but cannot tell from an image… would need a link…
likely this: http://codex.simple-press.com/codex/faq/troubleshooting/what-is-this-jquery-conflict/
nothing obvious jumps out at me there… I dont see any errors either…
which means you need to try to capture any errors when you click on the item… please try it with the browser console open and see if you can see any http responses and what they might be…
I reviewed the source code and all java scripts/jquery calls are within my domain. The only outside call I’m seeing is for google fonts.
I can move the posts, but not the Topic… so the tool partially works, but for some reason limited. Is there a setting I’m overlooking. I have admin permission.
Here’s the link again: www.elsaelsa.com/forum/
Thank YOU!
Your WP theme IS loading a script called jquery.custom and I have no idea, of course what might be in there.
Let’s shelve that for a moment and look at specifics. You browser will have – somewhere in the tools – a script console. If you can find it can you:
Thank you so much Yellow Swordfish. I have emailed the theme author to see if it’s a file we can live without (easy fix). And will attempt your step by step instructions for capturing any errors.
OK… These are the errors I got in the console when I loaded the page:
GET http://www.elsaelsa.com/wp-includes/js/jquery/jquery-1.10.2.min.map 404 (Not Found) www.elsaelsa.com/forum/general/:74
Blocked a frame with origin “http://www.youtube.com” from accessing a frame with origin “http://www.elsaelsa.com”. Protocols, domains, and ports must match. www-embed-player-vflq9Xn49.js:219
And this is the error I received when I attempted to move the topic with the toolset:
Uncaught Error: Syntax error, unrecognized expression: New England ElsaElsa Meetup!
Note: This is a topic that was originally created on our old board (bbPress). We’ve had it professionally converted, but maybe something went awry, and is causing a syntex error ?? Just guessing/thinking out loud. I wonder if newer Topics wouldn’t have this issue.
Dang. Just tested a new topic (one that hadn’t been part of the conversion), and am getting the same errors in the console. ::pout::
I wouldnt worry about the first one, min.map… wp left something in 3.6 and its removed for next version causing that…
the iframe one will be down to your embedded player plugin but not sure its related…
cant tell anything from the small fragment on the last one…
other js/jquery, ie popups are working on your site, so thats good…
What browser is this in?
can you try a temp switch to the default wp theme and see if it starts working?
Elsa, were all those errors only present AFTER you hovered over a topic to get the forum tools? or were they there from the page load?
Thank you for your response (especially on a Friday evening).
I fixed the iframe error and did an embed object instead. *error.b.gone*
The last error code:
Uncaught Error: Syntax error, unrecognized expression: New England ElsaElsa Meetup!
only came up when I actually clicked on the ‘Move topic’ link in the toolset.
The first 2 errors showed up when I loaded the page (without hovering over anything), the third error (above in red) was when I clicked on the ‘Move topic’ link. No errors registered when I hovered over the little toolset icon to open up the little window. I have also had no problems renaming topics, moving posts, etc – it seems to be isolated to the ‘Moving topics’ request.
I don’t mean to sound lazy, but I would really rather not switch to default theme to check – it always seems to open a can of worms for me, and if we can get to the bottom of this without that challenge, I would be soooo grateful.
ah, I misunderstood the problem.. thought you were indicating the forum tools were not opening…
for the move topic, see this post: https://simple-press.com/support-forum/sp5-general-topics/cant-move-topics-only-in-certain-forums/#p130375
for a fix on topic titles containing non alphanumeric characters (ie the ! in your case)…
so if that fixes the move topic, is there still an issue?