dev
Forum Replies Created
-
We have a similar issue also, however users need to be logged in otherwise they can’t enrol..
Hello,
It’s persistent and we have to delete the affected order or the site breaks entirely.
Hello,
We’ve not passed any styling it was the default ones. The vars however work, in the end it was due to cloudflare’s CSS minification which we’ve disabled and now works as expected.
Hello,
We’ve enabled PayPal plugin with advanced card processing etc however it doesn’t seem to support subscriptions? Only stripe shows when a monthly subscription is being purchased.
Hello,
We’ve enabled legacy mode and it works now but there’s a warning that it won’t work in the future.
It this soon to be fixed?
Also, using the stripe test account it doesn’t look like the subscription was set, just a one off purchase. Is this expected when using stripe in test mode?- This reply was modified 2 years, 1 month ago by dev.
We’re also seeing this error in the console
jquery.min.js?ver=3.7.1:2 Uncaught TypeError: Cannot read properties of undefined (reading ‘checkValidity’)
at HTMLDocument. (wcdp.min.js?ver=1.3.1:1:3637)
at e (jquery.min.js?ver=3.7.1:2:27028)
at t (jquery.min.js?ver=3.7.1:2:27330)Forum: Plugins
In reply to: [Companion Auto Update] Issues with plugin updates, times on multisiteThe “Last updated on” time also, is showing a day ahead in the updates log.
Forum: Plugins
In reply to: [Companion Auto Update] Issues with plugin updates, times on multisiteWe’ve had 7 of the update emails now, i’ve even disabled the emails/updates settings for each subsite but still seems to be sending them.
Hello,
Yes we have it disabled for “administrator” and “Shop manager”.
Emails excluded are “Processing” and “completed”
Found to be an incompatibility with Media Cloud
[26-Mar-2024 19:28:45 UTC] PHP Fatal error: Uncaught BadMethodCallException: Method MediaCloud\Vendor\Illuminate\Support\Collection::escapeWhenCastingToString does not exist. in /home/WEBSITE/wp-content/plugins/ilab-media-tools/lib/mcloud-illuminate/support/Traits/Macroable.php:103
Stack trace: 0 /home/WEBSITE/wp-content/plugins/independent-analytics-pro/IAWP/Report_Finder.php(123): MediaCloud\Vendor\Illuminate\Support\Collection->__call() 1 /home/WEBSITE/wp-content/plugins/independent-analytics-pro/IAWP/Report_Finder.php(20): IAWP\Report_Finder->by_type() 2 /home/WEBSITE/wp-content/plugins/independent-analytics-pro/temp/template-cache/partials.sidebar_45e5b809045eaa5db51607c447d9b922e0cc4c15.bladec(65): IAWP\Report_Finder->fetch_page_reports() 3 /home/WEBSITE/wp-content/plugins/independent-analytics-pro/vendor/eftec/bladeone/lib/BladeOne.php(1501): include(‘/home/…’) 4 /home/WEBSITE/wp-content/plugins/independent-analytics-pro/vendor/eftec/bladeone/lib/BladeOne.php(1192): IAWPSCOPED\eftec\bladeone\BladeOne->evaluatePath() 5 /home/WEBSITE/wp-content/plugins/independent-analytics-pro/vendor/eftec/bladeone/lib/BladeOne.php(2009): IAWPSCOPED\eftec\bladeone\BladeOne->runInternal() 6 /home/WEBSITE/wp-content/plugins/independent-analytics-pro/IAWP/Admin_Page/Admin_Page.php(35): IAWPSCOPED\eftec\bladeone\BladeOne->run() 7 /home/WEBSITE/wp-content/plugins/independent-analytics-pro/IAWP/Independent_Analytics.php(102): IAWP\Admin_Page\Admin_Page->render() 8 /home/WEBSITE/wp-includes/class-wp-hook.php(324): IAWP\Independent_Analytics->IAWP{closure}() 9 /home/WEBSITE/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() 10 /home/WEBSITE/wp-includes/plugin.php(517): WP_Hook->do_action() 11 /home/WEBSITE/wp-admin/admin.php(259): do_action() 12 {main}thrown in /home/WEBSITE/wp-content/plugins/ilab-media-tools/lib/mcloud-illuminate/support/Traits/Macroable.php on line 103
- This reply was modified 2 years, 2 months ago by dev.
It seems going to the trust badge page, triggers the calculation of them? After viewing the trust badge page within the Customer Review settings, the correct values are now shown.
Specifically, the following shortcodes do not show matching data
Incorrect (old values)
[cusrev_trustbadge type=”SD” border=”no” color=”#111″]
Correct values
[cusrev_all_reviews sort=”DESC” sort_by=”date” per_page=”15″ number=”-1″ show_summary_bar=”true” show_products=”true” categories=”” product_tags=”” products=”current” shop_reviews=”true” number_shop_reviews=”-1″ inactive_products=”false” show_replies=”false” show_more=”5″ min_chars=”0″ avatars=”initials” users=”all” add_review=”false”]
The shortcodes have been tested on new pages, as well as widgets where they’re normally placed.Forum: Plugins
In reply to: [Regenerate Thumbnails] Mediacloud & S3 stored images cannot be regeneratedHello,
The URL is an example, it’s not the real one. We’ve managed to use Mediaclouds own thumbnail regenerate (Pro feature) instead.
It seems this plugin is not compatible with mediacloud hosted media.Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] DDespite the ID being ‘ivole-frontend-css-css’ in the page HTML, its actually ‘ivole-frontend-css” that needs to be dequeued.
Forum: Plugins
In reply to: [LiteSpeed Cache] Snippet added JS file being ignored by Delayed settingsThat sorted it! Seems delay won’t work well with the script due to it trying to lazyload a video on “DOMContentLoaded”.
Is there a recommended way to optimise an autoplay video with litespeed?