Search found 82 matches

by Lubomír Ludvík
Sun Dec 22, 2024 7:53 am
Forum: General Support
Topic: Please fix output from Flatpress RSS
Replies: 9
Views: 113101

Re: Please fix output from Flatpress RSS

Thank you, strip_tags works in /fp-interface/sharedtpls/rss.tpl

Code: Select all

a) {$content|tag:the_content|truncate:256}
b) {$content|tag:the_content|strip_tags|strip|truncate:256:"...":true|escape}
rss_tag.png
rss_tag.png (54.79 KiB) Viewed 113042 times
by Lubomír Ludvík
Sun Dec 22, 2024 7:49 am
Forum: General Support
Topic: Please fix output from Flatpress RSS
Replies: 9
Views: 113101

Re: Please fix output from Flatpress RSS

The PhotoSwipe plugin version 2.0.1 no works, get HTTP ERROR 500 on PHP Version 8.2.26

[22-Dec-2024 07:47:00 UTC] PHP Fatal error: Uncaught Error: Undefined constant "RANDOM_HEX" in /home/eywjamcd/flatpress.cz/fp-plugins/photoswipe/photoswipefunctions.class.php:222
Stack trace:
#0 /home/eywjamcd ...
by Lubomír Ludvík
Wed Dec 18, 2024 7:36 am
Forum: General Support
Topic: Please fix output from Flatpress RSS
Replies: 9
Views: 113101

Please fix output from Flatpress RSS

Please fix output from flatpress RSS
- briefer description to tag <description>
- add picture to tag <image>...</image>

Try Widget Preview: https://www.rssfeedwidget.com/
https://www.flatpress.org/feed/rss2/ - has big description with picture
http://feeds.bbci.co.uk/news/england/rss.xml - look good ...
by Lubomír Ludvík
Fri Dec 13, 2024 4:08 pm
Forum: Theme support
Topic: Change header color/picture (Flatpress 1.3.1)
Replies: 3
Views: 74992

Re: Change header color/picture (Flatpress 1.3.1)

in the file fp-interface\themes\leggero\leggero-v2\res\common.css
line 169 replace: background: rgba(184,60,50,0.7);

background-image: linear-gradient(red, yellow);
background-image: linear-gradient(to right, red , yellow);
background-image: linear-gradient(to right, rgba(255,0,0,1), rgba(255,0,0,0 ...
by Lubomír Ludvík
Tue Dec 03, 2024 6:45 am
Forum: Theme support
Topic: insel fixed header updated for flatpress 1.3
Replies: 9
Views: 118328

Re: insel fixed header updated for flatpress 1.3

Works well (PHP Version 8.2.25), only the left menu cannot be scrolled down.
scrool.png
scrool.png (43.67 KiB) Viewed 115851 times
by Lubomír Ludvík
Thu Nov 21, 2024 10:24 am
Forum: Theme support
Topic: Change header color/picture (Flatpress 1.3.1)
Replies: 3
Views: 74992

Re: Change header color/picture (Flatpress 1.3.1)

You can also hide the title by setting: font-size: 0% in common.css

Code: Select all

#head a { font-size: 0%; color: white; text-decoration: none }
by Lubomír Ludvík
Wed Nov 20, 2024 1:41 pm
Forum: Theme support
Topic: insel fixed header updated for flatpress 1.3
Replies: 9
Views: 118328

Re: insel fixed header updated for flatpress 1.3

With insel_fpfh HTTP ERROR 500, hosting have PHP Version 8.2.25

[20-Nov-2024 13:49:54 UTC] PHP Fatal error: Uncaught --> Smarty Compiler: Syntax error in template "file:/home/eywjamcd/flatpress.cz/fp-interface/themes/insel_fpfh/admin.tpl" on line 1 "{include file=cpheader.tpl}" - Unexpected ...
by Lubomír Ludvík
Wed Nov 20, 2024 12:35 pm
Forum: Theme support
Topic: Change header color/picture (Flatpress 1.3.1)
Replies: 3
Views: 74992

Change header color/picture (Flatpress 1.3.1)

After changing, you must open in "new anonymous window" due to the browser cache!
in the file fp-interface\themes\leggero\leggero-v2\res\common.css
line 169 replace: background: rgba(184,60,50,0.7);

a) background: rgba(184,60,50,0.7);
b) no background
c) background-image:url(../imgs/back.jpg);
d ...
by Lubomír Ludvík
Thu Oct 13, 2022 6:06 am
Forum: Theme support
Topic: https don't show theme
Replies: 14
Views: 48829

Re: https don't show theme

output: Test: "" Test2: ""


echo 'Test: "' . $_SERVER ['HTTPS'] . '"';
if (isset($_SERVER ['HTTPS']) && ($_SERVER ['HTTPS'] == '1' || strtolower($_SERVER ['HTTPS']) == 'on')) {
$serverport = "https://";
// Uses a secure connection (HTTPS) if possible
ini_set('session.cookie_secure', 1);
echo ...
by Lubomír Ludvík
Mon Sep 19, 2022 7:15 am
Forum: Theme support
Topic: https don't show theme
Replies: 14
Views: 48829

Re: https don't show theme

Arvid wrote: Mon Sep 19, 2022 4:44 am Now call your blog via HTTPS - does the blog_baseurl start with "http://" again?
Again, see footer on https://www.agrofarm.cz/
It looks like provider doesn't support https.