mtilly
Forum Replies Created
-
Forum: Plugins
In reply to: [MyCurator Content Curation] Get it stopped working…The Fatal Error, listed in the last line, is produced within the valenti theme in the option-tree subdirectory. The other functions also begin with the same ot- prefix for the function calls as the fatal error which leads me to believe the warnings are also related to the theme. Get It starts up WordPress and then this error seems to appear. I would check with your theme provider and see what they say.
Forum: Plugins
In reply to: [MyCurator Content Curation] mycurator settings gone for a tossWe worked on this offline. Scott’s settings are correct, it seems to be a problem with the caching plugin he is using, WordFence. He was able to resume correct operation of MyCurator by logging out and then logging back in.
Forum: Plugins
In reply to: [MyCurator Content Curation] No VideoTo embed video, make sure that the Topic is of type Video. From the Topic menu item you can see the Type in the list screen. If it is of Type Video, maybe you could post a few of the links to the YouTube pages you are curating and I can test them out.
Forum: Plugins
In reply to: [MyCurator Content Curation] What happened to your website?We are working on less obtrusive options, sorry you got caught. You can send your IP address to us at support @ target-info.com.
Forum: Plugins
In reply to: [MyCurator Content Curation] All items in Training being published to TwitterYou must have another plugin that sends posts to twitter. MyCurator uses a custom post type – target_ai – for all posts that go to Training. Your twitter plugin is not filtering out custom post types. You may have a setting in the plugin to ignore or specify which custom post types to ignore. Otherwise you may have to contact the plugin maker and see if they can add a fix to ignore the MyCurator custom post type.
Forum: Plugins
In reply to: [MyCurator Content Curation] What happened to your website?You should be able to access our site now.
Forum: Plugins
In reply to: [MyCurator Content Curation] What happened to your website?Unfortunately we get attacked a lot and have very tight login security. Most likely your IP is banned. Please send me your IP address to support @ target-info.com. You can get the IP address from whatismyip.com.
Forum: Plugins
In reply to: [MyCurator Content Curation] No Options MenuIt should work on localhost sites, we use them on Mac and PC for development. Might have been a wp setting or maybe a php/apache setting that was missing.
Forum: Plugins
In reply to: [MyCurator Content Curation] No Options MenuMake sure you are logged in to your site as an Administrator user as that is required for the Options and other menu items.
Forum: Plugins
In reply to: [MyCurator Content Curation] Content Not Appearing After Post Is Made LiveWe use Macs, so I don’t think thats it. What browser do you use? Also, could you post the Url’s to a few articles from different sites that you are having problems with so that we could test it out?
Forum: Plugins
In reply to: [MyCurator Content Curation] Click here to view original web page atIf you use the option of displaying the full article text in the Single Post page, the link to the original article in “Click here to view the original web page at” is a fixed part of the format and cannot be changed.
Forum: Plugins
In reply to: [MyCurator Content Curation] MyCurator not working with PublicizeUpdate: It turns out we use wp_update_post() (which uses wp_insert_post) when we make a post draft or publish. The post is already stored as a custom post type (‘target_ai’) and we change the post type to ‘post’ as well as update content and tags/categories. We also set the date to ‘immediate’ as a default though they can use an option to keep the original date when we found the article.
Saving as Draft or Publish is not an option but is available based on how they make the curated article ‘live’ from our custom post type training page.
Forum: Plugins
In reply to: [MyCurator Content Curation] MyCurator not working with PublicizeWe use wp_insert_post() to add an article to the posts section. We use a status of Draft as default, though there are options to use a status of Publish. We do not schedule any posts.
If you would like, we could continue directly by sending me a Contact Us from our website which I will get.
Forum: Plugins
In reply to: [MyCurator Content Curation] Your website is not working from my IPWe use very tight security as our site is attacked often and heavily. We can unblock your IP quickly, which we did in this case as he sent it to us through Contact Us.
Forum: Plugins
In reply to: [MyCurator Content Curation] MyCurator not working with PublicizeMyCurator creates a draft post when the article is made live. At that point it is a standard WordPress post and when you Publish it, it is not under control of MyCurator. I would check with the authors of Publicize to see what may be happening as I don’t know how Publicize works. If they have some information that we can add to MyCurator to help, I can work on that.