alettieri
Forum Replies Created
-
Forum: Plugins
In reply to: [Constant Contact for WordPress] cannot add hyperlinksHad the same issue. @magart04 suggestion worked, thank you.
Forum: Plugins
In reply to: [Content Scheduler] [Plugin: Content Scheduler] Does not work issuesGo to the root directory (where wordpress is installed). Find the wp-config.php file.
There should be a setting like: define(‘WP_DEBUG’, false);
Change it to: define(‘WP_DEBUG’, true);Also, add this line : define(‘WP_DEBUG_DISPLAY’, false); Keeps warnings and errors off your screen.
Forum: Plugins
In reply to: [Content Scheduler] [Plugin: Content Scheduler] Does not work issuesHmm…. Try enabling the WP_Debug flag in your wp-config file. Then open the Content Scheduler settings page. You should see a Table of scheduled tasks (Cron Events Scheduled). This may help verify if the scheduler is set to run cron tasks.
Forum: Plugins
In reply to: [Content Scheduler] [Plugin: Content Scheduler] Does not work issues@kryvulena. And you’re going to each post that you want to expire and switched the ‘Content Scheduler’ setting to ‘Enable’ ?
Forum: Plugins
In reply to: [Content Scheduler] [Plugin: Content Scheduler] Does not work issuesI was thinking process of elimination.
I meant to say, have the plugin only apply one setting first. For example, set it to only set your post status to ‘Private’ and not switch the categories or sticky setting.
Something like:
- Change status to: Private
- Change stickiness to: No Change
- Apply Category changes as: No Change
Forum: Plugins
In reply to: [Content Scheduler] [Plugin: Content Scheduler] Does not work issues@kryvulena. Hmm. Have you tried testing one setting at a time?
Forum: Plugins
In reply to: [Content Scheduler] [Plugin: Content Scheduler] Does not work issues@kryvulena. When you uninstalled the plugin, was the ‘Remove all Content Scheduler data upon uninstall’ radio button set to ‘Remove all data’ ?
Forum: Plugins
In reply to: [Content Scheduler] [Plugin: Content Scheduler] Does not work issuesHi Folks.
Another thing to note are your WordPress timezone settings. Under Settings > General.
Setting a proper timezone did the trick for me.
Forum: Fixing WordPress
In reply to: Custom post types permalinks 404I’ve been beating my head on this one for the past hour. Turns out that my issue was plugin related. Always good to keep that in mind.