Zack Grossbart
Forum Replies Created
-
Forum: Plugins
In reply to: [Editorial Calendar] WordPress 5.6 broke the pluginThis error indicates that another plugin or theme may be replacing the jQuery UI libraries and that could be causing a problem for the calendar. Would it be possible to try disabling some of your other plugins so we can isolate which one it is?
Forum: Plugins
In reply to: [Editorial Calendar] WordPress 5.6 broke the pluginThat error sounds like you’re getting an error with the jQuery UI versions. Did you upgrade any of your plugins or themes as part of upgrading to the new version of WordPress?
Forum: Plugins
In reply to: [Editorial Calendar] WordPress 5.6 broke the plugin@michavo73, that sounds like a different issue. The issue that @skariko described caused the calendar to be invisible, but it didn’t cause any errors.
When you see that
Error on loading the calendar: undefinded
error it normally means that you’re having a conflict with another plugin or theme. It also means that there will be an error in browser console. Can you please take a look and let me know what you see in the browser console.Forum: Plugins
In reply to: [Editorial Calendar] WordPress 5.6 broke the pluginThank you for letting me know. I’ve just released version 3.7.8 which should fix the issue and works well with WordPress 5.6.
Forum: Plugins
In reply to: [Editorial Calendar] Dragging drafts to calendar doesn’t publish themHello Erik,
Thank you for using the Editorial Calendar.
When you drag a post from the drafts drawer to a specific date you are making the post be a draft with that specific date, but not changing it to be scheduled on that date. It’s very common that people will create a set of posts with just a title or a first draft and not want them to publish until they do more work. This is part of the normal WordPress post flow.
It would be technically possible to change the calendar to make all posts be scheduled when you drag them out of the drafts drawer, but that would require a code change to the calendar that you would have to make.
I’m happy to point you in the right direction if you’d like to try it.
Forum: Plugins
In reply to: [Editorial Calendar] Combine the calendars of posts and podcast episodes?Do you have any experience developing with PHP or debugging WordPress plugins?
Forum: Plugins
In reply to: [Editorial Calendar] Combine the calendars of posts and podcast episodes?I’m not familiar with the Podlove Plugin. It’s possible that they are managing their custom posts in a different way. You need to do some debugging to figure out what’s going on here.
Forum: Plugins
In reply to: [Editorial Calendar] Combine the calendars of posts and podcast episodes?Thank you for using the calendar.
Right now we have a separate calendar for each post type. We’ve had a couple of requests to combine them like you’re asking for, but most of our users have wanted separate calendars.
I’d be happy to point you to the place to change the code to support this if you’re interested.
Forum: Reviews
In reply to: [Editorial Calendar] Excellent calendar for WordPress postsChanging color for a category is just the example. You can easily change change based on the post status as well. For example, all draft posts use a CSS class of
draft
.Forum: Reviews
In reply to: [Editorial Calendar] Excellent calendar for WordPress postsThank you for using the calendar. You can change the colors of posts by type using CSS. We have an example of how to do that in our FAQ.
Forum: Plugins
In reply to: [Editorial Calendar] How to Add Author Avatar And Icons To Calendar?Thank you for using the calendar. You can easily set icons for categories using CSS. There’s an example in our FAQ here:
There isn’t a way to add an authors avatar. That would require a code change to the calendar.
Forum: Plugins
In reply to: [Editorial Calendar] WordPress Update Broke PluginAre there any errors in your browser console? Have you upgraded or installed any plugins or themes since this last worked?
Forum: Plugins
In reply to: [Editorial Calendar] WordPress Update Broke PluginCan you tell me a little more about why you can’t use the plugin. Are you seeing an error? Can you please give any more details you have for what’s going on.
Forum: Plugins
In reply to: [Editorial Calendar] Feature request: start week view at todayThat sounds very cool. Can you please tell me more about what you changed and how it works.
Forum: Plugins
In reply to: [Editorial Calendar] Feature request: start week view at todayThank you for using the Editorial Calendar and a big thank you for the feature request. The calendar does support starting on different days of the week and you can change which is the first day of the week in your WordPress general settings. We don’t have an option to always make the first day of the week today. I need to think about how to make that clear and not confusing as the calendar would change every day.