Search found 3121 matches

by Edi
Sun Aug 02, 2020 11:38 pm
Forum: Plugins
Topic: [Plugin Lightbox] Bild öffnet sich im Fenster
Replies: 35
Views: 14761

Re: [Plugin Lightbox] Bild öffnet sich im Fenster

Gibt die Browserkonsole eine Fehlermeldung?
by Edi
Sun Aug 02, 2020 5:37 pm
Forum: Plugins
Topic: [Plugin Lightbox] Bild öffnet sich im Fenster
Replies: 35
Views: 14761

Re: [Plugin Lightbox] Bild öffnet sich im Fenster

Ein Problem können die Pfade zu den Skripts sein. Mit einem neuen Installationspaket sollte es vermieden werden.

Du kannst es herunterladen unter

https://github.com/clickwork-git/lightb ... ghtbox.zip
by Edi
Sun Aug 02, 2020 5:32 pm
Forum: Themes
Topic: [Theme] Keep it simple
Replies: 11
Views: 6026

Re: [Theme] Keep it simple

The issue is fixed. You can download the updated version at

https://github.com/bludit-themes/keep-i ... simple.zip
by Edi
Sun Aug 02, 2020 5:02 pm
Forum: Allgemein
Topic: CSS einbinden, beste Möglichkeit?
Replies: 2
Views: 1505

Re: CSS einbinden, beste Möglichkeit?

Du kannst beide verwenden.

Die zweite Schreibweise ist kürzer und übersichtlicher.
by Edi
Sun Aug 02, 2020 4:59 pm
Forum: General
Topic: How to create a menu in the menu ?
Replies: 7
Views: 2741

Re: How to create a menu in the menu ?

jimmurple wrote: Sun Aug 02, 2020 4:44 pm I was wondering if it was also possible to create categories for static pages.
Yes, categories can also be used for static pages.
by Edi
Sun Aug 02, 2020 4:01 pm
Forum: General
Topic: How to create a menu in the menu ?
Replies: 7
Views: 2741

Re: How to create a menu in the menu ?

This is not possible at the moment.

You can make a feature request at

https://github.com/bludit/bludit/issues
by Edi
Sun Aug 02, 2020 2:01 pm
Forum: General
Topic: How to create a menu in the menu ?
Replies: 7
Views: 2741

Re: How to create a menu in the menu ?

And what is the question?
by Edi
Sat Aug 01, 2020 2:27 pm
Forum: Themes
Topic: Portfolio
Replies: 9
Views: 4635

Re: Portfolio

LRAM wrote: Sat Aug 01, 2020 2:23 pm I use both
the static for the menu
the defaut for the songs and their art cover
I want to add a page unvisible at first glane, only available with a link from a defaut page
Can you please mail your theme.
by Edi
Sat Aug 01, 2020 1:07 pm
Forum: Themes
Topic: Portfolio
Replies: 9
Views: 4635

Re: Portfolio

What do you use in the navigation: default content or static content?
by Edi
Fri Jul 31, 2020 5:32 pm
Forum: Allgemein
Topic: Probleme mit Sidebar Logo und Links Plugin
Replies: 6
Views: 2152

Re: Probleme mit Sidebar Logo und Links Plugin

Entschuldige, ich habe Dir einen Mist angegeben. Es muss selbstverständlich <style> verwendet werden statt <script>. Und !important braucht es nicht.

Also:

Code: Select all

<style>
.plugin ul {
   list-style: none;
   padding: 0;
}
</style>