Darren Ethier (nerrad)
Forum Replies Created
-
Don’t know how I missed that in search. I’ve created a github issue for this: https://github.com/roughsmoothengine/organize-series/issues/39
I’ll try to get out a fix today, no promises though – I”m also readying a biggish update to the plugin as well (which will include fixes for that).
Thanks for reporting this. I’ve created a github issue and the fix will be in the next release (where I will also be bumping up the required version to PHP5.6+).
Hi there, can you point me to where you found
.templatebeing defined in any Organize Series files? I did a search through the css files bundled with Organize Series and I’m not seeing any occurrences of.templateFor reference here’s the support request made by this reviewer: https://wordpress.org/support/topic/series-toc-isnt-rendering-any-links-just-the-series-title/
Hi there,
This is a bit harder to find with the new WordPress.org plugins directory layout (something I don’t have any control over) but there’s some information on customizing the series-toc page in the FAQ section:
In the organize-series folder you’ll see a file called seriestoc.php. It’s what gets loaded when you go to your series toc url (defaults at \series-toc\ but you can change this on the series options page). Chances are though it doesn’t look great with your theme (the file included just gives you an idea of what you can put in the file). What you want to do is copy this file to your theme folder and then modify it to match your theme structure (see your themes archive page for an example). You don’t need to put any of the WordPress loop code in this file.
It sounds like it may be something theme specific in your case.
This is something that has already been requested and is on our radar. Thanks for taking the time to make your need known 🙂
There is a paid extension for custom post type support available at organizeseries.com/download – paid extensions and support helps keep Organize Series core free. Thanks!
There is a Custom Post Type add-on for series (paid) that can be obtained at organizeseries.com if you wish to integrate organize series series taxonomy with the sermon manager plugin. However, from what you are describing it looks like there is a conflict between this plugin and organize series in that they are both registering a custom “series” taxonomy. One thing you could try is on the Series Options page there is a Series Custom Base: option where you are able to change the rewrite slug for series. I’m not sure that this will fix the issue you are seeing but you can give it a try.
Great ideas! Sorry for taking so long to acknowledge them but I don’t get to the WordPress.org support forums very often. For feature requests and/or ideas, it gets to my attention quicker if they are created as an issue on github.
This isn’t an Organize Series issue but as you discovered something to do with your choice of theme. There’s too little information to know exactly what’s going on but my guess is the theme is hooking into term queries and manipulating the response. The theme is likely not accounting for custom taxonomies correctly.
This really depends on your theme and whether it is set to show taxonomy term descriptions in the template for taxonomy term archive pages. For example, if you look at the archive page on your site for categories or terms (other taxonomies in WordPress) do they show the description of the term?
Hi there,
When you don’t see your CSS changes applied on your site its usually because specificity rules are in play. There’s lots of online documentation that is helpful in understanding how css specificity works – here’s one that you can check: https://developer.mozilla.org/en/docs/Web/CSS/Specificity
This isn’t really an Organize Series issue and I can’t really give you anything helpful beyond the above because it really does depend on what theme stylesheets and/or other css is active on your site. CSS can be tricky to work with, I wish you the best on your quest to learn more about it!
Andreas I understand how you may be frustrated by this issue. Unfortunately, I have to prioritize my time on things that help bring income for me and my family. As this is an edge-case bug I haven’t had the time (yet) to investigate further.
I can’t give any eta on when this would get fixed and completely understand if that means you must find another plugin that does what you need to do.
Forum: Plugins
In reply to: [Issues and Series for Newspapers, Magazines, Publishers, Writers] Change logForum: Plugins
In reply to: [Issues and Series for Newspapers, Magazines, Publishers, Writers] Change logA view on github that may help with discovering changes is this one: https://github.com/roughsmoothengine/organize-series/milestones?state=closed
All the changes made for a release are found in issues assigned to a milestone.