• Hot
  • Top
  • New
1
votes

You have ... votes left in this category for this week!

Debug log management

We are a development agency, working heavily with code. In general, we are very happy with the plugin, however, there is a minor detail that turns out to be an important issue for us.

We recommend implementing a debug functionality that will be option-activated and if possible keep the plugin’s log on a separate file. We have a huge debug log file due to the plugin’s records and it is extremely difficult to work with it.

1
votes

You have ... votes left in this category for this week!

Generate Fancy Open Graph Images

Trendy websites like github.com:
https://www.google.com/search?q=wordpress+pwa+site%3Agithub.com&tbm=isch

or tr-ex.me:
https://www.google.com/search?q=buenos+dias+hermosa+site%3Atr-ex.me&tbm=isch

generate gorgeous Open Graph images.

We can create such images for filtered archives – autogeneration of og:image should be an option just like the title, description, h1, above-products-html or below-products-html.

PHP GD Library functions are total crap, so it has to be a headless browser taking a screenshot of the requested HTML template.
dev.to uses: https://docs.htmlcsstoimage.com/ but it’s a bit pricey, a custom Vercel/Netlify serverless function would be better:

https://dev.to/vasyl_zubach/automate-open-graph-image-creation-3lf3
https://pociot.dev/33-dynamically-generate-open-graph-images

2
votes

You have ... votes left in this category for this week!

completed

Add existing filters to woocommerce breadcrumbs

This should be an optional configuration: Do not reset filters when clicking breadcrumbs

The default category breadcrumb URLs should contain filters just like FWW Product Categories widget with this option enabled: https://prnt.sc/w64m3a

e.g. existing filter is black: https://foundthru.com/product-category/dogs/dog-bowls/black/

I would like to change my breadcrumbs
from this: https://foundthru.com/product-category/dogs/
to this: https://foundthru.com/product-category/dogs/black/

0
vote

You have ... votes left in this category for this week!

completed

FWW Product categories – display order

Please add the possibility to choose the display order: category order/name for FWW products categories widget.
Would be also great to have a “Only show children of the current category” option.

Both options are available in Woocommerce standard widget Product categories which is very convenient.

Thanks