vaidotask
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] How to recount products in categoriesLabel before product list displays “Total 12 items”, but only 4 products actually are displayed on page.
I figured out that SQL query for total count returns incorrect results, as item visibility term relations are missing.
Doing clean import should solve the problem, thanks.Forum: Plugins
In reply to: [WooCommerce] How to recount products in categoriesYes, I’ve tried every option on Tools page, but none of them worked. Problem is that products are missing term relations data for visibility, and none of the tools fixes that.
Forum: Plugins
In reply to: [Imsanity] Notice when importing images using WordPress importerYes, there was a problem with memory_limit. I didn’t even notice before starting import that some images were way over 10MBs. Would be nice if imsanity could do a check before resizing images.
Forum: Plugins
In reply to: [Imsanity] Notice when importing images using WordPress importerUsing the official WordPress importer plugin: https://ww.wp.xz.cn/plugins/wordpress-importer/
Forum: Alpha/Beta/RC
In reply to: Uncategorized Cat added on import using 4.7RCJust had similar experience while importing WordPress XML from old website to WordPress 4.7 (final release).
Data was exported using default WordPress export tool from WordPress 3.8.16 . On 4.6.1 all posts are imported in correct categories as they were on old website.
Today I tried importing same XML into WordPress 4.7 and all posts have their original category and “Uncategorized”.
Import on both versions was done using the same WordPress Importer 0.6.3
Is this WordPress bug, or should I report it to WordPress Importer plugin support?You need to edit your php.ini file and restart web server. Change following values:
upload_max_filesize = 32M post_max_size = 32M32M is how many MBs PHP will let you upload.