Layout – Webdesign

0,00 / maand excl. BTW

Layout kiezen / webdesign aanpassen

Ander webdesign / layout? Dat kan hier heel gemakkelijk!

  1. Gratis: Kies één van de voor geprogrammeerde layouts.
  2. Gratis: Pas je gekozen webdesign naar wens aan.
  3. Kies hier een andere gratis layout: Gratis implementatie.
  4. Kies een andere gratis layout: Vergoeding voor implementatie.
  5. Kies een betaald thema: Vergoeding voor implementatie.
  6. Laat een layout voor je maken.

Andere Layout

Ander Webdesign

Eénmalige betaling

1. Om welk webdesign gaat het (naam)
2. Waar kunnen wij het vinden
3. Als het in een account staat, mogen wij dan inlog-gegevens opdat wij het kunnen uploaden

Het verwijderen van webdesigns bespaart webruimte. Als er een webdesign extra op je website / webshop wordt gezet, dan kost dat webruimte.

Prijs per maand

Categorie:

Beschrijving

Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

TailPress – Tailwind for WordPress

Beschrijving

Tailwind CSS is a great companion to building block based sites in WordPress. Unfortunately, it’s been pretty complicated to add Tailwind CSS to WordPress since it needs to be compiled with Node.js in order to be production ready.

This plugin takes care of that by adding Tailwind CSS to WordPress in one easy step (activate the plugin) and at the same time takes care of performance and caching so your site remains fast and production ready!

Who It’s For

This is primarily for developers and users that are familiar with Tailwind CSS and comfortable styling their site using their utility class framework.

It’s also for those who have struggled to add Tailwind to their workflow without having to constantly compile their CSS every time the classes in their page content changes.

How it Works

  • Extracts classes from pages and compiles them server-side into Tailwind CSS
  • Caches the dynamically generated CSS to avoid performance issues on the frontend of your production site.

Are you affiliated with tailpress.io the theme?

No, we are not! Unfortunately the same name was used for both out of coincidence, but we are not affiliated and are two different solutions. Tailpress.io is a great starting point for developing custom themes with deep integration of Tailwind. I would recommend it for any developer that wants to build a custom theme that depends heavily on Tailwind.

Tailpress, this plugin, adds Tailwind support to any project as an add-on. It can be used as much or as little as you need, added to custom themes or pre-existing ones.

Can this be used in production?

Yes! Although the styles in the backend get generated on the fly, the CSS on the frontend gets cached for every page. Changing any classes on the page will bust the cache automatically so it’ll still stay up to date with any changes.

Can this be used outside the block editor?

Yes! This will work anywhere on the backend or front end of your site that uses classes to style things.

Known Issues

Device Preview Mode in Block Editor

The non-desktop preview modes in the block editor utilize an iframe and don’t load assets properly. Therefore your Tailwind styles won’t be visible here.

Page Caching

If you have any page caching on your site, you’ll have to clear your cache for the best experience.

Installatie

This section describes how to install the plugin and get it working.

  1. Upload tailpress to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Simply add classes anywhere you would like in your pages, for example under the “Additional CSS class(es)” of any of your blocks.
  4. That’s it! It should just work.

Optionally configure your version of Tailwind under Settings > TailPress.

Beoordelingen

16 oktober 2024
I found myself often wishing to add inline styles in guttenberg editor, then I thought, how cool would it be to use Tailwind classes in the advanced section of blocks. And I found this plugin that worked without any configuration and it seams to do it with optimizations. From time to time when using a new class you haven’t used on this site, it doesn’t work. All you need to do is to go to this plugin settings and clear the cache. Then the class is working. Thanks a lot to the developer! Live long and prosper!
17 januari 2024
I tried several complicated ways to use tailwind with wp themes without node.js on the server. This plugin works and makes it incredibly easy. With the nice addition of also getting tw in the block editor. I have had some problems with classes not being recognized, but that seems to be solved by the cache cleaning button in the tailpress settings. This is also where you can edit the tailwind config, i found out, which was a bit confusing having to write json instead of js, and the invalid json just being erased on saving without any explanation. Would be nice to be told more explicitely that this is where the config is located, how to write it in json, maybe some example(s) of what/how you can write, and an informative error message of sorts when not writing valid json, instead of just having it erased. But i figured it out, and i’m very happy with the plugin.
13 oktober 2023
HI! How can i add this example:@tailwind base; @tailwind components; @tailwind utilities; @layer base { h1 { @apply text-2xl; } h2 { @apply text-xl; }}
1 maart 2023
Fast, simple and even with custom-[values] support. Splendid!
Lees alle 13 beoordelingen

Bijdragers & ontwikkelaars

“TailPress – Tailwind for WordPress” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

“TailPress – Tailwind for WordPress” is vertaald in 2 localen. Dank voor de vertalers voor hun bijdragen.

Vertaal “TailPress – Tailwind for WordPress” in je eigen taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

0.4.4

  • Removed Hashing from Twind config
  • Better autoload with DIR

0.4.3

  • Compatibility with PHP 7.0

0.4.1

  • Fixed syntax error in Twind init
  • Upgraded Twind CDN library to 1.0.8

0.4.0

  • Added a cleanup plugin data option
  • Better JSON editor
  • Clear the cache when config is updated.

0.3.2

  • Updated Twind script not to include presets

0.3.1

  • Fixed trailing comma in function for better PHP support

0.3.0

  • Added a clear cache button.
  • Use a remote service for compiling CSS.
  • Added disclaimer about tailpress.io

0.2.0

  • Added a settings page to configure Tailwind.

0.1.2

  • Fixed interferance in admin panel

0.1.1

  • Fixed buffer notice

0.1.0

  • First version.