zamson
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Custom Admin Interface] Debug noticeUnfortunately I still get this notice printed to all pages in the frontend. I tried to re-save the settings but there is no difference.
Notice: Trying to access array offset on value of type bool in /home/example.com/web/app/plugins/wp-custom-admin-interface/wp-custom-admin-interface.php on line 2219
Notice: Trying to access array offset on value of type bool in /home/example.com/web/app/plugins/wp-custom-admin-interface/wp-custom-admin-interface.php on line 2227
Forum: Plugins
In reply to: [Smart Cookie Kit] problems after latest updates@shark986 Still seeing errors with PHP 7.3.x
PHP Warning: preg_match(): Compilation failed: invalid range in character class at offset 4 in /example.comweb/app/plugins/smart-cookie-kit/simple_html_dom.php on line 1377
Would be great if you could package the plugin with the new version of simple_html_dom (https://sourceforge.net/projects/simplehtmldom/files/simplehtmldom/1.7/).
Errors goes away when replacing simple_html_dom.php in the plugin root.
Forum: Plugins
In reply to: [Smart Cookie Kit] problems after latest updatesSame error. Dashboard works but homepage of site is broken.
PHP message: PHP Warning: preg_match(): Compilation failed: invalid range in character class at offset 4 in /home/*/plugins/smart-cookie-kit/simple_html_dom.php on line 1377
Edit: Problem is caused by a bug in simple html dom parser with PHP7.3. See this thread. It needs to be updated https://sourceforge.net/projects/simplehtmldom/files/simplehtmldom/1.7/
Ok. Thanks for the temp fix and your continued work!
Same problem, seems like it is looking for an old css file (old plugin version).
+1
Edit: This code works. Place it in functions.php.
// Remove Mailbank from Admin Bar function remove_mailbank_from_wp_admin_bar($wp_admin_bar) { $wp_admin_bar->remove_node('wp_mail_bank'); } add_action('admin_bar_menu', 'remove_mailbank_from_wp_admin_bar', 999);
- This reply was modified 7 years, 1 month ago by zamson.
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Wrong Purchase data and segmenting optionsAny updates? The category problem is causing a huge headache for our customers.
Hi Jordy,
Thanks for getting back to me. Just realized this was due to data corruption in the DB when upgrading WordPress to 4.7.1.
Now retina-2x plugin is working again as expected.
- This reply was modified 7 years, 10 months ago by zamson.
Forum: Plugins
In reply to: [Redis Object Cache] Issue with Order/Customer CSV Export for WooCommerceThanks for getting back to me. I agree with you that they should be able to provide a better answer/solution.
I’m sure there is a an action that I can hook into it –?I’ll start with the flush approach. Your example is how I envisioned it. I’m happy to send you the files but I’m sure I’ll find the correct hook, or even better – let Woo/Skyverge work a little harder for their money.
Forum: Plugins
In reply to: [Woocommerce Ajax add to cart for variable products] Work on simple products?Any ETA on this feature? Would be a great addition!
Make sure cache is emptied. Culprite over here was BWP minify needed a flush.
Forum: Plugins
In reply to: [Breadcrumb NavXT] Settings for unlinked template no longer workingBtw used the master version from Github.
Had to double post to mark as resolved.
Forum: Plugins
In reply to: [Breadcrumb NavXT] Settings for unlinked template no longer workingThanks John, it’s working again!
Forum: Plugins
In reply to: [Stripe for WooCommerce] Error & The future of this pluginHi Stephen,
I would love to see a pro version if it means continued development and new features!
Keep up the good work!
Forum: Plugins
In reply to: [WP Query Search Filter] Change the submit button textGreat. Thanks!