Search found 3071 matches
- Fri Sep 29, 2023 3:23 pm
- Forum: General
- Topic: Bludit on PHP8???
- Replies: 5
- Views: 404
Re: Bludit on PHP8???
Interesting... PHP 8.1 works?
- Thu Sep 28, 2023 5:21 pm
- Forum: Allgemein
- Topic: Bilder als webp hochladen statt png?
- Replies: 3
- Views: 55
Re: Bilder als webp hochladen statt png?
Ich fand bei WP ein Plugin, das jedes hochzuladende Bild in webp konvertiert. Sowas geht hier wohl nicht? Du kannst problemlos Bilder im Format WebP verwenden. Ein Plugin für die Konversion gibt es nicht. Es gibt dafür aber verschiedene kostenlose Online-Dienste, beispielsweise: https://convertio.c...
- Wed Sep 27, 2023 12:12 am
- Forum: Themes
- Topic: Definierte Stories auf Startseite laden
- Replies: 1
- Views: 51
Re: Definierte Stories auf Startseite laden
Hast Du Dir einmal die Option "Fixiert" angesehen (auf den Editor-Seiten unter "Einstellungen" > "Erweitert" > "Art")?
- Wed Sep 27, 2023 12:08 am
- Forum: Allgemein
- Topic: Bilder als webp hochladen statt png?
- Replies: 3
- Views: 55
Re: Bilder als webp hochladen statt png?
Warum versuchst Du es nicht einfach.

Was hat Dich gewundert?Das was hier steht viewtopic.php?t=2491 hat mich doch sehr gewundert.
- Sat Sep 23, 2023 12:23 pm
- Forum: Themes
- Topic: popeye theme text width in blog posts
- Replies: 7
- Views: 244
Re: popeye theme text width in blog posts
You have to define the code as CSS at the beginning with
and at the end with
See for example:
https://www.w3schools.com/html/html_css.asp
By the way: W3Schools is a great source to learn CSS.
Code: Select all
<style>
Code: Select all
</style>
https://www.w3schools.com/html/html_css.asp
By the way: W3Schools is a great source to learn CSS.
- Thu Sep 21, 2023 8:09 pm
- Forum: Plugins
- Topic: A talk about TinyMCE upgrading
- Replies: 1
- Views: 191
Re: A talk about TinyMCE upgrading
It depends of what you need.ashrafakader wrote: ↑Thu Sep 21, 2023 4:04 pm However, the new version has only 30 addons preinstalled, compared to 44 addons currently available in bludit`s TinyMCE`s folder.
- Thu Sep 21, 2023 7:58 pm
- Forum: Themes
- Topic: popeye theme text width in blog posts
- Replies: 7
- Views: 244
- Wed Sep 20, 2023 9:29 pm
- Forum: Languages
- Topic: RTL support (Right to Left Direction)
- Replies: 2
- Views: 198
Re: RTL support (Right to Left Direction)
TinyMCE here doesn`t include RTL button, while being available in other CMSs using the same TinyMCE. You can activate the button in the settings of the plugin TinyMCE. Add "directionality" in the field "Plugins" and "rtl" in the field "Toolbar top" or the fie...
- Wed Sep 20, 2023 6:12 pm
- Forum: General
- Topic: Display sorted by category?
- Replies: 3
- Views: 143
Re: Display sorted by category?
I think this could be made with a plugin for an additional page in the administrator area.
- Tue Sep 19, 2023 10:25 pm
- Forum: Themes
- Topic: How to get blog slug name?
- Replies: 3
- Views: 180
Re: How to get blog slug name?
Thank you for the workaround! This is an older problem that has never been fixed. 
