maipiusenza
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Front end shows empty category while containing productsIt is a bit tricky wit hundreds of products to manage. I made a similar test but got different results:
Test A (working)
1) cleared transient
2) created a new category (with a name never used before)
3) added a NEW (!!!) product to that category
4) cleared permalinks
The category in front end shows the productTest B (NOT working)
1) cleared transient
2) using the same category of test A
3) added an OLD product to that category
4) cleared permalinks
The category in front end shows only one product (the one from test A) whyle in WC > categories the product count is “2”Test C (NOT working)
1) clearing transient and permalinks
2) adding the old product from test B to the new category of test A————————————
————————————
————————————
Final test:
If I export a product not showing in the category, and import again with “update” option checked, with NO CHANGE at all… it worksBUT it is a bit mad to have to export/import all the products EACH time
Any solution?
Forum: Plugins
In reply to: [WooCommerce] Front end shows empty category while containing productsI think the issue is somewhere connected to the category creations.
If I move a product to an old category, or in uncategorized, and I view that category in the front end, the product it visible (with the others).
While If I move it an a new category (created in the last couple of months), the products of that category are not in the front end category page.
Forum: Plugins
In reply to: [WooCommerce] Front end shows empty category while containing productsIt is set to “catalog & search” and if i search it in the front end is is visible, clicking on the link I can access the page.
Forum: Plugins
In reply to: [WooCommerce] Front end shows empty category while containing productsThat was a test That I already made, tried to change the path name too.
No resultsForum: Plugins
In reply to: [WooCommerce] Front end shows empty category while containing productsAs I wrote in my message, I tested it with NO PLUGINS except woocommerce and default theme (both twenty-twenty and twenty-twentyone), the problem remains
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Import Doesn’t Update Products by SKUIn Italian they don’t exist in the select:
https://snipboard.io/rxlLzY.jpgThe strange thing is that now, with no upgrade of anything, it started working again as it did before, both using COD,Magazzino or SKU,Stock (in the second case, as you see in the image, it associates it to the columns COD,Magazzino)
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Import Doesn’t Update Products by SKUThe two columns names are
COD,MagazzinoIt is an Italian version of the site and the two columns corresponds to SKU and Stock
They are correct, I use them on other twin sites and they work fine.
Moreover, as said, I can export the same columns, import them again and I get the error.https://snipboard.io/VB2CmQ.jpg
File sample: https://snipboard.io/wKHtFB.jpg
I already tried to:
– use quotation marks or quotes for the fields
– save the file with different encodingsMoreover, at the second step of import, the file is correctly read as it shows the sample content:
https://snipboard.io/OVvLfK.jpgI tried to run a safe mode with only woocommerce active.. same problem
Thanks
- This reply was modified 2 years, 12 months ago by maipiusenza.
If I disable the CF7 form and set the load v3 script only in form pages, on that page the recaptcha script is not loaded, but it keeps sending me to wp-login.php with the recaptcha error, it seems the form redirects to that page before going back to the login module page, but the wp-login has no recaptcha info and throws the error.
The only solution is to disable your plugin for “login form” in “Enabled Forms” (leaving it to registration, lost password and reset password).
Any solution?
No… I said “Single” post or page.
I mean that a group can edit the “Page A” and another role can edit “Page B”.
Is it possible?Forum: Plugins
In reply to: [Slider and Carousel Plus Widget for Social Media] Link/popup not workingHi, sorry for the delay, yes problem solved, thanks!
Forum: Plugins
In reply to: [Slider and Carousel Plus Widget for Social Media] Link/popup not workingSame domain /test
In the page there is only your shortcode, neither used the divi builder.Same problem
Thanks
Forum: Plugins
In reply to: [Slider and Carousel Plus Widget for Social Media] Link/popup not workingsorry, don’t know where to find your mail id, i sent it to “support@” as found on your site.
Thanks- This reply was modified 6 years, 5 months ago by maipiusenza.
Forum: Plugins
In reply to: [Slider and Carousel Plus Widget for Social Media] Link/popup not workingHow can I send it as a PM?
any solution?
Hi @tobiasbg @stfa76 @travishalff
I had a similar problem: I wanted that if the screen is not wide enough to show all the columns, than all of them had to be collapsed.
So starting form this post, this page and this other one, I’ve found a solution adding this code in the additional parameters line:
columnDefs: [ {targets: 'sorting_disabled', className: 'min-tablet-l'}]
It applies the class “min-tablet-l” to all the TH tags so they will force the collapse to screen resolutions lower than 768.
To apply it to just some column, “sorting_disabled” could be replaced with “column-5” an so on.Maybe it is not too “clean”, but it seems working ??
Nadia