Davide Prevosto
Forum Replies Created
-
Forum: Plugins
In reply to: [Split Test For Elementor] site_url() vs home_url()Hello, thank you for your reply. I am using the pro version and I am getting another issue, the same here: https://www.ads-software.com/support/topic/error-404-while-creating-a-new-test/
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] PHP 8 WarningsThank you @seismicpixels for the comprehensive explanation. I fixed the issue applying a patch to the composer process is installing the plugin through packagist. But not I can remove it, thanks to the plugin’s authors.
Have a nice day!
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] PHP 8 WarningsWe are running into the same deprecation “issue“. It’s a little bit annoying developing a new website, with the DEBUG set to true. Did you find any workaround @seismicpixels?
Hello, have you got any news for this “issue”? It seems they won’t upgrade the version 5 of Font Awesome (https://github.com/FortAwesome/Font-Awesome/issues/19931)
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Deprecated ExtendRestApi filling logsThe same here, we are detecting tons of this in the debug.log
[16-Sep-2022 06:53:45 UTC] Automattic\WooCommerce\Blocks\Domain\Services\ExtendRestApi is <strong>deprecated</strong> since version 7.2.0! Use Automattic\WooCommerce\StoreApi\Schemas\ExtendSchema instead.
It should be maybe changed here?
/plugins/mailchimp-for-woocommerce/blocks/woocommerce-blocks-integration.php:use Automattic\WooCommerce\Blocks\Domain\Services\ExtendRestApi;
Regards
Unfortunately the same is happening for me. After updating to 6.2.1 version, we have this error:
(index):140 Uncaught ReferenceError: ewww_webp_supported is not defined
The involved script should be:
<script>if(ewww_webp_supported){document.body.classList.add("webp-support");}</script>
- This reply was modified 3 years, 7 months ago by Davide Prevosto.
Forum: Plugins
In reply to: [Contextual Related Posts] CSS: error 404Thank you @ajay, I can wait for your next release tomorrow.
Thank youOh, I see.
Thanks for sharing.
Before posting, try to take a look into the community threads.
https://www.ads-software.com/support/topic/amp-web-push-widget-error-after-last-update/
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] AMP validation errorI am not using the Push Notification options at the moment. So I solved temporary in this way:
open the file accelerated-mobile-pages/includes/features/push-notification/push-notification-functions.php
and comment from row 264 to 268
function ampforwp_truepush_markup(){ /* if (!checkAMPforPageBuilderStatus(get_the_ID()) && is_single()) {?> <amp-web-push-widget visibility="unsubscribed" layout="fixed" width="250" height="45"> <button on="tap:amp-web-push.subscribe" class="amp-subscribe"><?php echo ampforwp_translation( ampforwp_get_setting('ampforw p-truepush-translator-subscribe'), 'Subscribe to updates' ); ?></button> </amp-web-push-widget> <?php } */ }
If your’re using Push Notification functionality, stay away from this.
Hope it helps.
- This reply was modified 4 years, 4 months ago by Davide Prevosto.
Forum: Reviews
In reply to: [AMP for WP - Accelerated Mobile Pages] Not RecomendedWhy not?
Hi there,
the same it happens for me.function mo_openid_plugin_settings_script() { wp_enqueue_script( 'mo_openid_admin_settings_jquery_script', plugins_url('includes/js/config-jquery.js', __FILE__ )); wp_enqueue_script( 'mo_openid_admin_settings_jquery1_script', plugins_url('includes/js/config-jquery-ui.js', __FILE__ )); [...]
Unfortunately config-jquery.js does not exists in your ./includes/js folder.
Thank youForum: Plugins
In reply to: [Super Page Cache] Connection error: cURL error 28Hi there,
your suggested fix is running fine on my environment.
Thank you @salvatorefrestaForum: Plugins
In reply to: [Yoast SEO] Issues found in plugin@eringerm are you talking about a security/vulnerability issue?