Search found 138 matches

by fraenkiman
Thu Aug 18, 2022 7:03 pm
Forum: Theme support
Topic: Blog width
Replies: 5
Views: 4116

Re: Blog width

Hello WineMan, You can influence the width of the blog in CSS. In the standard version, you can find the appropriate section from line 164 in the common.css file . Two media queries are made here. Line 165 says: if the screen size is at least 720 px then what is written in line 193 applies. From lin...
by fraenkiman
Thu Aug 18, 2022 12:25 pm
Forum: General Support
Topic: Social media button only in the post single view.
Replies: 8
Views: 3031

Social media button only in the post single view.

Hello, everyone, I have integrated the Social Media buttons on my blog according to this tutorial . Functionally very good. But now: - I don't want the buttons to be displayed in the blog overview, where e.g. 5 posts are displayed on one page. the buttons should only be displayed if a contribution i...
by fraenkiman
Thu Aug 18, 2022 12:51 am
Forum: Theme support
Topic: Blog width
Replies: 5
Views: 4116

Blog width

Hello, everyone, I'm also an avid FlatPress user and the Leggero-v2 style is a good start to create something of your own. To the core: The maximum blog width of the Leggero-v2 is currently 1024px (div#body-container). Modern screens currently support ~1920px natively. I played around with the media...
by fraenkiman
Sat Aug 13, 2022 1:42 am
Forum: Plugin support
Topic: using webshare API
Replies: 5
Views: 2559

Re: using webshare API

Thanks Arvid , i have added to wiki Thank you George for the find. You've dug up something nice there. With a bit of manual work, the Webshare API adopts Flatpress's language settings and can be supplied with Flatpress' standard variables. I took the files from the FP master branch and adapted them...
by fraenkiman
Mon Aug 08, 2022 5:27 pm
Forum: Plugin support
Topic: SEO Metatag Info - fine plugin with extensive functions
Replies: 10
Views: 3304

Re: SEO Metatag Info - fine plugin with extensive functions

Hello, everyone. I’ve made some progress in my research. Igor Kromin describes reproducibility on this page . For this, it is sufficient to enter the following in the browser address bar with activated SEO meta tag info plugin : your flatpress-domain/?cat=any word or value. Then a 96-byte file cat-*...
by fraenkiman
Sun Aug 07, 2022 1:52 pm
Forum: Plugin support
Topic: SEO Metatag Info - fine plugin with extensive functions
Replies: 10
Views: 3304

SEO Metatag Info - fine plugin with extensive functions

Hello, everyone. I got a really cool plugin from “Hubert’s World” out of the sink and need your support. I think that this plugin should definitely be part of the standard plugins for Flatpress. You can open a detailed German manual in the browser under this link ; if necessary, have it translated i...
by fraenkiman
Wed Aug 03, 2022 8:24 pm
Forum: Plugin support
Topic: Audio/Video Plugin Error
Replies: 4
Views: 620

Re: Audio/Video Plugin Error

Hello V...ger,

that's good to hear. I will place a link in the wiki as a supplement

Best regards
by fraenkiman
Wed Aug 03, 2022 7:52 pm
Forum: General Support
Topic: Admin Required Link
Replies: 15
Views: 3390

Re: Admin Required Link

Hello, everyone,

apparently you have to put this in the new static admin page.

I found this about it.
Arvid may have a code snippet; PHP+Smarty is not my forte.

Best regards
by fraenkiman
Tue Aug 02, 2022 9:55 pm
Forum: Plugin support
Topic: Audio/Video Plugin Error
Replies: 4
Views: 620

Re: Audio/Video Plugin Error

Hello @V...ger,

which version did you install?

Try version 1.0.1 from Arvid's website

Best regards
Frank
by fraenkiman
Mon Jul 25, 2022 9:15 pm
Forum: Plugin support
Topic: Getting BBCode to work
Replies: 18
Views: 2207

Re: Getting BBCode to work

Hello @Lee Hmm, strange! There may be another reason for the bbcodeplugin problem. 1.) Disable all non-default plugins 2.) Try resetting the file and directory permissions. For me it looks like this: sudo chmod -R 775 /var/www && sudo chown -R www-data:www-data /var/www && sudo syste...