mtilly
Forum Replies Created
-
Forum: Plugins
In reply to: [MyCurator Content Curation] Curated text comes in one paragraphThis will only affect new posts, old posts won’t change.
Forum: Plugins
In reply to: [MyCurator Content Curation] Curated text comes in one paragraphGo to the MyCurator Options menu item. Clear the Option “Create Gutenberg Blocks into Curated Posts?” and then click the Save Options button at the bottom of the page. This will set MyCurator to use the Classic editor style of post and should restore the formatting.
Forum: Plugins
In reply to: [MyCurator Content Curation] Curated text comes in one paragraphIs the text you see when you make the article live into a WordPress post? Or is it formatted that way when you click on the title in the Training Posts or look at the Saved Page in the Post editor?
Forum: Plugins
In reply to: [MyCurator Content Curation] Execute it manuallyGo to the Topics menu item. The button Run AI Process near the top of the page will manually start the curation process. You can choose which Topics will be run by clicking on the Check Boxes to the far right.
Forum: Plugins
In reply to: [MyCurator Content Curation] German character setGo to the MyCurator Options menu item and make sure the Option down near the bottom of the page named “Enable Non-English Language Processing?” is set. MyCurator will use the utf-8 international characters if this is set.
Forum: Plugins
In reply to: [MyCurator Content Curation] Not getting the full storyAhh, you are in the editor adding paragraphs to the article. The Saved Page metabox underneath the editor area has a tiny arrow in the far right of the box. Click that and the full article should appear. You can then use the yellow highlight and click to add paragraphs.
Forum: Plugins
In reply to: [MyCurator Content Curation] Not getting the full storyIf the Show Full Article Text box is not selectable, you need to Clear the Option that is above it named “Delete Readable Page when Curated Article Published?”. That option can’t be used because the readable page must be saved to use the full article text.
Forum: Plugins
In reply to: [MyCurator Content Curation] Not getting the full storyBy default MyCurator only adds an excerpt to your post, not the full text. If you want to insert the full text into your post you need to go to the MyCurator Options menu item, Admin tab. and click the “Show full Article Text in Single Post Page?” option. WARNING: Choosing this option means you are copying the full text of an article from another web site. This may violate copyright laws and result in your suspension from Google searches and possibly legal action. Even though attribution links are shown, copying the full text may also be viewed as plagiarism by the original author. You are responsible for any articles that you publish using this option.
You can find more details here in our documentation on Options: Options Scroll to the bottom for the Admin options.
Forum: Plugins
In reply to: [MyCurator Content Curation] Curator Not Pulling ArticlesCould you send a screen shot of the MyCurator Dashboard menu item. Also, go to the Logs menu item and send a screen shot of that if there are entries. Send the screen shots to [email protected].
Forum: Plugins
In reply to: [MyCurator Content Curation] Add comment to beginning of postYou could move the link and its title to the top of the post, and change the phrase to a disclaimer that this is a curated excerpt below. You can make these changes in the Options menu item of MyCurator. The position option is in the Curation tab and the text phrase is in the Format tab. Unfortunately the link and the phrase always go together so you couldn’t add just a phrase to the top.
If you can do some coding, you could also use a hook we have set up to add the phrase at the top of the content. The hooks are documented at the top of the MyCurator.php file.
Forum: Plugins
In reply to: [MyCurator Content Curation] Not getting feeds Training PostsGo to the MyCurator Dashboard menu item and at the bottom it will show you when MyCurator is running and if it has found any articles in the last day or any errors. You can send us a screenshot at [email protected] and we can continue there.
If you are using the full page of the article then you would have to use your own customizations to make that change. The full page display is designed to be used by private sites as displaying the full page of a curated article in a public site can caused copyright problems.
If you are not using the full page display, go to the MyCurator Options menu item, Curation tab and make sure the option “Place attribution link above excerpt” is cleared.
Forum: Plugins
In reply to: [MyCurator Content Curation] Getting fewer articlesGo to the Logs menu item in MyCurator and you will see all articles found and in the message column will have a message as to what is wrong. Then choose Error in the Article drop down and click Select Filter to review error messages. You can send screen shots to us at [email protected]
Forum: Plugins
In reply to: [MyCurator Content Curation] 403MyCurator needs to start up Get It and Source It from the plugin directory of WordPress. Tell your host that the bookmarklet is opening a browser window with a url pointing to the php file in the plugin directory of MyCurator, not to the URL of your site. That http call is what is blocked as its a non-standard access to your WordPress site. They usually need to remove a restriction in .htaccess. One other possibility is some site security plugins (WP Defender is one) have a “Prevent PHP execution” switch that must be turned off. Your host may also have some special security tools they use to block this.
Forum: Plugins
In reply to: [MyCurator Content Curation] Get It BookmarkThe problem is on your server, the host is using mod_security on your server and that generates this message as the URL we are trying to start up for Get It/Source It doesn’t seem to pass the mod_security test.
You should contact your host about the error you are having and tell them that they need to whitelist access to the file in your site’s wp-admin directory named admin.php. Our Get It and Source It bookmarkets need access to this file to start up and operate.