edigermatthew
Forum Replies Created
-
Issue is actually this plugin: https://www.ads-software.com/support/plugin/header-footer-elementor/
Forum: Plugins
In reply to: [Genesis Custom Blocks] repeater field & inner-blocks fieldFor sure no worries.
- This reply was modified 2 years, 5 months ago by edigermatthew.
Forum: Plugins
In reply to: [Helcim Commerce for WooCommerce] Plugin isn’t handling orders properlyI see that the plugin was updated and this was corrected.. however duplicate orders still seem to happen with this plugin.
Anyone else notice similar?
Forum: Fixing WordPress
In reply to: Deprecated: wp_make_content_images_responsiveJust for the record, I found that Popup Maker will throw this error.
https://www.ads-software.com/plugins/popup-maker/
I’m sure they’ll release an update as 5.5 was just released? I could probably search it and find it temporarily.
EDIT:
popup-maker/classes/Site.php:60Possible others: https://github.com/search?q=make_content_images_responsive&type=Code
- This reply was modified 4 years, 7 months ago by edigermatthew.
I don’t know how to go back and delete posts or whatever..
Changing the storage engine didn’t end of solving everything. I believe I had the plugin off while lots of products were imported, possibly, and that the db tables needed updated. I had to manually delete these tables so when I went to the plugin, it automatically recreated the databases so I thought things would be good..
However, when trying to visit shop page with filters enabled, it just spends forever doing mysql ‘statistics’ stuff and times out.
Optimized the server and it has lots of memory and a large sql pool cache, so I’m out of ideas now.
I ended up changing the db table’s storage engine to MyISAM and repaired it and optimized it. Not overly familiar with that stuff but it helped or fixed my problem! I’m going to watch it but running much more as expected.
Hi Oleg,
It is just my own script.. uses ajax to parse through a csv file creating products and variations programmatically via php. There are already 200k (600k with variations) and we were hoping to keep uploading while using the site (with aapf) but it has slowed the uploads to a crawl. Might have to explore a different plugin to run simultaneously for the time being. Probably not a speed issue for a more normal usage.
Forum: Themes and Templates
In reply to: [Twenty Twenty] Modal menu issueAlso having this problem.
Dev Console:
Uncaught TypeError: Cannot read property 'classList' of null at index.js?ver=1.0:83 at index.js?ver=1.0:85
Which is this:
if ( ( 'ontouchstart' in window ) || ( window.DocumentTouch && document instanceof window.DocumentTouch ) || matchMedia() ) { document.body.classList.add( 'touch-enabled' ); }
The toggle button works when you have a version of the page cached but if you hard reload it, first load won’t work.