Can you show the website? seems like a JS error
Hi Miguel,
Thanks for the reply, for example you can take a look here:http://usprogress.net/category/news/asean-secretariat-news/
If you click for January 2015, the archive not expanded.
Regards,
It’s working to me, If you wanna expand January, then at the widget configuration, you must activate the option to show posts inside months.
Hi Miguel,
What I mean is not to expand January, what I need is when January clicked the accordion archive is expanded same like when you clicked February 2015.
Is it work on your side?
Thanks
I don’t get it. When I click February, it opens the February archive page because there are no more levels. What should be the behavior?
Hi Miguel,
Thanks for the fast response. Sorry for un-clear explanation from me. Maybe you will get it if I am using the screenshot below:
For February the looks of the widgets is like this: February
And for January.
So what I need is: on January the sidebar have same look as February with marked on the January for sure.
Thanks,
I think this is cause the display post by category only not working
Thanks,
Mmm, seems like a bug. Could you pass me an screenshot of the widget’s configuration?
It’s not detecting that on January the parent year should be expanded.
Yes, the url for each category archive not called to url, so when I clicked January is back to the default wordpress archive link for all posts.
Any solutions for this?
Thanks, can you take an screenshot of the widget configuration? or the shortcode used?
Thanks for the responded, here the link for the screenshot:http://i67.tinypic.com/14nen7k.jpg
I am did not use the shortcode :).
Thanks,
Thanks, as soon as I can I fix it, or if you want to fix it any patch is welcome.
Tried to solve but still not working, any update from you?
Finally it’s solved. I put this code line 448:
<div style="display: none;"> <?php $cat_lock = the_category_ID(); ?></div>
and 485
"<a class=\"jaw_months\" href=\"{$month_url}?cat=$cat_yp\" title=\"{$monthFormat}\">";
Hope this helps for others