Search found 223 matches

by fraenkiman
Fri Mar 17, 2023 9:14 pm
Forum: General Support
Topic: RSS-Feed bei Telekom-Homepagebaukasten
Replies: 7
Views: 8300

Re: RSS-Feed bei Telekom-Homepagebaukasten

Hello Felix, strange that the file rss.php does not exist. This is normally part of the default distro and is located in the FlatPress main directory. So also there where the files blog.php, admin.php, default.php, login.php and the like are located. I am a Telekom customer for more than 20 years, b...
by fraenkiman
Wed Mar 15, 2023 7:07 pm
Forum: General Support
Topic: RSS-Feed bei Telekom-Homepagebaukasten
Replies: 7
Views: 8300

Re: RSS-Feed bei Telekom-Homepagebaukasten

Hello f.gusenburger,

welcome aboard :) .
There is a wiki article about RSS feed incl. a widget for download here.

With best regards
Frank
by fraenkiman
Mon Mar 13, 2023 10:55 pm
Forum: General Support
Topic: font change
Replies: 3
Views: 6037

Re: font change

Hello Dart, I've been playing around with the font a bit. Try the following: To embed a font, copy the code into the <head> of your html <link rel='preconnect' href='https://fonts.googleapis.com'> <link rel='preconnect' href='https://fonts.gstatic.com' crossorigin> <link href='https://fonts.googleap...
by fraenkiman
Mon Mar 13, 2023 9:16 pm
Forum: General Support
Topic: font change
Replies: 3
Views: 6037

Re: font change

Hello dart, I guess you are using the FlatMaas Revisited style. The information was missing. Add in the file /fp-interface/themes/leggero/header.tpl the following: <head> <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'> ... ... If I'm right with my guess, ...
by fraenkiman
Sat Mar 04, 2023 12:30 pm
Forum: General Support
Topic: Running FlatPress behind a reverse proxy
Replies: 5
Views: 25194

Re: Running FlatPress behind a reverse proxy

Hello mike, welcome on board. Does the reverse proxy and the web server at your home actually use HTTP (port 80)? Does the problem still exist if you use HTTPS (port 443)? I recommend you to check the accessibility with these tools . Also check the following points . Feel free to give feedback here....
by fraenkiman
Wed Mar 01, 2023 10:38 pm
Forum: Development and tests
Topic: Updated italian language pack for Flatpress
Replies: 15
Views: 25358

Re: Updated italian language pack for Flatpress

Hello eagleman,

I have placed the changed language files in a pull request.

Grazie mille
With best regards
Frank
by fraenkiman
Wed Mar 01, 2023 6:50 pm
Forum: Theme support
Topic: Chage menu background color and blog width
Replies: 3
Views: 7249

Re: Chage menu background color and blog width

Hello cmarangon,

search for this in the file /fp-interface/themes/leggero/flatmaas-rev/res/commom.css in line 170:

Code: Select all

#column h4 {
    	color: white;
	...;
	background: #BBBB99 url(../imgs/sf_h4.png) bottom left repeat-x;
}
With best regards
Frank
by fraenkiman
Tue Feb 28, 2023 7:29 pm
Forum: Theme support
Topic: Chage menu background color and blog width
Replies: 3
Views: 7249

Re: Chage menu background color and blog width

Hello cmarangon, regarding the width, call the file /fp-interface/themes/leggero/flatmaas-rev/res/commom.css and look at line 33. body > div#body-container { width: 760px; } The background color of the menu column can be found in the seben file in line 61 #column { ......; background-color: #DDDBB; ...
by fraenkiman
Sat Feb 25, 2023 11:28 pm
Forum: Plugin support
Topic: Postviews plugin. Is it possibile to use it with locked comments?
Replies: 1
Views: 8191

Re: Postviews plugin. Is it possibile to use it with locked comments?

Hello eagleman, Unfortunately, this does not work. But you can unlock all comments again. In the commentcenter you create a policy. Creteria=all entries, behavior=comments must be approved. This way the PostView plugin works and only those comments appear in the block that the admin/you approve. Hav...
by fraenkiman
Thu Feb 23, 2023 12:14 am
Forum: Plugin support
Topic: Adding the number of views to the LastEntries plugin
Replies: 3
Views: 8947

Adding the number of views to the LastEntries plugin

Hello all.

Maybe this Wiki article is interesting for one or the other FlatPress user.

Have fun trying it out

With best regards
Frank