Darren Ethier (nerrad)
Forum Replies Created
-
Hi maintainer,
I haven’t seen a problem with this. Can you help me troubleshoot it? If I can replicate this I definitely want to fix it.
1. I’m assuming you’re using WP3.3, are you also using the latest version of Organize Series? (currently v. 2.3.9)
2. Are you using PHP 5.2+ (it’s required).
3. To rule out potential theme conflicts: Can you try switching to the twenty-eleven theme temporarily and see if you still have problems? If not, then let me know the name of the theme as that could be the culprit.
4. To rule out potential plugin conflicts: Try temporarily deactivating all your plugins and leave just Organize Series running. If it works, then try activating the plugins one by one until you see problems. Then let me know the name of the plugin and I’ll try to reproduce on my end.If all else fails, try redownloading and installing Organize Series in case there was a glitch in the install process and some files got corrupted.
Thanks.
wow, so hostile.
1. I took the time to respond to your post here.
2. you mentioned that “you already did that test” but I’ve reread this thread multiple times and checked your member profile here on wordpress.org and it seems that this is the only post you have regarding this issue. So I think I was helping you by suggesting what I did.
3. I never said you had to change from a paid theme to the default one. I only suggested you TRY the twenty-eleven theme to see if it proves it’s a theme issue (which narrows down what’s causing your problem AND could show you that the plugin actually DOES work, just not with the themify theme).What you are telling me instead that even though I offer the full version of Organize Series for FREE on the WordPress repository that I’m offering lousy support if I
1. Respond to a potential bug report in the forums.
2. Point you to where you can purchase an affordable support package that will give you help in troubleshooting your problem.Instead, I guess it would be better customer support for you if I go and purchase the photobox theme and figure out why Organize Series isn’t working with their theme and then provide the fix for you? Wow, wouldn’t that be helpful – and I’d be broke if I did that for every person who had an issue with a theme or plugin incompatibility.
Here’s another suggestion. If you haven’t already. Why don’t you seek help from the developers of the theme in their support forums (since you’ve already paid for their theme)? Although it may appear Organize Series is causing the problem, there are a lot of potential things that could be contributing to it and Organize Series is just revealing a problem.
As for EG-series getting your business and word of mouth advertisement, that’s great! If EG-series works for your needs by all means they should get your business 🙂 – that’s the beauty of open-source, if something doesn’t work for you (or you’re not willing to put in the time or money to get it to work), you can go ahead and try something else (which will hopefully work).
That’s the last I’ll post in this thread.
I understand that. You could try the plugin on the twenty-eleven theme (included with WordPress) and you’ll see if it works. Then you’ll know that it’s a theme issue.
I’m not sure what you mean by the “toggle feature” of the posts area. Is this a feature specific to Themify?
It sounds like a javascript conflict.
Since this looks like its a theme specific problem (i.e. just happening with your theme), it’s *exactly* the kind of thing that the basic support package I offer on OrganizeSeries.com would help with. With my time constraints I really have to draw the line somewhere on the support I offer. It’s just how it is.
Forum: Plugins
In reply to: Organize Series 404 errorHi,
Are you using WordPress 3.3, if so, hang on till the weekend when I’ll be releasing a new version of Organize Series and that may fix your problems as there are some incompatibilities between this version of Organize Series and WordPress 3.3Alternatively it may be a theme issue. You can find this out if you try switching temporarily to the default WordPress theme (twenty-ten) and see if Organize Series works fine with it. If it does then there’s an incompatibility with your theme and I’ll need more info on the theme you are using to try and track down the problem and see if I can reproduce.
Hi there,
This is certainly unusual behaviour but I am unable to reproduce. Here’s some steps you can do to try and troubleshoot.1. What PHP version is installed on your server (PHP 5.2+ is required)?
2. I’m assuming you are because of the theme you reported issues with but make sure your site is running WordPress 3.2+ or higher.
3. I’m also assuming you are running the latest version of Organize Series (OrgSeries 2.3.8) – double check.
4. How did you upload the plugin? Via the built-in plugin manager or via ftp? There is a possibility not all the files got uploaded or saved correctly on your server. You can try deleting all the Organize Series files on your server and then try re-saving them.
5. There could be a conflict with another plugin. Try deactivating all plugins except for Organize Series and see if you still get the problems. If not, then you can activate the other plugins one by one until you discover the culprit.Hopefully that will help you find out what’s wrong. If you do discover a conflict with another plugin, let me know which one and I’ll investigate further to see if there’s something I can do to fix it.
great stuff. keep posting anything you find and I’ll make modifications to the core for anything that makes sense in the next version. I’m going to have to release a new version with WP 3.3 so hopefully most mods can make it into that release.
another pointer,
There are lots of hooks and filters built-in to Organize Series that should enable you to add in the extra functionality without messing with the core files. I suggest doing things that way so future updates of Organize Series won’t mess up your work 😉If you need to do something that doesn’t have a hook or filter for it let me know and if I think it’s valid I’ll add it to the list of updates for OrgSeries.
one pointer I will give. You will want to look for anywhere OrgSeries is doing a custom query and make sure it’s not limiting it to the post post-type (including defaults).
Just popping in to say I’ve seen your post @rags02. Unfortunately, I’m swamped with work for clients right now and I can’t offer any free support on this at the moment. If there was something that immediately came to mind I’d offer it up here but I’d have to do some digging which I don’t have time for. I love it that you’re giving it a go though!
A clue: change the position of %postcontent% token in the series-options page (for the post-list box).
For more fine control over it’s placement you can use one of the shortcodes available in the Organize Series Shortcodes addon (see the Organize Series Downloads Page for it)
Hey there, saw your tweet and responded but your post here clarifies the problem you’re having.
This is a known issue and happens when scheduling a post or writing a draft that you decide to insert somewhere in the middle of an existing series.
Unfortunately there is no workaround at the moment for this (other than just changing the series part when it get’s published).
In MOST use cases the series_part numbering works well but in a few cases (such as yours) flaws are exposed. I’m hoping to revamp this at some point but my time to do so has been limited lately.
Sorry that this is the best answer I can give you for now 🙁
Forum: Plugins
In reply to: [Plugin: Organize Series] Question about Hiding Seriesseries is a taxonomy (like categories or tags).
Forum: Plugins
In reply to: Organize Series "Previous Entries" really "Next Entries"glad it’s working for you. and yes is_series() wouldn’t have to be used in the taxonomy-series.php template. However, it is another conditional function that can be used to indicate code that should be executed when the item is a part of a series.
Forum: Plugins
In reply to: Organize Series "Previous Entries" really "Next Entries"The “next entries” and “previous entries” links are specific to the theme as series archive pages inherit however the archive pages are setup with your theme. You can modify how series archive pages are displayed by creating a new file named
taxonomy-series.phpand copy whatever is in the archive file (archive.php, category.php or index.php) that your theme uses for displaying taxonomy archive pages and then just do conditional around the “next entries” and “previous entries” links using the providedis_series()function with organize series.