Steffen Bewersdorff

Results 14 comments of Steffen Bewersdorff

@MadFlip @harunbleech I'm not sure I understand the intentions here. Why introduce the fallbacks, if we're not using fallbacks for any other variables?

@webmisses We haven't planned to implement support for nested flexible content components so far. If that's important to you and you figured out an approach or solution, I would be...

Hi @stefanobartoletti, I think that could be a nice addition! We have a simple [social links](https://flyntwp.com/components/list-social/) component already, but I imagine a social sharing component would be visually integrated differently.

@asha23 Would our plugin [ACF Hide Layout](https://de.wordpress.org/plugins/acf-hide-layout/) work for you? I'm afraid we don't plan to test specific compatibility with plugins we don't use on a regular basis. From the...

@fraumipsum Hey, I'm seeing you're using node v22. Could you please try node v20?

@fraumipsum That's good! I suggest to delete the node_modules folder and reinstall them with node v20, if you haven't done that already.

Hey @liquiddev03, to reduce your theme's size for production, you'll need to prepare your code for deployment by running the command `npm run build`. This will optimise the theme files....

If the project folder is still that big, I suggest to analyse the size of each of your subfolders to understand where the overall size is coming from.

The vendor folder stores all the Composer dependencies. As you add more dependencies, this folder will naturally increase in size. For reference, the Flynt theme's vendor folder is below 15...

No worries, let’s clear this up. You don’t need to define any dependencies manually when installing the Flynt theme. The process is pretty straightforward. Here’s a step-by-step guide to make...