The plugin stopped working, I’m not sure if something changed on Pubmed side, but it always give a “Article not found” message.
]]>Plugin stopped working with the latest WP update (5.1) – when you hit “Publish”, it just spins endlessly. Have done all the usual cache-clearing and restarting of the browser, so I’m pretty sure this plugin is no longer compatible with the latest WP version.
]]>The plugin started returning the error ‘Article not found’ . NCBI stopped using HTTP and is now using HTTPS.
on line 14 of pubmed-posts/class-article.php change HTTP to HTTPS:
const PUBMED_URL = 'https://www.ncbi.nlm.nih.gov/pubmed/';
The corrected line should look like this:
const PUBMED_URL = 'https://www.ncbi.nlm.nih.gov/pubmed/';
It works again!
]]>We’re not using any of the plugin functionality on the frontend (we just use it to import articles from PubMed in /wp-admin/). I noticed that it adds a bunch of CSS & JS files to the frontend that we aren’t using – can you add an option to remove these, or remove them automatically if the frontend widget isn’t being used.
]]>i can activate the plugin and add the widget to the sidebar. A form does show up in the sidebar, but typing in anything doesn’t seem to do anything. In my case it simply sends me back to the home page after I hit enter.
]]>Hi,
I would like to create a reference list at the bottom of a page based on the PubMed IDs searched using this widget. Is there a way to do that or would this involve modification to the code?
]]>How does one activate the sidebar widget that allows searching of Pubmed (as seen at the bottom of this plugin’s screenshots page)?
]]>Hi,
The plugin suddenly stopped working after apx 2k posts. I’ve talked with the hosting to increase the memory limit from 128M to 256M. This solved it for awhile but after 200 posts it stopped again. I suspect that checking for duplicates is responsible for this. Could you include it as an optional feature?
]]>Hi,
I have a botanical database that already has posts. I am looking to use a plugin like this to create a bibliography at the bottom of posts using the search function. Could this plugin be used this way?