Search found 492 matches

by fraenkiman
Fri Apr 10, 2026 1:34 pm
Forum: Plugin support
Topic: Plugins List Table Headings FP ≤ 1.X // FP ≥ 1.X
Replies: 1
Views: 138

Re: Plugins List Table Headings FP ≤ 1.X // FP ≥ 1.X

Hi Rainer,

Thank you very much for your feedback. I’ve shortened the description in the table header accordingly.

Best regards,
Frank
by fraenkiman
Tue Apr 07, 2026 7:53 pm
Forum: General Support
Topic: widgets in the header and footer
Replies: 4
Views: 7447

Widgets in the header and footer

Hello everyone,

I’ve updated the wiki article that explains how to create a top and bottom widget bar in the Leggero theme. A feature package is also available for download there.

Best regards,
Frank
by fraenkiman
Sat Mar 28, 2026 10:44 pm
Forum: Theme support
Topic: Your 5 Favorite Themes
Replies: 2
Views: 459

Your 5 Favorite Themes

Hello everyone,

As you know, there are currently 65 themes available for FlatPress. However, very few of these themes are not only functional but also up-to-date and presentable.

I’d be happy to take a closer look at up to 5 themes of your choice and bring them up to date so they’re presentable ...
by fraenkiman
Sat Mar 28, 2026 5:14 pm
Forum: Plugin support
Topic: Mastodon plugin
Replies: 1
Views: 487

Mastodon plugin

Hello everyone,

The plugin has received a few minor updates.

Best regards,
Frank
by fraenkiman
Tue Mar 24, 2026 8:47 pm
Forum: FlatPress project
Topic: New release: FlatPress 1.5 "Stringendo"
Replies: 1
Views: 638

Re: New release: FlatPress 1.5 "Stringendo"

Hello everyone,

we just published a bugfix release for FlatPress 1.5 “Stringendo”.
It fixes a nasty bug in the PrettyURLs plugin that occured with some fresh installations. Also, we fixed a little bug in the BBCode plugin.
Thank you all for reporting!

If you have a fresh installation of FlatPress ...
by fraenkiman
Mon Mar 23, 2026 10:43 pm
Forum: Theme support
Topic: Stringendo Light/Dark style
Replies: 1
Views: 178

Stringendo Light/Dark style

Hello everyone,

I’ve added a dark mode to the "Stringendo" style.
If a blog visitor has selected a light theme in their browser or operating system, they’ll see the light version of the style. If they’ve selected a dark theme, they’ll see the dark version of the Stringendo style.

stringendo-light ...
by fraenkiman
Mon Mar 23, 2026 10:31 pm
Forum: Development and tests
Topic: New style for Leggero theme: Stringendo Dark
Replies: 4
Views: 713

Re: New style for Leggero theme: Stringendo Dark

Hello eagleman,

The easiest way is to place the media query at the end of the CSS file. Within the media query, you include the rules that override those above it.

So, for example, if the CSS file starts with #cpmain { white } , then #cpmain { black } goes inside the media query.
When the visitor ...
by fraenkiman
Mon Mar 23, 2026 12:06 am
Forum: Theme support
Topic: Change Display of Menu Blocks
Replies: 1
Views: 109

Re: Change Display of Menu Blocks

Screenshot 2026-03-23 010600.png
Screenshot 2026-03-23 010600.png (21.9 KiB) Viewed 104 times
Simply comment out the line margin: .35rem 0; on line 140 of the column.css file.
Screenshot 2026-03-23 011455.png
Screenshot 2026-03-23 011455.png (6.07 KiB) Viewed 104 times
by fraenkiman
Sun Mar 22, 2026 9:21 pm
Forum: Development and tests
Topic: New style for Leggero theme: Stringendo Dark
Replies: 4
Views: 713

Re: New style for Leggero theme: Stringendo Dark

Hi eagleman,

I actually have a suggestion for you—or rather, for the AI:

Depending on the browser or system color scheme, the color palette should be light or dark.

This could be achieved using a media query:
:root {
/* Let form controls follow the active browser/system palette */
color-scheme ...
by fraenkiman
Sun Mar 22, 2026 6:41 pm
Forum: General Support
Topic: [BUG] - It's impossible to edit and publish a static page
Replies: 2
Views: 508

Re: [BUG] - It's impossible to edit and publish a static page

Hello eagleman,

I assume that the patch from this thread resolves the issue.

The patch is already included in a bugfix release.

Please let me know here if this has resolved your issue.

Best regards,
Frank