Hello, is it possible to display a specific content/post on a specific day of the week each time?
David
I have a live streaming page I want to only show from 8:30am to 4:30pm 7 days a week and not have to worry about viewers cache to remain on after the scheduled time. Does this work for that and if so, how exactly would I set it up?
]]>Hi, I’m looking to hide specific variation from the selected schedule. Is this possible to do using this plugin
For example
I want to make an offer for the product that is called Mango
I have variation in this product
1Kg
5Kg
10Kg
I want to make the 1KG schedule availability for 10 Days
I want to make the 5KG schedule availability for 5 Days
I want to make the 1KG No schedule because it’s the regular price
After my schedule, the variation should be hidden in the front end
Is this possible to do
Best regards
Rafilathi
How to use for variable product
We are selling the local sellers offered products not like other online website.Our task is Different
and we are setting the company as an attribute when the company offered any offer we’ll add the company name as an attributes on that product
So the local seller always makes offers for a specific time period. So when the offer expire we need to hide the variation only not the Product totally. and the seller will make an offer again ASP their schedule time so if the request us to make an offer we’ll enable back
So to get this action success we think the Scheduler can able to filter by
Attribute
Category
Tag
Brand
etc…
Is this plugin can do this Job?
Hi,
Since 1 month, i con’t select the date in Gutenberg to schedule my post. For the hour it’s OK, but the date pop up doesn’t come out. I guess it’s au bug because of gutenberg. Do yu plan to fix it ?
Thanks
Laurent
]]>Results in:
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at [email protected] to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
]]>Hi, I have a problem with this plugin. When I schedule the publication of a product, the product is published correctly. But at the moment for unpublish the product, this doesn’t occur.
I have configured the cron to trigger every 5 minutes.
What could be the problem?
]]>I thought the plugin was not working for woo-commerce products as the scheduling was not working for me. But after playing with it I realized that plugin time is 6 hours ahead of my time. I was setting up the schedule according to my local time, later then when I set it up to start and finish 6 hours later it worked. Product started and finished at the time I needed. Also pages and posts need to be selected in the post types besides products in order the scheduling parameters to show in the edit product page. If you select products only it won’t appear.
I haven’t found any other problem so far, just posting this in case someone else found the same problem. I wish plugin had a setting to select the time zone.
Is there any way to make the admin area content fit without stacking the entire column single-number? screenshot: https://drive.google.com/file/d/1KYwrLSdAdOx7sfBKOWnECZk8htbCqb-e/view?usp=sharing
It makes it really difficult to navigate through products and events. Even being able to not add this column to events would be great (not needed there).
Otherwise, works great. Thank you!
]]>I had a problem on one of my sites, which caused preview functionality of posts and pages to no longer work. Instead I was given a 404 error page, when I tried to preview a drafted page or post.
Did the common troubleshooting and disabled all plugins.
Then I reactivaed each plugin one by one. After activating each plugin I checked preview functionality on a drafted post.
When I finally reactivated WP Content scheduler plugin, preview stopped working.
So something is wrong with that plugin as it corrupts previews. I also tested this in another site, and was able to confirm this faulty behaviour.
Please fix this bug ?? Thanks!
]]>Hello Author,
Thank you for creating this helpful plugin.
I am using the RTL version of wordpress.
And I have added ” Product ” as my selected post types.
But when I want to schedule a product my start and end ” Date ” is unavailable!
Just the time works! I hover on them and even click them but nothing happens!
Kind Regards.
Rahim
Sorry but
Don’t work!
Seems to make the page layour/template not work in the editor. Wont display the choices.
]]>How can I hide older Woocommerce products? When I fill in the dates in your plugin they still show on the shop. Do I need to put them on private?
]]>Can’t activate the plugin. I’m receiving this
Fatal error: Can’t use function return value in write context plugins/wp-content-scheduler-with-range/includes/wp-content-scheduler-with-range-class.php on line 434
]]>Nice plugin, and the idea is great – but I’m having a bit of trouble with translating it to another language.
As an example, it’s impossible to translate the ‘Move to’ in settings, due to that you in your code is matching the words ‘Nothing’, ‘Draft’ and ‘Trash’ to specific text strings, and not the translated ones (function: ced_wcswr_move_to_setting() in wp-content-scheduler-with-range-class.php). Took a bit of head-scratching to figure out, when I discovered that it didn’t work.
Generally, the words ‘To’ and ‘to’ in tables is not translatable, unless you edit the source code yourself (and risk breaking the translation at next upgrade).
A nice feature would be (but not critical) if you generally could use the date and time formats from general WordPress settings, instead of forcing the US date format and the AM/PM in time on users (I think it’s only you and the Brits, that are using the AM/PM time formats).
Still haven’t found the text ‘Content Scheduling Dates’, shown when creating posts, but I’m still looking…
Otherwise, love the plugin, and the ideas behind it, and just what I need for a current project.
Regards
JLgroup
Hi,
I have Woocommerce setup with Tickera ticketing plugin to sell event tickets.
Each ticket type is a Woo product and they have scheduled dates to be displayed through your plugin.
Problem is when I have your plugin active, Woo Orders do not show up in My Account.
]]>Hi,
Can you provide me a link to download 1.0.4 version of WP Content Scheduler With Range
because your last update broke my website.
Cheers,
Jules
]]>Would it be possible to add a filterhook to the contractDateBegin and contractDateEnd? I want to make it show the occasional content on a daily basis, instead of for a date range.
I now changed lines 24-25 of occasional-contents.php to the following:
$contractDateBegin = apply_filters(CED_WCSWR_PREFIX . '_contract_date_begin', DateTime::createFromFormat ( 'Y/m/d h:i A', $occasional_contents_date_from ));
$contractDateEnd = apply_filters(CED_WCSWR_PREFIX . '_contract_date_end', DateTime::createFromFormat ( 'Y/m/d h:i A', $occasional_contents_date_to ));
]]>