Search found 3166 matches

by Edi
Thu Nov 14, 2024 10:44 pm
Forum: Plugins
Topic: Block Plugin
Replies: 5
Views: 482

Re: Block Plugin

Was Flexboxen sind, wird beispielsweise hier erklärt: https://wiki.selfhtml.org/wiki/CSS/Tutorials/Flexbox Oder hier: https://kulturbanause.de/blog/einfuhrung-in-das-flexbox-modell-von-css/ Das heisst, Du kannst beispielsweise folgenden Code für die zwei Bilder und Legenden verwenden: <div class=&qu...
by Edi
Thu Nov 14, 2024 5:10 pm
Forum: Plugins
Topic: Block Plugin
Replies: 5
Views: 482

Re: Block Plugin

Das kann mit etwas CSS (Flexboxen) einfach gemacht werden. ;)
by Edi
Thu Nov 14, 2024 10:58 am
Forum: General
Topic: Test topic (Notification by mail)
Replies: 10
Views: 1053

Re: Test topic (Notification by mail)

Okay, we can try this, and I inform you about new posts to your discussions.
by Edi
Thu Oct 31, 2024 1:07 pm
Forum: General
Topic: Test topic (Notification by mail)
Replies: 10
Views: 1053

Re: Test topic (Notification by mail)

Is it possible to check which emails are refused by your server?
by Edi
Wed Oct 30, 2024 6:39 pm
Forum: General
Topic: uasort deprecated
Replies: 2
Views: 346

Re: uasort deprecated

Which version of Bludit do you use?
arfa wrote: Tue Oct 29, 2024 10:04 pm I am looking at a pre php8 plugin so have been using a php7 test setup.
Which plugin do you mean?
If I load the full URL it is displayed.
What do you mean with "full URL"?
by Edi
Mon Oct 28, 2024 6:41 pm
Forum: General
Topic: Test topic (Notification by mail)
Replies: 10
Views: 1053

Re: Test topic (Notification by mail)

Dumb question: When does it not work?
by Edi
Sun Oct 20, 2024 11:27 pm
Forum: General
Topic: Test topic (Notification by mail)
Replies: 10
Views: 1053

Re: Test topic (Notification by mail)

It works for me. ;)
by Edi
Sun Oct 20, 2024 11:25 pm
Forum: General
Topic: Link via WhatsApp without CSS
Replies: 6
Views: 410

Re: Link via WhatsApp without CSS

Use https:// instead of http://. It's not a good idea still to have an installation without certificate. ;)
by Edi
Sun Oct 20, 2024 8:43 pm
Forum: General
Topic: Link via WhatsApp without CSS
Replies: 6
Views: 410

Re: Link via WhatsApp without CSS

With which browser have you tried to open the website? Have you tried another browser?
by Edi
Fri Oct 18, 2024 11:35 pm
Forum: General
Topic: Load PHP code into Static Page
Replies: 15
Views: 958

Re: Load PHP code into Static Page

Do you know which is the php-condition to show the tags only to a specific page-url-slug? You have two possiblities. 1) Add an if condition to the template You can enclose your code with the if condition: <?php if ($page->slug() == "page-url-slug") { $items = getTags(); foreach ($items as...