commstrat
Forum Replies Created
-
Forum: Plugins
In reply to: [External Links in New Window / New Tab] not workingAnyone, how do you stop email notifications to this post? This issue will never get resolved and this thread will go on forever. Outside of putting a block on the emails or deleting my account, wtf works? (Yes, “Notify me of follow-up replies via email” is NOT checked)
Forum: Plugins
In reply to: [External Links in New Window / New Tab] was working but not anymoreHow do I turn off email notifications to this continuing thread on this plugin issue? “Notify me of follow-up replies via email” is UNCHECKED.
Last resort is to close this account and start a new one.
#annoying
Forum: Plugins
In reply to: [External Links in New Window / New Tab] How to Ignore More Than One Link?OK, great, so you are confirming that the user CAN set the plugin to ignore more than one link.
Can you first disclose what separator is needed between each URL in the entry field, so that I can test. Comma? Semi-colon? Slash?
If I then cannot get it to work, will send screenshots and videos.
Thanks.
There is a dropdown on the plugin page offering prior versions. Deactivate, uninstall the current version, then install, activate the older version.
Yes, that’s possible. No new plugins or code has been added to the site. I can try disabling plugins, as well as try Ver 8 on some other testbed sites.
When slug is checked, is the cloned post supposed to have an incremented text add on such as “-2” or something not equal to the existing, published post? Issue I noticed in the last couple of months is if you clone a published post and don’t immediately edit the cloned slug in the draft folder, the published post is no longer viewable, 401 error. I don’t recall seeing this behavior 6 months ago. It doesn’t make sense that a post in the draft folder with the exact same slug as a published post would conflict. I unchecked slug, which fixes the issue. But didn’t a prior version increment the slug so there was no potential of conflict?
Note the first item in the FAQ:
Plugin doesn’t post at the regular interval or sends more posts than it should send to social networks.
Unfortunately wp_cron function isn’t perfect, it trigger just when somebody visit your site, so you nobody visit your site in 3 hours, ROP won’t trigger. In order to achieve this you need to enable Remote Check and add this line to your wp-config.php right after the lines with database credentials:
define(‘DISABLE_WP_CRON’, true);Tried that suggestion. Not only did it not fix the CRON problem, it turned off all WordPress scheduling so ALL scheduled posts fail to publish at their scheduled time. Look at the instruction: “DISABLE_WP_CRON” i.e. disable the CRON, essentially this turns off the alarm clock, duh! And it did just that on the site.
It was also suggested to roll back to a prior version of the plugin. Guess I will try that. Maybe the original Tweet Old Post still work. This plugin doesn’t.