Jason Newlin
Forum Replies Created
-
@andrew – so, after some debugging version 2.0.5 is NOT ‘breaking jQuery’, for me. But it is throwing a JS exception: Uncaught SyntaxError: Unexpected token ILLEGAL
What it is doing is stripping out the backslash from ‘<\/script>’ tag, that lots of people have as part of their footer from html5-boilerplate.
I tested version 2.0.4 and diff’ed the rendered output with version 2.0.5, and the only difference is stripping the backslash. I have NO idea why this would be happening.
This is the entire line straight from html5-boilerplate (to load as a fallback if google fails):
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.8.1.min.js"><\/script>')</script>
Hope this helps.
@justinendler – RESOLVED.
I ended up doing a ‘get_posts()’ instead of a loop for my featured post, and that seemed to do the trick.
Thanks for your help.
@justinendler – I figured out that it is a multiple loop issue.
BUT, no matter what I do I cannot get another loop to run on the same page as grid view.
Not sure why, I have tried everything I have in the past to run multiple loops on a page, and nothing seems to be working.
If you have any ideas, that would be great! Thanks.
@justinendler – yeah, no feed: https://pnp.synergyclients.com/category/events/feed/
@justinendler – sure do: https://pnp.synergyclients.com/category/events/
Thanks for your help.
I am also having this issue, every month just displays the ‘current’ month.
WordPress version – 2.9.1
Plugin version – 1.5.4
Permalinks setup – /%postname%/Not sure how to fix, I have tried deactivating the plugin, reoding the permalinks, and deleting the category ‘events’. Then reinstalling again. No luck.
Example url: /category/events/2010-03/
Should show March, but still shows February (current month).Thanks!