Darren Ethier (nerrad)
Forum Replies Created
-
we’ve confirmed this bug and are working on a fix.
We’ll look into this, thanks for reporting.
Hi there,
Can you give me some more details please?
1. Were you using an earlier version of Organize Series and upgraded to a new version?
2. What version of Organize Series are you running now.
We’ll try to reproduce and isolate a fix. Thanks for reporting!
You can also read about the new features at http://organizeseries.com/2013/organize-series-2-4-4-released-and-updated-addons/
Hi Li-An
It’s not broken. It’s just a side effect of a new feature (see the changelog). You can now have paging on your seriestoc page and this affects the output of
wp_series_list()There are a couple ways to adjust this.
1. Change the per_page value in the series options page
2. If you are using the function directly you can pass the page value via the $argseg.
//'number' = perpage value, 'offset'= what row to start on. $args = array('number' => 20, 'offset' => 0); wp_serieslist_display(FALSE, $args);Hi Priscilla,
Thanks for reporting your issue. Unfortunately, if you must use Advanced Excerpt, then your best bet to resolve the issue is to uncheck the “Display series meta information with posts?” and use the
wp_seriesmeta_write()function within your theme where you want the meta information to show. If you need help with this the Basic Support package available on Organize Series will be a good product to get.Regarding your other question on which addons are compatible with 2.4.3:
Organize Series Grouping – compatible (but unless you are prepared to dive into code I don’t recommend purchasing this, it’s more for developers right now)
All In One SEO – compatible
Multiples – (requires 2.4.4)
Shortcodes – compatible.Hope that helps!
Your welcome, and thanks for the donation 🙂
no action for a couple of weeks. Marking this as resolved.
no action for two weeks. Marking this as resolved.
Hey guys, I just released Organize Series 2.4.4 which fixes this issue. We were able to figure it out.
Sorry, but custom development falls outside the scope of support I offer here. If you’d like you can purchase the basic support package at organizeseries.com and gain access to the private support forums there where I can give you some code examples. However, be advised that the basic support package does not give you access to custom development for your website. I will give code snippets that you can try and more specific information on how to implement various features, but I still do not design/develop people’s sites for them. For that, my team can be hired for custom development.
Your welcome Michael. However, after doing some more testing on this, the fix I gave you kills the ability to remove posts from series. So I worked out another fix. It’s a bit more complex but it will be included in the next release.
hey guys, sorry for the delay on this. Do either of you use the Organize Series Shortcodes addon?
Actually, we’ve been able to determine that this isn’t a bug but more of an issue with design. The “Series Post Navigation” template in the series options page is more for the general setup of the series navigation attached to posts and does not have the post_id exposed to it when replacing tokens.
You can still do what you want. To add in series part information, there are two field below the template. One for “Custom Next Post Text” (which is used to replace the %next_post% token, and “Custom Previous Post Text” (which is used to replace the %previous_post% token. You can use the
%series_part%token in those fields and it will get replaced as expected.I hope that helps!
This has been verified and we’re working on a fix to put in the next release.