Newt Labs
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Order Page Formatting Messed uphi thanks for the info. I confirm that with the Sucuri plugin disabled the issue is resolved. The Sucuri plugin was last updated 4 hours ago so it may be worth rolling the plugin back to a previous version to see if it is a new version that has caused this. Do you want to start a thread on the Sucuri plugin support page also?
Forum: Plugins
In reply to: [WooCommerce] Order Page Formatting Messed upsame here, it says “no orders found” in orders section although the count of All is still showing the right number, pending orders shows some entries but they all say password protected. I see the user above has the Mailchimp for WooCommerce plugin installed. I did install and setup this plugin yesterday, which could have caused the issue.. I have tried rolling back WooCommerce to 6.6.1 and have deactivated the Mailchimp plugin however the issue remains.
Forum: Plugins
In reply to: [Yoast Duplicate Post] WIdgets errorI tried disabling all the plugins previously and it was still showing the issue but this was using an outdated version of the theme (2.3).
On the new version of the theme (3.1) if I disable WPBakery Page Builder the error does go away.
Unfortunately there is a bunch of custom work that needs doing in order to bring this theme up to date so if you’re able to fix the issue regardless of theme version it would be pretty impressive..
Let me know if I can assist further.. cheers!
Forum: Plugins
In reply to: [Yoast Duplicate Post] WIdgets errorHi, rolling back to 3.2.6 is fine. The issue is introduced in 4.0.
We’re using the latest version of WordPress.
I have tested the plugins and they’re all fine – no conflicts.
The conflict is with the Ajzaa theme – I’ve updated that to the latest version and the error still shows on the widgets page.
This shows in the console:
TypeError: Cannot read properties of undefined (reading 'PluginPostStatusInfo') at value (duplicate-post-edit-430.js?ver=4.3:1) at we (react-dom.min.js?ver=16.13.1:84) at zj (react-dom.min.js?ver=16.13.1:226) at Th (react-dom.min.js?ver=16.13.1:152) at tj (react-dom.min.js?ver=16.13.1:152) at Te (react-dom.min.js?ver=16.13.1:146) at Ja (react-dom.min.js?ver=16.13.1:224) at md (react-dom.min.js?ver=16.13.1:173) at react-dom.min.js?ver=16.13.1:175 at Rh (react-dom.min.js?ver=16.13.1:147) Me @ react-dom.min.js?ver=16.13.1:125
I could possibly see about getting you a copy of the theme for testing purposes if it helps?..
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] security issue?sorry, I just saw that there is a separate method for reporting security issues, feel free to delete this and I will resubmit..
thanks for the quick reply. Please confirm what we should do if the theme contained the following:
add_filter(‘aioseo_include_images_in_sitemap’, ‘__return_false’);
Thanks in advance
Forum: Plugins
In reply to: [Cooked - Recipe Management] Latest update causing fatal errorHi, this seems to be resolved now. Thank you for the fix.
bump
That seems to fix it, thank you.
[gs_logo theme=”slider1″ order=”ASC” logo_cat=”clients,projects,portfolio”]
Same problem here, I had to rollback from 1.8.6 to 1.8.3 for the logos to display.
Forum: Plugins
In reply to: [Redis Object Cache] V1.3.7 Plugin Update Breaks WordPress SiteHi Till,
I just updated 20 sites and all fine. Simply updating the plugin, deleting the object-cache.php file and re-enabling plugin via wp-cli worked for me.
Thank you so much for updating the plugin and giving your support here, you’re the man.
Happy Easter!
Forum: Plugins
In reply to: [Redis Object Cache] V1.3.7 Plugin Update Breaks WordPress Site@chaoley That’s not a solution that fixes anything, that’s just downgrading to the previous version.
Forum: Plugins
In reply to: [Redis Object Cache] V1.3.7 Plugin Update Breaks WordPress SiteI updated from 1.3.5 to .1.3.8 and got the following errors:
Warning: include(/wp-content/advanced-cache.php): failed to open stream: No such file or directory in /wp-settings.php on line 84
Warning: include(): Failed opening ‘/wp-content/advanced-cache.php’ for inclusion (include_path=’.:/usr/share/php’) in /wp-settings.php on line 84
Warning: require_once(/wp-content/plugins/redis-cache/includes/predis.php): failed to open stream: No such file or directory in /wp-content/object-cache.php on line 444
Fatal error: require_once(): Failed opening required ‘/wp-content/plugins/redis-cache/includes/predis.php’ (include_path=’.:/usr/share/php’) in /wp-content/object-cache.php on line 444
Forum: Plugins
In reply to: [Regions for WP Job Manager] Location free search with job regions drop downFor anyone having a problem with dropdown search I solved it with the following:
<?php $args = array( 'show_option_all' => __( 'Location', 'wp-job-manager-locations' ), 'hierarchical' => true, 'orderby' => 'name', 'taxonomy' => 'job_listing_region', 'name' => 'search_region', 'class' => 'search_region', 'hide_empty' => 0 ); wp_dropdown_categories( $args ); ?>