We have expanded install options. Google Drive Most of the people keep their set of plugins on the cloud such as Google Drive. That is why we decided to make it easy for you. Paste API and Folder Url and you are done. WordPress.org We have added search on the WordPress.org. You can searach it…
Working with Gutenberg and Oxygen can sometimes be challenging as they are quite opinionated within the editor. In particular, Gutenberg wraps everything with .block-editor-block-list__layout.is-root-container > …, which has a higher priority. To achieve a correct visual representation, you will often need to use !important. But since you’re working within the editor, and we can detect…
Completely new UI. The navigation is now positioned on the side, giving us more space for new features. SVG Upload. SVGs can be tricky as they can contain JavaScript. To mitigate this risk, we’ve made it possible to choose which user roles you trust to upload SVGs. Typically, this would be limited to Admins, but…
Bug Fixes Improvements Features Wizard Colors Wizard color entry changed order between hex values and hex names to align with base color hex navue and name. Wizard if color shade disabled color shade name will be dimmed to represent disabled value. Before After With the new structure you can clearly see that HEX Values and…
We are introducing a function that finds the closest matching color shade to the base color when generating Tailwind CSS colors in Winden Wizard. This ensures that if you add a brand color as the base, it will be included in the shade palette. Now, when you update the color inside the color picker or…
Struggling with JSON when customizing your WordPress block theme? 😩 Say goodbye to the headache! Now how to easily create and customize block themes without manually editing JSON files using Winden. This method saves you time and frustration while keeping your theme clean and efficient. No more digging through JSON files—just a simple, user-friendly way…
TailwindCSS has just released its stable version 4. To stay aligned, Winden has launched version 2.5.0, offering full support for TailwindCSS 4, along with complete configuration fallback and a Wizard. Migrate project from Tailwind CSS 3 to 4 with Winden In Winden you will need to do only 2 steps for this. Step 1 –…
Search & Replace WordPress Database From version 1.5.0, you can search and replace values in the WordPress database. After entering a value in the search field, the tool will display all database tables grouped together. Each table will show its columns, along with the number of search results per column and the total results for…
Not all features should be exported as having them on different websites could cause problems. That is why we have crafted safe choises what should be exported. Import/Export feature If you think and you can validate that something else should be exported rich out out on Support Website or Facebook Group.
Removed dependencies: All dependencies are simplified and replaced with our codebase. Twig was causing more problems than benefits. Developers in most of the plugins do not check if twig is already registered and that was giving fatal errors that was burdon on our support to explain users that even if error log state that bug…
We’re excited to introduce the latest feature of Winden: the Wizard. With the Wizard, you can easily create and customize your design system directly inside the editor. Whether it’s setting color shades, font sizes, or breakpoints, the Wizard makes it effortless. Features include: This intuitive tool helps you update your design system in just a…
After completing the deep integration with Gutenberg, Bricks Builder, and Oxygen by dynamically retrieving values from them, it’s time to focus even more on in-browser actions. Winden is no longer dependent on a server to compile CSS! With that said, we reassure you that you will have full ownership of Winden and the compile process.…
25 pre-made code snippets. Tester & Verified by our team. To make your life easier we have crafted for you code snippets that you can import with one click. You can test them by click import Once imported they will be shown in the code block list same as any other that you have crated…