vorskla
Forum Replies Created
-
Forum: Plugins
In reply to: [Stock Manager for WooCommerce] Loading failed – completely stopped workingLatest versions.
Forum: Plugins
In reply to: [Stock Manager for WooCommerce] Loading failed – completely stopped workingListing is loading without thumbnails and fails with thumbnails.
JQMIGRATE: Migrate is installed, version 1.4.1 react-dom.production.min.js:209 TypeError: Cannot read property 'source_url' of undefined at Le (Image.js:41) at Go (react-dom.production.min.js:153) at yl (react-dom.production.min.js:261) at cu (react-dom.production.min.js:246) at lu (react-dom.production.min.js:246) at Zl (react-dom.production.min.js:239) at react-dom.production.min.js:123 at t.unstable_runWithPriority (scheduler.production.min.js:19) at qa (react-dom.production.min.js:122) at Ha (react-dom.production.min.js:123) el @ index.js?ver=2.1.1:27 n.callback @ index.js?ver=2.1.1:27 fo @ index.js?ver=2.1.1:27 ol @ index.js?ver=2.1.1:27 pu @ index.js?ver=2.1.1:27 t.unstable_runWithPriority @ index.js?ver=2.1.1:35 qa @ index.js?ver=2.1.1:27 du @ index.js?ver=2.1.1:27 Zl @ index.js?ver=2.1.1:27 (anonymous) @ index.js?ver=2.1.1:27 t.unstable_runWithPriority @ index.js?ver=2.1.1:35 qa @ index.js?ver=2.1.1:27 Ha @ index.js?ver=2.1.1:27 Ba @ index.js?ver=2.1.1:27 (anonymous) @ index.js?ver=2.1.1:27 F @ index.js?ver=2.1.1:27 L @ index.js?ver=2.1.1:27 V @ index.js?ver=2.1.1:27 Jt @ index.js?ver=2.1.1:27 Xt @ index.js?ver=2.1.1:27 t.unstable_runWithPriority @ index.js?ver=2.1.1:35 qa @ index.js?ver=2.1.1:27 A @ index.js?ver=2.1.1:27 Kt @ index.js?ver=2.1.1:27 Image.js:41 Uncaught TypeError: Cannot read property 'source_url' of undefined at Le (Image.js:41) at Go (react-dom.production.min.js:153) at yl (react-dom.production.min.js:261) at cu (react-dom.production.min.js:246) at lu (react-dom.production.min.js:246) at Zl (react-dom.production.min.js:239) at react-dom.production.min.js:123 at t.unstable_runWithPriority (scheduler.production.min.js:19) at qa (react-dom.production.min.js:122) at Ha (react-dom.production.min.js:123) Le @ index.js?ver=2.1.1:43 Go @ index.js?ver=2.1.1:27 yl @ index.js?ver=2.1.1:27 cu @ index.js?ver=2.1.1:27 lu @ index.js?ver=2.1.1:27 Zl @ index.js?ver=2.1.1:27 (anonymous) @ index.js?ver=2.1.1:27 t.unstable_runWithPriority @ index.js?ver=2.1.1:35 qa @ index.js?ver=2.1.1:27 Ha @ index.js?ver=2.1.1:27 Ba @ index.js?ver=2.1.1:27 (anonymous) @ index.js?ver=2.1.1:27 F @ index.js?ver=2.1.1:27 L @ index.js?ver=2.1.1:27 V @ index.js?ver=2.1.1:27 Jt @ index.js?ver=2.1.1:27 Xt @ index.js?ver=2.1.1:27 t.unstable_runWithPriority @ index.js?ver=2.1.1:35 qa @ index.js?ver=2.1.1:27 A @ index.js?ver=2.1.1:27 Kt @ index.js?ver=2.1.1:27
Thumbnail Sizes
These are all of the thumbnail sizes that are currently registered:thumbnail: 200×200 pixels (cropped to fit)
medium: 0×0 pixels (proportionally resized to fit inside dimensions)
medium_large: 0×0 pixels (proportionally resized to fit inside dimensions)
large: 0×0 pixels (proportionally resized to fit inside dimensions)
blog-large: 669×272 pixels (cropped to fit)
blog-medium: 320×202 pixels (cropped to fit)
fusion-200: 200×0 pixels (proportionally resized to fit inside dimensions)
fusion-400: 400×0 pixels (proportionally resized to fit inside dimensions)
fusion-600: 600×0 pixels (proportionally resized to fit inside dimensions)
woocommerce_thumbnail: 200×200 pixels (cropped to fit)
woocommerce_single: 600×0 pixels (proportionally resized to fit inside dimensions)
woocommerce_gallery_thumbnail: 100×100 pixels (cropped to fit)
shop_catalog: 200×200 pixels (cropped to fit)
shop_single: 600×0 pixels (proportionally resized to fit inside dimensions)
shop_thumbnail: 100×100 pixels (cropped to fit)Forum: Plugins
In reply to: [Stock Manager for WooCommerce] Bring Back Old VersionYour new version is too glitchy. The product weight is disappearing completely from edited products.
- This reply was modified 5 years, 4 months ago by vorskla.
Forum: Plugins
In reply to: [Stock Manager for WooCommerce] Save Button has goneThe button is disappearing on mobile screen sizes.
Could you describe it in other words? I’m not sure I understand it correctly. You want to DONT display a tag, if all products under that tag are OUT of stock?
Forum: Plugins
In reply to: [WP Open Hour Widget] Setting timeEdit wp-open-hours/time.php and replace a current date_default_timezone_set(”).
To fix a strange time calculating go to wp-open-hours/wp_openhour_widget.php and just delete two divs after <div class=”mod-fwoh-<?php echo $template_arr[$layout]; ?>”> and add
<div class=”mod-fwoh-<?php echo $template_arr[$layout]; ?>-time-label”>Current Time: <?php echo date(“h:i a”); ?></div>