blocks broken if not signed in
-
My blog post is not correctly displaying text in
blocks for visitors who are not signed in to WordPress. Blog post: https://jimbesser.wordpress.com/2014/10/20/its-node-js-all-the-way-down/ search for 'handleError' and if I'm signed in, the next line correctly says 'console.error('ERROR', new Date(), e);' but if I'm signed out (or someone else views the page) it reads 'console.error('ERRORew Date(), e);'. There are dozens of other places on the page where this kind of thing is happening, making it look like I don't know how to code! =) It appears that any time there is text in the form of '.foo('bar'' or '.foo('bar ', it is deleting the closing quote or space, and a number of following characters! In the HTML, it's inserting something like <span class='skimlinks-unlinked'></span> around the text that it butchers, so presumably something programmatic is going awry.The blog I need help with is: (visible only to logged in users)
- The topic ‘blocks broken if not signed in’ is closed to new replies.