Darren Ethier (nerrad)
Forum Replies Created
-
giorgio – line 271 is the last line of the code. The ajaxseries script enqueue is at line 57. A closer look reveals that this is most likely not the source of the problem. HOWEVER, in your case there may be a conflict with another plugin. If you know how to pull up your browser console you can check for any javascript errors when you load the page. That will give information that will help with finding out what’s happening and what plugin may be in conflict with Organize Series.
I realize that you offered to open up access to your installation to me to find the source of the problem. I can help you but I only provide that level of support for my paid basic support users.
Again, thanks Travis. I’ll do another review of the codebase to make sure that all the path calls are referencing any set WP_CONTENT_DIR and WP_CONTENT_URL calls. For uploading I hook into the built-in WordPress uploader so if it doesn’t work for you I’ll have to do some investigating to figure out what may be happening, especially if the uploader works for you elsewhere.
Thanks Travis for pointing this out and doing the work in troubleshooting. I’ll work this in to a fix and will release it soon.
That does narrow it down. I’ll take a closer look when I get a chance.
Hi Giorgio,
Have you tried any of the suggestions I mentioned in this thread?I’ve tried reproducing this report and simply have not been able to on 4 different blogs (hosted on three different server environments). I’ve also tried to reproduce this using Firefox, Chrome, IE, and Safari unsuccessfully.
The only thing I can suggest to you is that there may be a corrupt install of the plugin (i.e. all the files didn’t get copied correctly) or something wrong with your WordPress install. Make sure you’re server is running PHP 5.2+ as well (Organize Series requires that).
It could also be a theme conflict. Try switching your theme to the “Twenty Ten” theme and see if you still get the problems. If you don’t then that means your theme is integrating with the uploader somehow and that is conflicting with Organize Series perhaps.
Finally, you may have a memory issue. Put the following line in your wp-config.php file:
define('WP_MEMORY_LIMIT', '64M');This is fixed in Organize Series 2.2.1
Forum: Plugins
In reply to: Plugin Organize SeriesMy testing shows that this is fixed as of Organize Series 2.2
Thanks! I’ll have to check into why the custom base is empty. It could be something that happened with the upgrade.
Thanks for your patience 🙂
They are located as options on the Series Options page in your WordPress administration. If they are both the same and you change one to something different (for example the “Series Table of Contents URL” to ‘series-toc’) then try your rss feed you can see if it works.
More thank likely this is the cause for the rss feeds not working in your case.
By any chance, are your series_toc_url and series_custom_base (via series options page) both set as the same values?
A fix is coming for this this week. I think I’ve isolated what is causing this.
shortcodes are coming in an addon.
ability to add custom page titles will be coming either in core or as an addon, haven’t decided yet, leaning towards core. currently series archive pages are based on what get’s output by the WordPress custom taxonomy system as that is what Organize Series hooks into.
you can customize specific series archive pages by creating a theme file in the formattaxonomy-series-{series-slug}.phpwhere{series-slug}is the slug of the specific series.Forum: Plugins
In reply to: [Plugin: Organize Series] Hierarchical or overlapping seriesUsing your example above; currently you cannot order the series within, “The Lord of the Rings” group in the same manner as you order posts within a series. However, I am working on an update that will attach the series creation date to all series so you can order by the date a series is created. No ETA on delivery but it will be (hopefully) within a month.
Your purchase of the Organize Series Grouping will get you a whole year of updates and I have a lot planned for improving its functionality.
Thanks for reporting this bug. It’s not being reproduced on any of the sites I’ve got orgseries on so I’ll have to work on it to see if I can reproduce before being able to fix. Orgseries does interact with the wordpress uploader but it’s js for that should only load on the manage->series page.