Joshua Gugun Siagian
Forum Replies Created
-
Hi @dorf, I couldn’t find a workaround for this case except enabling the prefix on TW configuration.
You may want to check the Tailwind official docs https://tailwindcss.com/docs, and you can update here if you find something
Forum: Plugins
In reply to: [WindPress - Tailwind CSS integration for WordPress] WindPress JS filesizehi @jaskon,
You will need the JS file on the front page for development. For production, you can switch to Cached CSS mode.
For more information, you can navigate to the docs on https://wind.press/docs/advanced/cache
- This reply was modified 1 week, 2 days ago by Joshua Gugun Siagian.
Hi @scmrecordings, tbh, I’m not really get the thing you describe. Could you please made some video record / backup with All-in-One Backup plugin that I can explore it locally?
Hi @matteofeduzi,
Generating cache are only needed when you have done made update to your site.
Instead of running the “generate cache” task on each save, I recommend you enable the “Admin always use Play CDN” option on the WindPress setting page. This option will load Tailwind’s Engine on the front page for users with an Admin role and generate all classes used on the fly.
Once you have done your work, you can generate the cache by following this guide: https://wind.press/docs/advanced/cache#generating-the-cached-css.
HI @technoogies,
Yes it’s common because Tailwind CSS v4 using natice CSS
@layer
, and some WordPress theme define it’s own CSS reset that have higher specificityHi @matteofeduzi,
To extend the class detection for other post types on the Gutenberg, you can use the filter hook
f!windpress/integration/gutenberg/compile:get_contents.post_types
For example:
<?php
add_filter('f!windpress/integration/gutenberg/compile:get_contents.post_types', function($post_types) {
// Add your custom post types here, for example:
$post_types[] = 'my_custom_post_type';
$post_types[] = 'my_another_custom_post_type';
return $post_types;
});Hi @jayhoo,
Thank you, we have update our Docs with the change you suggest.
Hi @sino27,
The integration for Bricks are available to use.
Yes, the “HTML to Native” copy-paste feature will convert it to close-compatible Bricks elements. It may not be exactly 1:1, but it will do 90% of your work instead of recreating it from the beginning.
Have you deactivate this option on the setting page? “Hide font files from Media Library“
Hi @swd38,
Try to:
- Deactivate the plugin
- and re-activate the plugin
I’m guessing you use the blueprint/template method to create your WordPress instance.
Forum: Plugins
In reply to: [WindPress - Tailwind CSS integration for WordPress] Elementor ETAHi @tyssen,
Currently, the integration only scans the Elementor design to generate the Cached CSS. For adding the class to content/element in Elementor, you can follow the official docs on the Elementor site: https://elementor.com/help/css-classes-in-elementor/
Full integrations that bring new exclusive features to the Elementor editor are planned.
For the complete list of available integrations is listed on https://www.ads-software.com/plugins/windpress/#:~:text=on%20the%20page.-,seamless%20integration,-It%E2%80%99s%20easy%20to
Thank you @martinardanaz for sharing!
Forum: Reviews
In reply to: [WindPress - Tailwind CSS integration for WordPress] Best Tailwind WP pluginThank you, @gyurci! We are glad it makes your development easier.
Thank you so much, @berhanbero! We are currently working on the documentation.
Thank you, @kingsizebeatz!