Endless spinner with particular theme

3.89K viewsIssues
1

I’m getting an endless spinner when I try to make a post but this only happens with a custom theme, it works fine with Twenty Twelve and others. Any idea what I might look into to see what could be causing it? The theme uses bootstrap framework, other than that it’s just a theme made from Underscores starter theme. The only plugin installed is crayon syntaxhighlighter and it does it with that disabled too.

Figured out what the issue was. The theme has a static and fixed bootstrap nav option. If it’s set to fixed the endless spinner happens, it works fine with a static nav though. No idea why this is causing an issue

0

There may be a JS error, is there any error you notice in console?

Checked that but there isn’t an error. I’m trying to figure out what the fix nav would use that the regular one wouldn’t. I don’t think there’s any different JS involved between the two

I worked out what the issue was and figured I’d post it.
I had a function that would check if the page being viewed was the theme customizer page and if it was it would add CSS to the head. For some reason this caused an issue when making a post. it was a clunky function I was testing out, I removed it and it works fine now.