• acoti

    (@acoti)


    All right, I’ll try to explain this:

    When I go to my blog summary page that lists all the posts without regard to category, I click on a post. It goes to my single post page and the Smarter Navigation works perfectly, taking me through ALL my posts.

    Next, I click on a category, see all the posts within that category and then click on a post. Again, it goes to my single post page. And, again, the Smarter Navigation works perfectly, taking me through all my posts within that category.

    Now…when I go back to my blog summary page, click on a post, Smarter Navigation now thinks I’m still in a category, so the navigation becomes inaccurate.

    If I clear my browser cache, all will work again for that one time, and then it seems to get stuck on a particular category even if I’m not browsing by category anymore.

    Is there a reset or clear cache command that can be invoked. This is such a great plugin, but I’m stuck with this. Thank you.

    http://wordpress.org/extend/plugins/smarter-navigation/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author scribu

    (@scribu)

    You could add this line to your functions.php file:

    add_filter( 'smarter_nav_clear', 'is_front_page' );

    It will remove the cookie when a user hits the front page.

    Thread Starter acoti

    (@acoti)

    Thanks for that, but unfortunately, it doesn’t solve the issue. I can can still jump from different categories and tags and the navigation works perfect.

    Is there any code or function call that I can insert into the blog summary template itself that will clear the cache?

    Plugin Author scribu

    (@scribu)

    You could try calling Smarter_Navigation::clear_cookie(), but I’m not sure it’ll work.

    Thread Starter acoti

    (@acoti)

    Unfortunately, that doesn’t work either. It’s too bad because this is a cool plugin, but I’ll have to forego using it for now. Thanks for the quick responses and ideas to try.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Caching Issue?’ is closed to new replies.