puregraphx
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Add to cart button does not apearNo, it seems this is now default WC behaviour, when out of stock (back-orders allowed or not), there is no add to cart button.
Forum: Plugins
In reply to: [Adminimize] Plugin breaks loading of the Media LibraryThank you, this fixed the issue. Although the settings page takes about 3 minutes to load, but that might be caused by other issues.
Forum: Plugins
In reply to: [Adminimize] Plugin breaks loading of the Media LibraryWhich settings are you exactly looking for?
Forum: Plugins
In reply to: [W3 Total Cache] Change memcached portSame issue here, our hoster Siteground uses port 20003, but we cannot change either their port, nor the W3TC port.
Forum: Plugins
In reply to: [Adminimize] conflict with media libraryI would like to report the same problem (just created a separate ticket for this). With Adminimize, Media Library does not load, withouth Adminimize, Media Library loads fine.
Same issue here.
Woocommerce is configured to send different mails like New Order, Cancelled Order, … to an address of your choice. However, Postman SMTP adds any recipients you have defined in their plugin.
So if A and B are defined as recipients in Woocommerce and A also as recipient in Postman SMTP. A will receive the mail twice 🙁
Removing A from Postman SMTP is no fix, because then there will be no to: address for other WP forms, so I suggest you remove that address from the Woocommerce automatic emails until this plugin gets an update.
Forum: Plugins
In reply to: [Eventbrite API] Public event not showing, Keyring test = ok, API Search = okHi,
no issues thanks to the WPML code changes.Forum: Plugins
In reply to: [Clef Two-Factor Authentication] No invite email?Hi, I am already using Postman SMTP and the Sendgrid API and the testmail arrives at my email address. But I have now sent the Clef invitation 5 times to myself and no invitation is being sent, this is confirmed by the SendGrid stats, not a single email from the website to my email address.
How can we debug the Clef invitation email?
Hi Ronald,
I am truly sorry, but I don’t understand your question. We simply want to track when a Gravity Forms form has been partially submitted, via the Partial Entries add-on.
Forum: Plugins
In reply to: [Eventbrite API] Public event not showing, Keyring test = ok, API Search = okYes, we now see the test event because of some code changes in the WPML files
diff --git a/classes/translations/class-wpml-post-element.php b/classes/translations/class-wpml-post-element.php index a93c8bf..e33a32b 100644 --- a/classes/translations/class-wpml-post-element.php +++ b/classes/translations/class-wpml-post-element.php @@ -21,7 +21,10 @@ class WPML_Post_Element extends WPML_Translation_Element implements WPML_Duplica return $post->post_type; } - return $this->get_wp_object()->post_type; + $post = $this->get_wp_object(); + if ( $post ) { + return $post->post_type; + } } function get_wpml_element_type() { diff --git a/classes/translations/class-wpml-translation-element.php b/classes/translations/class-wpml-translation-element.php index f1473ec..17ce183 100644 --- a/classes/translations/class-wpml-translation-element.php +++ b/classes/translations/class-wpml-translation-element.php @@ -115,9 +115,6 @@ abstract class WPML_Translation_Element extends WPML_SP_User { if ( is_wp_error( $element ) ) { throw new UnexpectedValueException( $element->get_error_message() ); } - if ( false === (bool) $element ) { - throw new UnexpectedValueException( 'Element does not exists.' ); - } return $this->get_type( $element ); }Hi @amboutwe, I am sorry to reopen this [resolved] topic, but I have done some more testing and played around with activate/deactivate plugins, this is what I found. The order is the order in which the plugins were activated. We strongly believe there is incompatibility between your SEO plugin and other plugins, but each on its own does not throw errors. The only constant is that Yoast SEO + any of these plugins throw an error:
wp-tinymce.php?c=1&ver=4401-20160726:12 Uncaught TypeError: Cannot read property ‘body’ of undefined
Yoast SEO = no error
Yoast SEO + Fusion Builder = error
Yoast SEO + Toolset Types = error
Yoast SEO + Toolset Types + Fusion Builder = errorFusion Builder = no error
Fusion Builder + Yoast SEO = error
Fusion Builder + Toolset Types = no error
Fusion Builder + Toolset Types + Yoast SEO = errorToolset Types = no error
Toolset Types + Yoast SEO = error
Toolset Types + Fusion Builder = no error
Toolset Types + Fusion Builder + Yoast SEO = errorHi, you are right, it requires a different approach. We now started with a minimal setup and only Yoast SEO installed and the problem did not occur. It was only until we activated the Fusion Builder plugin that’s included in Avada, that we saw this error again.
“after disabling everything and re-enabling the plugins one by one.” kinda preceeds your answer.
Forum: Plugins
In reply to: [Eventbrite API] Public event not showing, Keyring test = ok, API Search = okHi, I am 100% sure the Events Template is attached to this page, because when we edit code in eventbrite-index.php, the changes are visible immediately.
We now have a different issue that we have reported to WPML: https://wpml.org/forums/topic/wpml-breaks-eventbrite-template-again/Could a donation speed things up?