
Search found 606 matches
- Thu Feb 13, 2025 4:44 pm
- Forum: Plugin support
- Topic: Dynamic fade-in plugin
- Replies: 1
- Views: 338
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: 979
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: 216
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: 4
- Views: 4004
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: 1814
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: 14515
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: 1048
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}

- Sun Jan 12, 2025 1:06 pm
- Forum: Theme support
- Topic: Updated 2022 theme
- Replies: 2
- Views: 4190
Re: Updated 2022 theme
Looks pretty neat, thanks a lot!
- Sun Jan 12, 2025 12:59 pm
- Forum: General Support
- Topic: Detecting mobile browser
- Replies: 3
- Views: 853
Re: Detecting mobile browser
Ahoj Lubomír,
šťastný nový rok! :D
The Mobile plugin works fine, I use it on my personal website .
But it's basically a workaround; the best way to serve a good layout to big and small screens is proper use of responsive web design .
Check out https://flatpress.org for example :)
All the best ...
šťastný nový rok! :D
The Mobile plugin works fine, I use it on my personal website .
But it's basically a workaround; the best way to serve a good layout to big and small screens is proper use of responsive web design .
Check out https://flatpress.org for example :)
All the best ...
- Sun Jan 12, 2025 12:47 pm
- Forum: General Support
- Topic: External Images
- Replies: 8
- Views: 1814
Re: External Images
Hi and thanks for reporting!
This is indeed a bug within the PhotoSwipe plugin - if deactivated, the standard BBCode plugin takes care of the img tag and displays the image properly.
I created an issue: https://github.com/flatpressblog/flatpress/issues/520
[html]<a href="http://apod.nasa.gov ...
This is indeed a bug within the PhotoSwipe plugin - if deactivated, the standard BBCode plugin takes care of the img tag and displays the image properly.
I created an issue: https://github.com/flatpressblog/flatpress/issues/520
[html]<a href="http://apod.nasa.gov ...