Syberspace
Forum Replies Created
-
Forum: Plugins
In reply to: [TAO Schedule Update] Disable on custom post typeThe easiest way to do this would be to hook into the filter
post_row_actionswith a priority higher than 10 and simply unset$actions['copy_to_publish']. This will disable the “Scheduled Update” link and thus not allow new scheduled updates to be createdForum: Plugins
In reply to: [TAO Schedule Update] Product woocommerce compatibilityAre you getting any sort of error messages? I just tested with WP 5.1, tao-schedule-update 1.15 and woocommerce 3.5.5 without problems.
Forum: Plugins
In reply to: [TAO Schedule Update] Multisite Support?I have no experience using tao-schedule-update on a multisite setup.
It should™ work, but I did not run any tests on it.I’d really appreciate it if you could post your experiences running it on multisite here.
Forum: Plugins
In reply to: [TAO Schedule Update] Page Builder SupportI’m not familiar with Beaver Builder, but if it only uses wordpress’ built in functionality to save post content in the tables
wp_postsandwp_postmetathen tao-schedule-update should be compatible with it.Forum: Plugins
In reply to: [TAO Schedule Update] Product woocommerce compatibilityWhich version of wordpress, tao-schedule-update and woocommerce are you using?
Are you getting any error messages in your log? Is wp-cron working in your installation?
edit: and which timezones are set on your server and wordpress installation?- This reply was modified 7 years, 4 months ago by Syberspace.
Forum: Plugins
In reply to: [TAO Schedule Update] Classic Editor SupportIf the classic editor plugin works with post_meta and the normal post fields (post_content, post_excerpt, etc) there should be no issues using it with tao-schedule-update
Forum: Plugins
In reply to: [TAO Schedule Update] Desired feature when used with PolyLangSince tao-schedule-update just copies all metadata and terms and I assume that is what’s causing this issue.
You could try to create your own compatibility layer with the filters TAO_ScheduleUpdate\\create_publishing_post and TAO_ScheduleUpdate\\before_publish_post.
We don’t have any plans to explicitly provide compatibility for polylang.
Forum: Plugins
In reply to: [TAO Schedule Update] Compatible with Export/Import tool?for your setup to work you will also need to transfer the
cronentry from yourwp_optionstable. If you want all the changes to be published at the same time across all sites just copying thecronoption will be enough. If you need the changes to publish always at (let’s say) 8am in every timezone you will have to manually adjust the timestamps of thecronoptions.Forum: Plugins
In reply to: [TAO Schedule Update] TranslationsAs I mentioned in the other thread, you’re very welcome to open a pull request on our github: https://github.com/tao-software/tao-schedule-update
Forum: Plugins
In reply to: [TAO Schedule Update] Post author disappearsThis is already the todo list for one of the next releases.
I can’t really give you an ETA when this will happen since this whole plugin is just a side project I maintain as part of my work.But you are very welcome to open a pull request on our github project https://github.com/tao-software/tao-schedule-update
Forum: Plugins
In reply to: [TAO Schedule Update] Nested Pages?it seems that the wp-nestd-pages plugin doesn’t use the
post_row_actions/page_row_actionsaction hook.
Please ask the developers of that plugin to implement this feature.Forum: Plugins
In reply to: [TAO Schedule Update] Problem with listning themePHP 5.4 is out of date since september 2015. As such we can’t and won’t support it. Please update your version of php.
Forum: Plugins
In reply to: [TAO Schedule Update] Problem with listning themewhich version of php are you using?
Forum: Plugins
In reply to: [TAO Schedule Update] tao_sc_publish_pubdate didn’t save sometimesIf you can provide some more infos on what “sometimes” means then I can try to help you. Otherwise there’s no way to figure out what’s going wrong.
Forum: Plugins
In reply to: [TAO Schedule Update] Scheduled post but keep the same dateWe’ve just released version 1.14. Among the changes is the new filter TAO_ScheduleUpdate\\publish_post_date. This should help you set the desired date for any post that gets published via tao-schedule-update.