David Riccitelli
Forum Replies Created
-
Forum: Plugins
In reply to: [WordLift - AI powered SEO - Schema] Disable on WooCommerce ProductsHello Blake,
Sorry for the late reply. Take a look here: you can filter out the
product
type so that WordLift won’t mark products up.You can also keep the WordLift analysis metabox closed to prevent WordLift from analyzing the contents. If you don’t select the entities they won’t be marked up.
Cheers,
David
Forum: Plugins
In reply to: [WordLift - AI powered SEO - Schema] warning in an include@davidsky, we haven’t been able to reproduce it so far.
Can you please tell us the website where you’re experiencing the issue?
BR
Forum: Plugins
In reply to: [WordLift - AI powered SEO - Schema] PHP Errors (Deprecated)Hello,
Thanks for writing us.
You can safely ignore the deprecation messages as they are generated from a 3rd party dependency we use that is compatible with PHP 5.6 and later and that we specifically chose for its PHP compatibility requirements.
Upgrading to the next version of the dependency is not necessary and it would require at least PHP 7.1.3.
BR,
DavidForum: Plugins
In reply to: [WordLift - AI powered SEO - Schema] warning in an includeHello,
While we check the issue, as a quick workaround please turn off debug in wp-config.php:
// Disable WP_DEBUG mode define( 'WP_DEBUG', false ); // Disable Debug logging to the /wp-content/debug.log file define( 'WP_DEBUG_LOG', false ); // Disable display of errors and warnings define( 'WP_DEBUG_DISPLAY', false ); @ini_set( 'display_errors', 0 ); // Use dev versions of core JS and CSS files (only needed if you are modifying these core files) define( 'SCRIPT_DEBUG', true );
Specifically these 2 lines will turn off WP printing error messages:
// Disable display of errors and warnings define( 'WP_DEBUG_DISPLAY', false ); @ini_set( 'display_errors', 0 );
For reference see https://www.ads-software.com/support/article/debugging-in-wordpress/
You must insert this BEFORE
/* That's all, stop editing! Happy blogging. */
.Cheers,
DavidForum: Plugins
In reply to: [WordLift - AI powered SEO - Schema] warning in an includeHello,
Can you please update to the latest 3.38.5 version and see this fixes the issue?
BR
DavidForum: Plugins
In reply to: [WordLift - AI powered SEO - Schema] warning in an includeHello,
Thanks for contacting us. Can you please tell us which version of WordLift plugin you’re using?
BR
DavidForum: Plugins
In reply to: [WordLift - AI powered SEO - Schema] Wordlift Breaks Media LibraryHello,
Please reach out to [email protected] so that we can schedule a support session together.
BR
DavidForum: Plugins
In reply to: [WordLift - AI powered SEO - Schema] Plugin removed from WordPress?Hello,
It’s not being removed, we’re working with the WordPress plug-ins directory to restore the listing as soon as possible.
In the meanwhile for more information and to get WordLift and the latest plugin updates, please visit wordlift.io or contact us at [email protected]
BR
DavidForum: Plugins
In reply to: [WordLift - AI powered SEO - Schema] Cannot Wordlift with WpBakery?Hello Blake,
We have an experimental support to run content analysis on the page front-end. Ping us at [email protected] so that we can set it up for your account and see if it works.
Cheers,
DavidForum: Plugins
In reply to: [WooCommerce PayPal Payments] Card Processing DisappearsOk, for me PayPal is returning the product vetting_status as status:
{"merchant_id":"K3QA9MUK6JACY","products":[{"name":"EXPRESS_CHECKOUT","status":"ACTIVE"}],"payments_receivable":true,"legal_name":"Test Store","primary_email_confirmed":true}
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Card Processing DisappearsNope, it’s not relevant.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Card Processing DisappearsI think there’s a bug in modules/ppcp-wc-gateway/src/Settings/SettingsRenderer.php, line 462.
if ( State::STATE_ONBOARDED > $this->state->current_state() ) {
STATE_ONBOARDED is 8 and my current_state is 8 which is the max value one can get.
Should this be:
if ( State::STATE_ONBOARDED >= $this->state->current_state() ) {
Forum: Plugins
In reply to: [WordLift - AI powered SEO - Schema] Undefined offset: 0https://github.com/insideout10/wordlift-plugin/issues/1188: this is closed.
https://github.com/insideout10/wordlift-plugin/issues/1189: progress on this can be followed on GitHub.
Cheers,
DavidForum: Plugins
In reply to: [WordLift - AI powered SEO - Schema] Undefined offset: 0Absolutely, I created another issue for that ??
Forum: Plugins
In reply to: [WordLift - AI powered SEO - Schema] Entity Base Path