Luigi Teschio

Results 86 comments of Luigi Teschio

I'm removing the assigned milestone since before proceeding with this approach, it is necessary to discuss it

@shaunandrews, can you check this issue and give feedback when you can? Thanks!

I'm removing the issue and this PR from the scope of the Blockified Single Product Template. @nefeline feel free to continue to work on this if you want!

Could you share a specific use-case so that I can replicate it in my environment? Thanks!

Thanks! I'm able to reproduce it! > I don't see any issues with this though, which is why I filed as an enhancement request. Thanks for the clarification. Since that...

Hi @Kelderro , thanks for opening this issue! Storefront is in maintenance mode and, at least for now, we will not work on this issue.

Hi @themightyant, thanks for opening this issue! Since this issue is replicable only on specific screen sizes and Storefront is in maintenance mode, at least for now, we will not...

There is the same issue when the plugin is updated clicking on the yellow box `update now` button: ![image](https://github.com/woocommerce/woocommerce-blocks/assets/4463174/8ffd6873-c35d-46d0-8c8e-223a014cd51e)

> > There is the same issue when the plugin is updated clicking on the yellow box update now button: > > Just to clarify when you say same issue...

The quickest one is to remove `is_admin` check ([source code](https://github.com/woocommerce/woocommerce-blocks/blob/249379eb588855c65a02d354854aac27bd6985b4/src/Domain/Bootstrap.php/#L103-L108)). The drawback is that we invoke the `get_option` function at every page load. At the same time, it isn't so...