Search found 80 matches

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: 100334

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: 55750

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: 100528

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 98051 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: 55750

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: 100528

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: 55750

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: 45062

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: 45062

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.
by Lubomír Ludvík
Sun Sep 18, 2022 8:22 pm
Forum: Theme support
Topic: https don't show theme
Replies: 14
Views: 45062

Re: https don't show theme

Arvid wrote: Sat Sep 17, 2022 12:21 pm Ahoj, could you please add

Code: Select all

{$smarty.const.BLOG_BASEURL}
I add, no change.
I try another theme from https://flatpress.info/ZIP/flatpress-1. ... mePlus.zip
and all theme has problem with https://

Code: Select all

I repair theme in /fp-content/config/settings.conf.php
'theme' => 'leggero',
by Lubomír Ludvík
Sun Sep 18, 2022 5:17 pm
Forum: Theme support
Topic: 22 themes
Replies: 1
Views: 10164

22 themes

weby22.jpg
weby22.jpg (187.44 KiB) Viewed 10163 times
from https://flatpress.info/ZIP/flatpress-1. ... mePlus.zip