Hello everyone,
a new version is available for download via the wiki .
The new version offers significantly more robust, flexible and accessible fade-in logic:
Better UX through real-time network profiling and viewport detection
Animations are skipped for bots, in save data mode and with ...
Search found 314 matches
- Sun May 11, 2025 9:42 pm
- Forum: Plugin support
- Topic: Dynamic fade-in plugin
- Replies: 4
- Views: 124711
- Thu May 08, 2025 1:35 pm
- Forum: Plugin support
- Topic: Plugin Google Webfonts
- Replies: 5
- Views: 41684
Re: Plugin Webfonts
Hello everyone,
A new version of the webfont plugin is available for download .
New feature:
If size filtering (sizes) is specified, it splits the CSS at each @font-face declaration and only outputs those blocks whose font-weight matches the desired values.
Screenshot 2025-05-08 153337.png ...
A new version of the webfont plugin is available for download .
New feature:
If size filtering (sizes) is specified, it splits the CSS at each @font-face declaration and only outputs those blocks whose font-weight matches the desired values.
Screenshot 2025-05-08 153337.png ...
- Thu May 01, 2025 11:06 pm
- Forum: Plugin support
- Topic: Archives widget with collapsed months
- Replies: 0
- Views: 1160
Archives widget with collapsed months
Hello everyone,
unfortunately the archives widget feature did temporally not make it into 1.4 RC2. However, you can download it from the wiki and use it in FlatPress 1.4 Notturno.
With best regards
Frank
unfortunately the archives widget feature did temporally not make it into 1.4 RC2. However, you can download it from the wiki and use it in FlatPress 1.4 Notturno.
With best regards
Frank
- Sat Apr 26, 2025 9:51 pm
- Forum: Development and tests
- Topic: FlatPress 1.4 "Notturno": Release Candidate 2 released, please help testing
- Replies: 2
- Views: 4018
FlatPress 1.4 "Notturno": Release Candidate 2 released, please help testing
Hello everyone!
FlatPress 1.4 "Notturno" RC2 has been released today. Compared to FlatPress 1.3.1 Andante, it contains around 32 changes, 28 bug fixes and 24 security corrections.
Please see the full RC2 release announcement on our project blog at flatpress.org and the detailed changelog on GitHub ...
FlatPress 1.4 "Notturno" RC2 has been released today. Compared to FlatPress 1.3.1 Andante, it contains around 32 changes, 28 bug fixes and 24 security corrections.
Please see the full RC2 release announcement on our project blog at flatpress.org and the detailed changelog on GitHub ...
- Sat Apr 26, 2025 4:06 pm
- Forum: General Support
- Topic: WebP Bildformat unterstützung?
- Replies: 2
- Views: 3856
- Fri Apr 25, 2025 7:50 pm
- Forum: Theme support
- Topic: Theme Warning not more available
- Replies: 4
- Views: 10330
Re: Theme Warning not more available
Hello everyone,
the theme is now downloadable via the wiki. The start page also works now. However, the theme still needs some attention and needs to be worked up with some love.
With best regards
Frank
the theme is now downloadable via the wiki. The start page also works now. However, the theme still needs some attention and needs to be worked up with some love.
With best regards
Frank
- Wed Apr 16, 2025 3:34 pm
- Forum: Development and tests
- Topic: FlatPress 1.4 "Notturno": Release Candidate 1 released, please help testing
- Replies: 7
- Views: 54829
Re: FlatPress 1.4 "Notturno": Release Candidate 1 released, please help testing
Hello Detlef,
the ctype extension is a standard library in PHP since PHP 4.2. In special environments (e.g. self-compiled PHP versions or minimalistic Docker images) it might be missing if it has been disabled.
I have removed X (Elon's toy) from the welcome entries in the GitHub repo.
With best ...
the ctype extension is a standard library in PHP since PHP 4.2. In special environments (e.g. self-compiled PHP versions or minimalistic Docker images) it might be missing if it has been disabled.
I have removed X (Elon's toy) from the welcome entries in the GitHub repo.
With best ...
- Thu Mar 13, 2025 10:59 pm
- Forum: Development and tests
- Topic: Green pop-up notification for success is random
- Replies: 4
- Views: 109409
Re: Green pop-up notification for success is random
Hello andriishyichuk.
The logic fits.
$success must result in 1. Then you assign the result 1 directly to the template and then with system_seterr into the session -> before a forwarding takes place.
Before you assign a result to the template, simply check one line above whether $success = utils ...
The logic fits.
$success must result in 1. Then you assign the result 1 directly to the template and then with system_seterr into the session -> before a forwarding takes place.
Before you assign a result to the template, simply check one line above whether $success = utils ...
- Sat Mar 08, 2025 12:01 am
- Forum: General Support
- Topic: FlatPress 1.4-dev Github 1908 - PrettyUrls problems
- Replies: 2
- Views: 119833
Re: FlatPress 1.4-dev Github 1908 - PrettyUrls problems
Hello Laborix,
try this or a similar configuration:
server {
listen 80;
server_name yourdomain.com;
root /path/to/flatpress;
index index.php;
# PrettyURLs-Unterstützung für FlatPress
location / {
try_files $uri $uri/ /index.php?$args;
}
# Unterstützung für Path Info URLs (/index.php ...
try this or a similar configuration:
server {
listen 80;
server_name yourdomain.com;
root /path/to/flatpress;
index index.php;
# PrettyURLs-Unterstützung für FlatPress
location / {
try_files $uri $uri/ /index.php?$args;
}
# Unterstützung für Path Info URLs (/index.php ...
- Fri Mar 07, 2025 11:24 pm
- Forum: General Support
- Topic: FlatPress 1.4-dev Github 1905 - Rebuild index failure
- Replies: 5
- Views: 31443
Re: FlatPress 1.4-dev Github 1905 - Rebuild index failure
Hello Laborix,
Now I tested with open pages and after the 3rd or 4th rebuild this error occurs:
that won't work either, neither with the original function nor with the customized one. You keep the “old” index in use with the open pages. This can then neither be renamed nor deleted ...
Now I tested with open pages and after the 3rd or 4th rebuild this error occurs:
that won't work either, neither with the original function nor with the customized one. You keep the “old” index in use with the open pages. This can then neither be renamed nor deleted ...