Search found 609 matches
- Tue Mar 11, 2025 7:46 pm
- Forum: Plugin support
- Topic: Dynamic fade-in plugin
- Replies: 3
- Views: 11771
Re: Dynamic fade-in plugin
Hehe, nice effect (a bit too playful for my taste, but still neat^^)
- Tue Mar 11, 2025 7:45 pm
- Forum: Plugin support
- Topic: Parsedown plugin
- Replies: 1
- Views: 4677
Re: Parsedown plugin
Another freedom of choice for FlatPress users, nice one!
Dear users out there, please let us know if you use this cool plugin and if it serves its purpose well. Thanks!
All the best,
Arvid
Dear users out there, please let us know if you use this cool plugin and if it serves its purpose well. Thanks!
All the best,
Arvid
- Tue Mar 11, 2025 7:35 pm
- Forum: FlatPress project
- Topic: PHP 8.3 and 8.4
- Replies: 31
- Views: 45597
Re: PHP 8.3 and 8.4
Guys, reading this topic is just awesome. Thank you so much for spending hours and hours finding and removing bugs from FlatPress, this is just awesome 🤩
I was hoping for a release on the 20th anniversary (around February 15, 2026). Naaah, please let's not wait until next year :lol:
Torsten ...
I was hoping for a release on the 20th anniversary (around February 15, 2026). Naaah, please let's not wait until next year :lol:
Torsten ...
- Thu Feb 13, 2025 4:44 pm
- Forum: Plugin support
- Topic: Dynamic fade-in plugin
- Replies: 3
- Views: 11771
Re: Dynamic fade-in plugin
Do you have an example website where the plugin can be seen in action? 

- Sun Feb 09, 2025 11:02 am
- Forum: General Support
- Topic: Images are blurry after resizing
- Replies: 1
- Views: 5494
Re: Images are blurry after resizing
Hi,
not sure if I understand where the issue is. How are you resizing the image?
Can you please provide more information, or even better, the link to your blog where the problem occurs?
All the best,
Arvid
not sure if I understand where the issue is. How are you resizing the image?
Can you please provide more information, or even better, the link to your blog where the problem occurs?
All the best,
Arvid
- Mon Feb 03, 2025 5:33 pm
- Forum: General Support
- Topic: Unable to create image with link 1.3.1
- Replies: 1
- Views: 4599
Re: Unable to create image with link 1.3.1
Mewfasa, welcome to FlatPress!
Oh noes, this is indeed a bug in the PhotoSwipe plugin :(
This needs to be fixed, I created an issue .
If you don't need the PhotoSwipe plugin, you can simply deactivate it in order to get image links work.
Another (somewhat dirty) workaround would be to add the ...
Oh noes, this is indeed a bug in the PhotoSwipe plugin :(
This needs to be fixed, I created an issue .
If you don't need the PhotoSwipe plugin, you can simply deactivate it in order to get image links work.
Another (somewhat dirty) workaround would be to add the ...
- Mon Jan 20, 2025 6:38 pm
- Forum: Development and tests
- Topic: FlatPress 1.4 "Notturno": Release Candidate 1 released, please help testing
- Replies: 5
- Views: 10511
FlatPress 1.4 "Notturno": Release Candidate 1 released, please help testing
I’m more than happy to announce the first Release Candidate of FlatPress 1.4 “Notturno” !
Please see the full RC1 release announcement on our project blog at flatpress.org, and the detailed change log on GitHub.
Everyone is invited to help us testing! Please report any bugs and glitches here on ...
Please see the full RC1 release announcement on our project blog at flatpress.org, and the detailed change log on GitHub.
Everyone is invited to help us testing! Please report any bugs and glitches here on ...
- Sun Jan 12, 2025 2:40 pm
- Forum: General Support
- Topic: External Images
- Replies: 8
- Views: 9509
Re: External Images
Luca,
I fixed the issue in the PhotoSwipe plugin; the fix will be part of FlatPress 1.4.
Can you please confirm that it works for you with the attached plugin version?
All the best,
Arvid
I fixed the issue in the PhotoSwipe plugin; the fix will be part of FlatPress 1.4.
Can you please confirm that it works for you with the attached plugin version?
All the best,
Arvid
- Sun Jan 12, 2025 1:17 pm
- Forum: Plugin support
- Topic: Tag-Plugin - Error 500 - Smarty 4
- Replies: 10
- Views: 23279
Re: Tag-Plugin - Error 500 - Smarty 4
This is exactly the right way to get rid of the "dynamic property" deprecation warning: Defining the class property in the first place 
Luca, does the new version of the Tag plugin work for you?

Luca, does the new version of the Tag plugin work for you?
- Sun Jan 12, 2025 1:13 pm
- Forum: Theme support
- Topic: Theme HTTP ERROR 500
- Replies: 4
- Views: 6753
Re: Theme HTTP ERROR 500
Easy to fix on line 8 of default.tpl:
instead of

Code: Select all
{if isset($rawcontent)} {$content}
Code: Select all
{if $rawcontent} {$content}
