handmadehome
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Storefront] Scroll position on mobile issueThanks, I’ll try it.
But can you tell me please, which pages work fine on iOS from your end? I just can’t see any.
Forum: Themes and Templates
In reply to: [Storefront] Scroll position on mobile issueHi @babylon1999
I noticed your shop catalogue page is not showing products,
Did you mean product category page? If so, this is one: https://www.shop.handmadehome.me/product-category/sculptures/
I’m also working on custom category page: https://www.shop.handmadehome.me/merch/
System report (If you don’t mind via dropbox link): https://www.dropbox.com/s/zx49blpi36l9mvh/Status%20report.rtf?dl=0
- This reply was modified 2 years, 1 month ago by handmadehome.
Thank you!
Forum: Plugins
In reply to: [WooCommerce] Back to the same scroll positionUPD I did an little research. The issue persists on Safari iOs
on Chrome Android works correctly
- This reply was modified 2 years, 1 month ago by handmadehome.
Forum: Plugins
In reply to: [WooCommerce] Product Variation Title not displayed on cart and checkout pageI had an outdated snippet. Now fixed. Thank you!
Forum: Plugins
In reply to: [WooCommerce] Missing customize image sizes panel in the customizerI’m figured it out. It is okay for Storefront. Looks like I had a plugin additional which displayed these settings. But now it’s deactivated.
Thank you!
It seems to be the issue is bigger…
I’ve just noticed when I activate plugin my huge product thumbnails on archive pages got smaller.
This is how they should look like: https://ibb.co/2SJrTrb
And how they changed: https://ibb.co/TWFRCs6
I started to search further and noticed that thumbnail settings are dissapeared from woocommerce panel:
They looked like this before I activate plugin: https://ibb.co/b74N1sn
So I was forced to restore website from back up. Because even when I deleted plugin with Clean-up Data on Deletion that didn’t help.
Despite this issue I like you plugin. It’s exactly what I need. I will try to find the reason of this issue. I hope I can fix it and go pro.
Forum: Plugins
In reply to: [WooCommerce Blocks] ORDER PRODUCTS BY not workingI have a snippet to show sold out products at the end:
add_filter( 'woocommerce_get_catalog_ordering_args', 'mihanwp_sort_by_stock', 9999 ); function mihanwp_sort_by_stock( $args ) { $args['orderby'] = 'meta_value'; $args['order'] = 'ASC'; $args['meta_key'] = '_stock_status'; return $args; }
I observe the issue when it’s active. Maybe there is another way to show sold out products at the end? Filter by out of stock hides them from block. I want out of stock products were displayed. (Newness order is not needed in this case.)
Forum: Plugins
In reply to: [WooCommerce Blocks] ORDER PRODUCTS BY not workingJust to clarify, do you have one or more categories selected in the?Products by Category?block settings?
I have one category: https://ibb.co/6Z3C7jd
Could you share with us the block(s) list that is structuring the page
Here it is: https://ibb.co/V06Ttq9
Thank you!
Forum: Plugins
In reply to: [WooCommerce Blocks] ORDER PRODUCTS BY not workingWhatever I do only Price order options are working. But I need Newness option. Do I understand right that Newness option should sort by published on date?
If so than earrings must be last. But they are in the middle: https://ibb.co/PxjCwMx (Link to the page: https://www.shop.handmadehome.me)
Products by date: https://ibb.co/M7d8dKN
Forum: Plugins
In reply to: [WooCommerce Blocks] Two wide width products columnsI found the decision for this issue!
I had 300 px thumbnails in the settings:
That was a maximum size Products by Category block could display. This is why thumbnails remained small in my case.
I increased Thumbnail width to 600px. And regenerated thumbnails. Now product images really change their size to bigger with Wide width and Full width options.
- This reply was modified 2 years, 1 month ago by handmadehome.
- This reply was modified 2 years, 1 month ago by handmadehome.
Forum: Plugins
In reply to: [WooCommerce] Not to display HTML product title tagsIn order to pinpoint the root cause of the issue, could you try temporarily disabling this .php file,
If cart-shipping.php is disabled then Shipping section on Checkout page not displayed:
The issue is no more when only the “Dreams Listener” product remains in the cart, though.
Product title is not supposed to be displayed for the single product in the cart. If it would displayed I think we’d observed this issue as well. Product title in Shipping section will be displayed if cart contains different Shipping packages. So you see a list of products for each Shipping Package below each Shipping method. But looks like html tags are not available at Shipping section area, so products titles look weird: https://ibb.co/ccYmvhx
- This reply was modified 2 years, 1 month ago by handmadehome.
Forum: Plugins
In reply to: [WooCommerce] Not to display HTML product title tagsBoth products should be added to the cart to replicate the issue. You added just one. Please, try to add both following products:
Product 1:
https://www.shop.handmadehome.me/product/poster-copy/
Product 2:
Forum: Plugins
In reply to: [WooCommerce] Not to display HTML product title tagsYes, I want to hide the HTML tags in product titles from the Shipping section in the Checkout page.
Please add these products to cart to replicate the issue:
https://www.shop.handmadehome.me/product/poster-copy/
Yes, I want to hide the HTML tags in product titles from the Shipping section in the Checkout page.
Please add these products to cart to replicate the issue:
https://www.shop.handmadehome.me/product/poster-copy/
- This reply was modified 2 years, 1 month ago by handmadehome.
Forum: Plugins
In reply to: [WooCommerce] Not to display HTML product title tags@seank123 I can’t figure out how to break title in two lines using css:) Like this:
- This reply was modified 2 years, 1 month ago by handmadehome.