Search found 3121 matches

by Edi
Mon Feb 25, 2019 11:59 am
Forum: Plugins
Topic: Adding a gallery
Replies: 36
Views: 17228

Re: Adding a gallery

There is a new release of the plugin with an improved description of how to use the lightbox and the gallery:

https://plugins.bludit.com/plugin/lightbox

I also fixed some minor things.
by Edi
Sun Feb 24, 2019 3:43 pm
Forum: Allgemein
Topic: Bludit 3.8
Replies: 1
Views: 1442

Re: Bludit 3.8

by Edi
Sat Feb 23, 2019 9:05 pm
Forum: Themes
Topic: Admin theme
Replies: 3
Views: 2197

Re: Admin theme

No. You can code one. ;-)
by Edi
Sat Feb 23, 2019 11:45 am
Forum: General
Topic: Disable elements in static pages
Replies: 6
Views: 3278

Re: Disable elements in static pages

The following snippet is the condition for a normal "published" page or post: if ($page->type() == "published") { Here comes the parts that only a normal page ot post shows. Followed by the end of the condition and the condition if it's a static page: } else { Here comes the part...
by Edi
Fri Feb 22, 2019 6:04 pm
Forum: General
Topic: Problem with Backup
Replies: 6
Views: 2428

Re: Problem with Backup

Sorry, it's a bug and reported here:

https://github.com/bludit/bludit/issues/941
by Edi
Fri Feb 22, 2019 5:56 pm
Forum: Themes
Topic: [Solved] problem with showing tags list on pages
Replies: 7
Views: 3163

Re: problem with showing tags list on pages

The funny part of this situation is that under blogx or mediumish theme everything works fine. The theme DevTheme has some additional functions, which perhaps can cause the issue. The best would be to ask the developer. Either on GitHub at https://github.com/blthemes/DevTheme or in the Bludit chat ...
by Edi
Fri Feb 22, 2019 5:25 pm
Forum: General
Topic: Problem with Backup
Replies: 6
Views: 2428

Re: Problem with Backup

Yes, Of course, I use the latest version [3.7.1], Is it a stable version? in the right sidebar of the forum says 3.7.0 is the stable version. Yes, 3.7.1 is a stable version. The note is modified. ;-) My question was: Is it an older version that has been updated or is it a fresh installation? If it ...
by Edi
Fri Feb 22, 2019 1:57 pm
Forum: General
Topic: Disable elements in static pages
Replies: 6
Views: 3278

Re: Disable elements in static pages

The template page.php of the theme Keep It Simple is an example for several conditions:

https://github.com/bludit-themes/keep-i ... ge.php#L15
by Edi
Fri Feb 22, 2019 1:52 pm
Forum: General
Topic: Problem with Backup
Replies: 6
Views: 2428

Re: Problem with Backup

Do you use an updated installation of Bludit?
by Edi
Thu Feb 21, 2019 10:27 pm
Forum: Themes
Topic: [Solved] problem with showing tags list on pages
Replies: 7
Views: 3163

Re: problem with showing tags list on pages

I do not understand what you are trying to do... Including the sidebar in a page?