Seth Stevenson
Forum Replies Created
-
Has anyone found a solution to this? Seems to be an issue in WordPress core…
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] twitter bootstrap+1 For Bootstrap functionality. If you added those filters I would be willing to attempt to make an open Boostrap plugin hosted on GitHub.
I already had debug set to false but setting it to true and then back to false worked for me.
Forum: Fixing WordPress
In reply to: 3.5 on IIS7 unable to update plug-ins and themes(IIS7) Added Modify/Write permissions to the C:\Windows\Temp folder for IIS_IUSR but this didn’t seem work. Do I need to restart the server or anything else?
For now I’m using the define( ‘WP_TEMP_DIR’, ABSPATH . ‘wp-content/’ ); workaround.
I also tried this filter and didn’t see any changes. I’m attempting to remove the page analysis functionality by user role so that only admins and maybe editors can see it.
Forum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] Existing ContentJust stumbled across this thread again by chance.
Don’t get me wrong Kevin, I LOVE Revisionary. I’ve just ran into some issues, specifically with changes to custom fields being dropped. Right now my users have to email me changes to custom fields because I need to approve what they change before it goes online, but they can’t submit changes to custom fields without them being dropped.
I understand the amount of support and issues that must go into a plugin of your size and user base, so I’m very thankful for your work!
To be honest I worry about using this plugin if it is going to reach into other areas. If WordPress or your plugin changes TinyMCE versions will it break each time? :\
I have a similar issue where non-admin users using IE cannot use the “insert link” button. I’m guessing this goes along with the TinyMCE issue.
Forum: Networking WordPress
In reply to: Subsites generating incorrect links for next pageTurns out it was a conflict with a rewrite rule I had to remove the trailing slash at the end of each URL. Apparently WordPress will work with this rewrite rule on the main site but other multisite installs it messes up (just on the front-page).
Forum: Requests and Feedback
In reply to: Save drafts of published pagesYeah, I imagined something similar to the notices like “There is an autosave of this post”, only “There is a saved draft of this page”.
Forum: Requests and Feedback
In reply to: Save drafts of published pagesI guess I can’t think of one that does it right now, but I still think it’s something that would be good for a powerful CMS to have. Save changes to a page for later? Sounds like a useful feature right? ??
Here’s my situation. I run a university website with hundreds of pages. I have multiple editors and they often need to prepare edits to multiple pages at once and launch them at the same time. They resort to saving each page’s text in a Word file, making edits over a few days and then pasting it over the text when it’s ready to go live.
Forum: Fixing WordPress
In reply to: Submit for review after publishedYep, I’ve been using the Revisionary plugin. While not perfect it gets the job done.
Forum: Networking WordPress
In reply to: Subsites generating incorrect links for next pageTested with twentyten and it still produces the same incorrect links.
One thing to note is that other pages and archives work, if you can make it to page two the links work correctly from there.
Also as a temporary fix I set up redirects from the bad links to the correct links.
I can confirm this.
Forum: Fixing WordPress
In reply to: Creating category archives for custom post typeSolved. Here’s the solution I came up with – https://sethstevenson.net/create-a-clean-url-for-your-custom-post-types-category-archives/