Search found 3121 matches

by Edi
Fri Sep 29, 2023 3:23 pm
Forum: General
Topic: Bludit on PHP8???
Replies: 8
Views: 9314

Re: Bludit on PHP8???

Interesting... PHP 8.1 works?
by Edi
Thu Sep 28, 2023 5:21 pm
Forum: Allgemein
Topic: Bilder als webp hochladen statt png?
Replies: 3
Views: 6548

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...
by Edi
Wed Sep 27, 2023 12:12 am
Forum: Themes
Topic: Definierte Stories auf Startseite laden
Replies: 1
Views: 3627

Re: Definierte Stories auf Startseite laden

Hast Du Dir einmal die Option "Fixiert" angesehen (auf den Editor-Seiten unter "Einstellungen" > "Erweitert" > "Art")?
by Edi
Wed Sep 27, 2023 12:08 am
Forum: Allgemein
Topic: Bilder als webp hochladen statt png?
Replies: 3
Views: 6548

Re: Bilder als webp hochladen statt png?

Bluefish wrote: Mon Sep 25, 2023 10:35 am Gibt es eine Möglichkeit, Bilder nicht als PNG sondern als JPG oder noch besser als webp hochzuladen?
Warum versuchst Du es nicht einfach. ;)
Das was hier steht viewtopic.php?t=2491 hat mich doch sehr gewundert.
Was hat Dich gewundert?
by Edi
Sat Sep 23, 2023 12:23 pm
Forum: Themes
Topic: popeye theme text width in blog posts
Replies: 7
Views: 20633

Re: popeye theme text width in blog posts

You have to define the code as CSS at the beginning with

Code: Select all

<style>
and at the end with

Code: Select all

</style>
See for example:

https://www.w3schools.com/html/html_css.asp

By the way: W3Schools is a great source to learn CSS.
by Edi
Thu Sep 21, 2023 8:09 pm
Forum: Plugins
Topic: A talk about TinyMCE upgrading
Replies: 1
Views: 4956

Re: A talk about TinyMCE upgrading

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.
It depends of what you need.
by Edi
Thu Sep 21, 2023 7:58 pm
Forum: Themes
Topic: popeye theme text width in blog posts
Replies: 7
Views: 20633

Re: popeye theme text width in blog posts

CCDzine wrote: Thu Sep 21, 2023 5:41 pm Or better to override with your own, additional stylesheet of a style block in the <head>.
You can do this by using the plugin HTML Code.
by Edi
Wed Sep 20, 2023 9:29 pm
Forum: Languages
Topic: RTL support (Right to Left Direction)
Replies: 2
Views: 4726

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...
by Edi
Wed Sep 20, 2023 6:12 pm
Forum: General
Topic: Display sorted by category?
Replies: 3
Views: 4339

Re: Display sorted by category?

I think this could be made with a plugin for an additional page in the administrator area.
by Edi
Tue Sep 19, 2023 10:25 pm
Forum: Themes
Topic: How to get blog slug name?
Replies: 4
Views: 16868

Re: How to get blog slug name?

Thank you for the workaround! This is an older problem that has never been fixed. ;)