Custom save path

We have added filter to save Winden files to additional location as well. In this example we are saving files to themes/custom-theme/winden/ so we can pack products with compiled css only without Winden.

Read More

Class names hook

If collecting class names from our current integration is not enough, Winden from v2.6.1 have a hook for adding additional class names. The hook system is implemented through WordPress’s filter mechanism using the winden_register_crawlers hook. When Winden collects classes, it calls this hook to gather additional classes from registered crawlers. Code example: Bellow is and example of the plugin that […]

Read More

Files Scanner

Besides scanning the database for what classes you have added to the visual builders we have option to scan theme or plugin files as well. This is especially useful if you are creating Gutenberg blocks, Shortcodes or writhing your child theme to add some custom functionalities. To optimise the scanning we have several options: File […]

Read More

CDN Version Rollback

What to do if library stop working? Recently we had incident where Fluid Typography was working one day and just stop working. So where to start??? Always console log first! Bellow you can see how I investigated console log and that the error is inside Fluid Typography Library. Go to the GitHub and investigate the […]

Read More