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 ...
Search found 80 matches
- Wed Dec 18, 2024 7:36 am
- Forum: General Support
- Topic: Please fix output from Flatpress RSS
- Replies: 9
- Views: 100334
- 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 ...
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 ...
- 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.
- 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 }- 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 ...
[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 ...
- 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 ...
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 ...
- 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 ...
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 ...
- 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
Again, see footer on https://www.agrofarm.cz/Arvid wrote: Mon Sep 19, 2022 4:44 am Now call your blog via HTTPS - does the blog_baseurl start with "http://" again?
It looks like provider doesn't support https.
- 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
I add, no change.Arvid wrote: Sat Sep 17, 2022 12:21 pm Ahoj, could you please addCode: Select all
{$smarty.const.BLOG_BASEURL}
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',- Sun Sep 18, 2022 5:17 pm
- Forum: Theme support
- Topic: 22 themes
- Replies: 1
- Views: 10164