imeldesign
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce PayPal Pro Payment Gateway] Error: duplicate invoice ID suppliedHaving the exact same issue since updating Woo to 5.7.1. PayPal Pro is running 2.9.8 which is suppose to have the fix offered by @thaissamendes
Temporarily Ignore the “Duplicate invoice ID supplied” error. Thanks to @thaissamendes for sharing the code tweak.
Added a new action hook “wcpprog_paypal_api_error_response” when the API response is an error response.We are getting the error mostly on Android users using Chrome both desktop and mobile.
I use the pro version but yes. It is throwing a Javascript error in the console. Colleague had the same issue yesterday causing a 500 error. He reported: The issue kept happening, not necessarily resulting in a corrupt/lost page, but when trying to “publish” a change to a page, it would timeout and never fully finalizing the save (from the front-end perspective). The change or save I was trying to make, did actually save, but I could not get out of the “saving” mode unless I would refresh the page.
Console error referenced cleantalk. Sorry I didn’t copy the error. Deactivated cleantalk. All was fine. Reactivated cleantalk and BB works again. No console error. I had the same issue in I couldn’t save or add a module to the page. Just spinning until timeout.Going to check a few more sites.
Same issue here. It killed the site.
Forum: Plugins
In reply to: [Yoast SEO] Problem with xml sitemap in GSCSame issue here. Google can’t fetch xml sitemaps. There is no robots txt file or no- noindex.
Forum: Plugins
In reply to: [BadgeOS] Menu Issues and Weird Duplicate Badgeswonderful. They seem to be MIA even on their paid plugins. Thanks.
MelanieForum: Plugins
In reply to: [BadgeOS] Menu Issues and Weird Duplicate BadgesDid you ever resolve this? Having similar issues.
Forum: Plugins
In reply to: [PowerPress Podcasting plugin by Blubrry] Meta box gone from Custom Post TypeWP-Courseware is a custom post type. It handles the access for those who bought the course. That is where the meta box has vanished from. There is nothing in the wp-config.php about PowerPress. So I added this:
define (‘POWERPRESS_POST_TYPES’, ‘course_unit’);Now I am seeing the meta box.
Thanks.
Forum: Plugins
In reply to: [PowerPress Podcasting plugin by Blubrry] Meta box gone from Custom Post TypeAngelo, That is the first place I looked. It isn’t even an option on the local or live site.
- This reply was modified 8 years ago by imeldesign.
Yes Jeff you can close this. I never resolved it so I did it a different way.
Forum: Plugins
In reply to: [PowerPress Podcasting plugin by Blubrry] Meta box gone from Custom Post Typeyes, sorry I haven’t responded. I did have the site on a local dev so it was working. I updated all the plugins and just like the live site it was gone. Turned off all the plugins except wp courseware and powerpress. Still gone.
I’ve been out of town all week at a conference.
Forum: Plugins
In reply to: [Page scroll to id] Using with a link that is not a linkWorked like a charm! Thanks so much!
Melanie
Forum: Plugins
In reply to: [Page scroll to id] Using with a link that is not a linkThank you so much. Yes I can add a script into my theme easily (it is Genesis). I’ll play with this and see if I can get it to work.
Forum: Plugins
In reply to: [Gravity PDF] Fatal Error after UpdateSounds like it. I did a quick check but for now I deactivated the plugin. I’ll see if the client wants me to troubleshoot further. They aren’t on a maintenance plan. I’ll let you know.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Can't change calendar themeSame here. Reverted back to 2.40 and ended up having to rebuilt some of my twig files. I’ve also notices that categories aren’t working on some sites using the Agenda Widget.
Forum: Plugins
In reply to: [The City Plaza] No longer showing my events on my websiteHere is the fix:
You need to change http: to https: in the following files
Main Directory
load_data.php on line 73and also in lib/plaza-php/lib/loaders/ files
albums_loader.php
needs_loader.php
prayers_loader.php
topics_loader.php
events_loader.phpThis will get it working again.
Melanie