DeaJae
Forum Replies Created
-
Seeing the same on a VPS install, but fake Googlebot’ers seem to be directed at ‘https://server-appname’ (serverpilot setup). doubt blocking them will make any difference until anyone figures out what they are and what they are up to.
Yes, it seems there is something odd going on with the latest version.
Checked the log this morning to find this entry:[Sep 30 08:30:58:1475220658.457443:2:error] Scan terminated with error: Wordfence file scanner detected a possible infinite loop. Exiting on file: wp-content/uploads/2016/08/product.jpg
[Sep 30 08:30:54:1475220654.584316:2:info] Analyzed 5337800 files containing 79.08 GB of data so far1, The drive only has 30gb max. 2, Site size is around 700mb max including installation.
Disk I/O, CPU charts are through the roof when running scan, bandwidth spikes but settles in less than a minute.New version seems to be much faster as well as working properly. nice one
Found more than one WP_DEBUG in config file, fixed.
JQMIGRATE: Migrate is installed with logging active, version 1.4.0 jquery-migrate.js?ver=1.4.0:45 JQMIGRATE: jQuery is not compatible with Quirks Mode jquery-migrate.js?ver=1.4.0:47 console.trace()migrateWarn @ jquery-migrate.js?ver=1.4.0:47(anonymous function) @ jquery-migrate.js?ver=1.4.0:83(anonymous function) @ jquery-migrate.js?ver=1.4.0:717 element.js:41Uncaught TypeError: Cannot set property 'elType' of nullinitialize @ element.js:41e.Model @ backbone.min.js?ver=1.2.3:1n @ backbone.min.js?ver=1.2.3:1model @ element.js:219_prepareModel @ backbone.min.js?ver=1.2.3:1set @ backbone.min.js?ver=1.2.3:1add @ backbone.min.js?ver=1.2.3:1add @ element.js:214reset @ backbone.min.js?ver=1.2.3:1e.Collection @ backbone.min.js?ver=1.2.3:1n @ backbone.min.js?ver=1.2.3:1onStart @ app.js:118(anonymous function) @ backbone.marionette.js?ver=2.4.5:689Marionette.triggerMethod @ backbone.marionette.js?ver=2.4.5:713start @ backbone.marionette.js?ver=2.4.5:35801.elementor-layouts/panel/panel @ app.js:294s @ _prelude.js:1e @ _prelude.js:1(anonymous function) @ _prelude.js:1
Added debug switches to wp-config.php
Elementor front end editor doesn’t load again, console outputs:Uncaught TypeError: Cannot set property 'elType' of null Failed to parse SourceMap: https://site.dev/wp-content/plugins/elementor/assets/admin/js/lib/backbone.radio.min.js.map
same in development mode in cloudflare plugin.
Edit: Okay, now works in new pages, but not existing?
Server environment/php is not upgradable and currently setting up a DO droplet for possible long term use. It might solve it, might not.It didn’t help when using fresh cache last night, nor from a fresh PC this morning.
I’ve Put cloudflare into Development mode and it seems to have cleared that error and loaded the editor, with a few more errors about mapping a source:
Failed to parse SourceMap: /wp-content/plugins/elementor/assets/admin/js/lib/backbone.radio.min.js.map
Doesn’t seem to affect editor though.
Will investigate more when back with coffee.Forum: Plugins
In reply to: [Woocommerce CSV importer] Upload publish dateMy upload header has a field of post_date, which I use to track out of date/discontinued products as supplier doesn’t include them on their lists.
Remember to check the format matches with your wordpress settings. ie default is yyyy-mm-dd hh:mm:ss, Excel loves to change this with Windows Short Date setting upon saving.re-enabled, deactivated publicize. Site worked for around 40 minutes before falling again.
Plugin is being disabled until updated.Forum: Fixing WordPress
In reply to: WordPress "is currently unable to handle this request.'Just had this issue and could get to the dashboard.
From Memory, the last thing what was updated was Jetpack, I deactivated and it appears to have fixed it.Forum: Themes and Templates
In reply to: [Customizr] Icon has disappeared in the search boxJust updated my site to use FontAwesome’s icon instead due to this problem and match the new look, Genericons seems to have just died with this theme update.
Only changed these two entries in child’s CSS
font-family: ‘fontawesome’;
content: ‘\f002’;Empty your sites caches and force refresh (Ctrl + R), worked for me when it showed my panels like that (and wouldn’t access Screen options or allow panels to be minimized).
Seems to be some CSS issues with non widescreen monitors, as the buttons shown there are hidden behind the menu what should appear next to them.
Fixed temporarily with a margin adjustment in my custom CSS.Forum: Themes and Templates
In reply to: [Customizr] Woocommerce 2.4.1 tab contentSure, spotted the resolve earlier after submitting but it didn’t appear on edit.
Thanks againForum: Themes and Templates
In reply to: [Customizr] Woocommerce 2.4.1 tab contentWow, I would never of thought of that.. That’ll teach me to not read those sections properly!
All working as it should now, many thanks!Forum: Plugins
In reply to: [WooCommerce] Woocommerce Review Description Tabs not working.Same issue on Customizr theme, going through my local testing setup to work out where and why.
Sample page
Single-product.js doesn’t seem to get called, single-product.min.js does and looks like he has some tab functions in.
Local testing confirms it doesn’t happen with Woocommerce 2.3.13. Upgrading to 2.4.x seems to not allow tabs to be active and hides their content.
will be keeping an eye on threads while I study my theme’s CCS/JS and checking whats loading.I’ve been pondering it overnight, only difference I can see between my csv and yours, is the master row for PA values.. mine are empty and seem to drag the values below in.
I suspect pa_x only works on product_variations unless its a specified attribute import (ie dummy product sku/name with the attributes to import).
as with everyone else, learning the quirks and tricks of this and noting them down to see if they’ll help to improve documentation.
Here’s an example