Search found 11 matches

by wjar
Thu May 29, 2025 9:14 am
Forum: General
Topic: Moving Bludit to new domain
Replies: 6
Views: 15608

Re: Moving Bludit to new domain

Have you tried the plugin: Easy Text Replace ? In case you have downloaded all files to your computer, this can easily be done by searching and replacing (yourolddomain.tld) with (yournewdomain.tld) in every txt-file recursivly in the sub-directories of bl-content/pages. Every "advanced" ...
by wjar
Sat May 03, 2025 6:20 pm
Forum: General
Topic: Migrate from WordPress to Bludit
Replies: 13
Views: 225743

Re: Migrate from WordPress to Bludit

It's a pitty the plugin isn't working well. I migrated my Classicpress website to Bludit nearly 3 years ago and all posts were transferred. Only some images made trouble since the plugin downloaded the smaller preview versions not the original size images. In your place I would try setting up a fres...
by wjar
Thu Mar 20, 2025 7:04 pm
Forum: Allgemeines
Topic: Vorschau der Artikel erstellen
Replies: 5
Views: 222827

Re: Vorschau der Artikel erstellen

Es soll also auf Klick dynamisch der restliche Inhalt sichtbar werden? IMO können dabei die Bludit-Bordmittel nicht helfen, es müsste alles über Dein Script gesteuert werden. Z. B.: Ein Post umfasst zuerst immer einen Absatz Suche nach dem ersten schließenden Absatz-Tag (</p>). Alles bis dahin = Inh...
by wjar
Fri Mar 14, 2025 5:43 pm
Forum: Allgemeines
Topic: Vorschau der Artikel erstellen
Replies: 5
Views: 222827

Re: Vorschau der Artikel erstellen

Soll die Vorschau auf der einzubindenden Website mithilfe des RSS-Feeds erstellt werden? Das RSS-Plugin berücksichtigt die Pagebreak-Funktion doch (allerdings wird alles danach abgeschnitten, auch schließende Tags).
by wjar
Sun Aug 04, 2024 8:00 am
Forum: Themes
Topic: Popeye template customization
Replies: 4
Views: 72304

Re: Popeye template customization

Since themes are not really configurable, you have to try other themes until you find one suiting your needs. The other way is to create your own theme. This is what I did on basis of an existing theme.
by wjar
Sat Aug 03, 2024 2:19 pm
Forum: Themes
Topic: Popeye template customization
Replies: 4
Views: 72304

Re: Popeye template customization

This should work: replace the following part of the file php/home.php in the Popeye theme folder <!-- Page description --> <?php if ($pageTmp->description()) : ?> <p class="mb-1 form-text"><?php echo $pageTmp->description(); ?></p> <?php endif ?> <!-- End Page description --> with <!-- Pag...
by wjar
Sat Mar 30, 2024 8:15 am
Forum: Themes
Topic: Warum kommt ein noimage.png?
Replies: 5
Views: 777225

Re: Warum kommt ein noimage.png?

Selbst nutze ich das Profilbild nicht, aber im Theme Mediumish (https://themes.bludit.com/theme/mediumish) wird auch mit dem Platzhalterbild gearbeitet und dort funktioniert es (s. home.php des Themes). Vielleicht hilft Dir der Code dort weiter.
by wjar
Wed Mar 13, 2024 7:05 pm
Forum: Themes
Topic: Überschrift in der Kategorieliste
Replies: 7
Views: 105947

Re: Überschrift in der Kategorieliste

Sorry, das ist alles schon länger her, ich nutze auch ein anderes Theme und liste nur die Beiträge einer Kategorie auf, daher brachte Dich der Tipp nur die halbe Strecke weit. Für das Theme Blogx bitte die category.php aus einer Kopie der home.php erstellen. Den Code für die h1 <?php // Get the cate...
by wjar
Sun Mar 10, 2024 9:06 am
Forum: Themes
Topic: Überschrift in der Kategorieliste
Replies: 7
Views: 105947

Re: Überschrift in der Kategorieliste

Stand vor dem gleichen Problem und habe in der index.php des Themes die Abfrage um category ergänzt: <!-- Content --> <?php // $WHERE_AM_I variable detect where the user is browsing // If the user is watching a particular page the variable takes the value "page" // If the user is watching ...
by wjar
Mon Jan 08, 2024 7:01 pm
Forum: General
Topic: How to customize <title></title>
Replies: 7
Views: 198243

Re: How to customize <title></title>

Maybe your theme has no file named head.php. Please locate in the php subdirectory of your theme the file defining the <head>-section.