Search found 3166 matches
- 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...
- 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.
- 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.
- 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?
- Wed Oct 30, 2024 6:39 pm
- Forum: General
- Topic: uasort deprecated
- Replies: 2
- Views: 346
- 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?
- 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.
- 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.
- 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?
- 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...