Austin Ginder
Forum Replies Created
-
Forum: Plugins
In reply to: [Duplicate Page and Post] http GET request to cloud-wp.org? using DP&P 2.1.1I’m having similar issues. For me every page request, ajax request and cron job are checking cloud-wp.org which is adding approximately 2 seconds for each request. Due to the large time increase I deactivated Duplicate Page and Post to return stability. Hopefully this can be resolved so I can continue using your plugin.
Great, thanks!
Forum: Plugins
In reply to: [Cyclone Slider] Edit and delete buttons missingThanks for the workaround. That works.
Forum: Plugins
In reply to: [Latest Tweets Widget] APC and PHP 7Likewise had same issues on Kinsta. I worked around by changing line 19 in wp-twitter-api/lib/twitter-api-core.php to
define('TWITTER_CACHE_APC', 0 );. This forces the plugin to use a WordPress transient.Forum: Plugins
In reply to: [EasyIndex] thumbnails all goneNot going to hurt anything but for me it didn’t resolve the issue. My situation required manual intervention.
Forum: Plugins
In reply to: [EasyIndex] thumbnails all goneHad the same issues. It looks like whenever you move servers you need to manually update the absolute path to the thumbnail directory under here
wp-admin/admin.php?page=EasyIndex. In addition to that, I needed to modified some of the serialized info directly in the database. If your not familiar with working directly with databases then I don’t recommend attempting yourself. If you are comfortable, then the following should be helpful.The database entry which needs updated is located under wp_options table. The option_name is EasyIndex. One of the items is called url which I changed from https://www.websitename.com/nas/wp/www/sites/websitename/wp-content/uploads/easyindex to https://www.websitename.com/wp-content/uploads/easyindex. Whenever you changed serialized data make sure you update the character count parameter else all of the data will be lost.
- This reply was modified 9 years, 2 months ago by Austin Ginder.
Forum: Plugins
In reply to: [Recipe Card] Doesn’t saveAs @thecompuerguyjeff mentioned you’ll need to install the forked plugin. Here is a direct download. If you have any issues I’d take @thecompuerguyjeff up on his offer as the plugin authors don’t appear to be supporting their plugin.
https://github.com/austinginder/recipe-card/releases/download/1.1.7.0003.forked/recipe-card.zip
Forum: Plugins
In reply to: [Recipe Card] Doesn’t saveI’m thinking it’s having issues with older versions of PHP as I’m not seeing the issues on my end. See here: https://github.com/austinginder/recipe-card/issues/1 and try out the code in master branch for a fix.
Forum: Plugins
In reply to: [Recipe Card] Doesn’t saveNot sure as that file remained the same. That’s not an error I’m seeing. Might try and rename the folder
recipe-card-masterback torecipe-card.Forum: Plugins
In reply to: [Recipe Card] Doesn’t saveI bumped the version number to prevent an autoupdate from replacing my version however if the plugin author does release an update I’d highly installing that over my modified version.
According to the code it looked like they were passing recipes back to their server when you save. That is why the saving stopped working when their server went offline. I suspect there are other things that have stopped working. I noticed the save recipe button is no longer working as it’s attempting to use Yumprint’s server.
Forum: Plugins
In reply to: [Recipe Card] Doesn’t saveThat means I made custom changes to the plugin since the plugin author is not supporting it. My version of the plugin will need to be installed manually. First disable and remove your existing Recipe Card plugin and replace with mine. On Github select the green (clone or download) button in the top right then “Download Zip”. Upload and activate under plugins on your website.
Forum: Reviews
In reply to: [Recipe Card] Uses API on yumprint.com- copies your recipesSame here. I forked the plugin to get the saving working again. See here: https://ww.wp.xz.cn/support/topic/doesnt-save-7/#post-8844292.
Forum: Reviews
In reply to: [Recipe Card] Not able to save recipe cardSame here. I forked the plugin to get the saving working again. See here: https://ww.wp.xz.cn/support/topic/doesnt-save-7/#post-8844292.
Forum: Reviews
In reply to: [Recipe Card] What’s up with Yumprint? RecipeCard Plugin Not workingSame here. I forked the plugin to get the saving working again. See here: https://ww.wp.xz.cn/support/topic/doesnt-save-7/#post-8844292.
Forum: Plugins
In reply to: [Recipe Card] Publish recipe only on my own serverDue to the current outage of api.yumprint.com I forked the plugin to remove the remote call on save. See https://ww.wp.xz.cn/support/topic/doesnt-save-7/#post-8844292.