• Resolved bjobmann

    (@bjobmann)


    Hello,
    Thanks for such a great plugin. I have used the plugin many times before but I’m having a strange problem recently. All of my categories are linking to my archive page. For instance if I choose any category aside from “All” the plugin will sort correctly but then go to the blog archive page showing all of those projects rather than staying on the portfolio page like normal. Please take a look for a better understanding: http://staging.nextlogik.com/portfolio and select any category.

    Thanks for any help you can offer.

    -brad

    http://wordpress.org/plugins/nimble-portfolio/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Nimble3

    (@nimble3)

    This is the reason:

    TypeError: jQuery(...).prettyPhoto is not a function
    http://staging.nextlogik.com/wp-content/plugins/nimble-portfolio/includes/scripts.js?ver=1.3.0
    Line 24

    This is our script, but the actual problem is due to different jQuery version called on the same page.
    <script type='text/javascript' src='http://staging.nextlogik.com/wp-includes/js/jquery/jquery.js?ver=1.10.2'></script>

    and then
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>

    Multiple jQuery versions on same page will stop many other scripts to work properly.

    Thread Starter bjobmann

    (@bjobmann)

    Damn. I didn’t see that, thanks so much for the quick reply!! It’s fixed now. Like I said before great plug-in and great support!

    I have the same issue and my jquery version is the same. Then whats wrong?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Categories linking to archive page’ is closed to new replies.