Search found 3121 matches

by Edi
Wed Mar 04, 2020 8:06 pm
Forum: Allgemein
Topic: Sidebar und Plugins
Replies: 3
Views: 1849

Re: Sidebar und Plugins

So wie ich es bis jetzt verstehe, sind die Hooks an feste Positionen / Funktionen gebunden? Im Theme ja. Das heisst: Wo genau sie im Theme verwendet werden, hängt davon ab, wie das Theme gecodet ist. Was ich mir vorstelle ist z.B. ein Footer mit vier Div-Containern. Jeder einzelne soll einen eigene...
by Edi
Mon Mar 02, 2020 12:58 pm
Forum: Allgemein
Topic: Sidebar und Plugins
Replies: 3
Views: 1849

Re: Sidebar und Plugins

Plugins können mit sogenannten Hooks platziert werden (diese sind im Plugin definiert, können aber manuell geändert werden).

Eine Übersicht über die Hooks findet Du in der Dokumentation:

https://docs.bludit.com/en/plugins/hooks-list
by Edi
Sun Mar 01, 2020 9:57 pm
Forum: Themes
Topic: Guide on how to import Bootstrap themes
Replies: 2
Views: 1743

Re: Guide on how to import Bootstrap themes

You can find the information you are looking for in the documentation:

https://docs.bludit.com/en/themes/theme-basics
by Edi
Sat Feb 29, 2020 9:39 pm
Forum: General
Topic: Bludit on Linux
Replies: 2
Views: 2331

Re: Bludit on Linux

There is something about it in the documentation:

https://docs.bludit.com/en/advanced/ins ... -gnu-linux
by Edi
Fri Feb 28, 2020 1:09 pm
Forum: Allgemein
Topic: Nur Seiten mit bestimmten IDs in der Navigation ausgeben
Replies: 13
Views: 7361

Re: Nur Seiten mit bestimmten IDs in der Navigation ausgeben

Ich habe eine Test-Website mit statischen Seiten und (statischen) Unterseiten. Nun möchte ich in der Navigation aber die Unterseiten nicht ausgeben lassen. Dafür kannst Du folgendes verwenden (wie im Plugin Statische Seiten): <?php echo '<ul>'; $staticPages = buildStaticPages(); foreach ($staticPag...
by Edi
Sun Feb 23, 2020 10:20 pm
Forum: Plugins
Topic: Snicker Comments setting language
Replies: 3
Views: 2145

Re: Snicker Comments setting language

The problem is the encoding. The original file is ANSI instead of UTF-8.

A workaround is to open the file with a text editor and save it as UTF-8.
by Edi
Sun Feb 23, 2020 10:10 pm
Forum: General
Topic: Insert image with floating left
Replies: 9
Views: 3946

Re: Insert image with floating left

In the beginning it was a Markdown problem. I gave you two solutions and suggested to use TinyMCE... Now the problem is CKEditor. :roll:

CKEditor is not yet updated for the use with Bludit 3.11.
by Edi
Sun Feb 23, 2020 6:10 pm
Forum: General
Topic: Insert image with floating left
Replies: 9
Views: 3946

Re: Insert image with floating left

Markdown parses images with the HTML tag img. If all images should be formatted in the same way you can use it.

An interesting way to format images with Markdown is explained here:

https://www.xaprb.com/blog/how-to-style ... -markdown/

With TinyMCE you can format images with the editor.
by Edi
Sun Feb 23, 2020 1:40 pm
Forum: General
Topic: Insert image with floating left
Replies: 9
Views: 3946

Re: Insert image with floating left

You can mix Markdown with HTML using the HTML tag img.

Either you can give the image a class and set the rule in a file with CSS, add it with the plugin HTML or in the brackets of the tag (with style="[...]").
by Edi
Sun Feb 23, 2020 1:21 pm
Forum: General
Topic: Question about post container in homepage
Replies: 6
Views: 2488

Re: Question about post container in homepage

You can try to contact the author with Twitter:

https://twitter.com/EsG3n

Yes, it's an interesting project. Perhaps we can fix it by ourselves.