Search found 110 matches

by novafacile
Thu May 12, 2022 2:54 pm
Forum: General
Topic: How to remove date and duration of reading time on a sticky post ?
Replies: 8
Views: 1605

Re: How to remove date and duration of reading time on a sticky post ?

The idea is to replace this ​        ​<!-- Creation date --> ​        ​<​h6​ ​class​="​card-subtitle mb-4 text-muted​"​> ​            ​<​i​ ​class​="​bi bi-calendar​"​>​</​i​>​<?php​ ​echo​ ​$​page​->​date​(); ​?> ​            ​<​i​ ​class​="​ms-3 bi bi-clock-history​"​...
by novafacile
Wed May 11, 2022 11:15 pm
Forum: General
Topic: How to remove date and duration of reading time on a sticky post ?
Replies: 8
Views: 1605

Re: How to remove date and duration of reading time on a sticky post ?

Oh I see I misunderstood your need a bit, you want to remove this only for sticky posts. You can do something like this: Add this in the following file /bl-themes/blogx/php/home.php Line 19 if(!$page->sticky()){ Line 25 } This should removes it from every sticky post. Please test if it's works. Curr...
by novafacile
Wed May 11, 2022 10:26 am
Forum: General
Topic: How to remove date and duration of reading time on a sticky post ?
Replies: 8
Views: 1605

Re: How to remove date and duration of reading time on a sticky post ?

This depends on the theme you use. Wich theme do you use? The date and author are shown with ​​ $​page​->​date​(); $​page​->​author​([...]); You have to remove this from the theme file of the static page. Most themes uses the same theme file for static pages and blog pages. If your theme use the sam...
by novafacile
Tue May 10, 2022 3:43 pm
Forum: General
Topic: admin panel doesn't exist
Replies: 4
Views: 928

Re: admin panel doesn't exist

And is htaccess support in apache2 vhost enabled?
by novafacile
Fri Apr 15, 2022 2:18 pm
Forum: Allgemein
Topic: Ein Beitrag in mehreren Kategorien
Replies: 11
Views: 1414

Re: Ein Beitrag in mehreren Kategorien

Ja, wenn ich wüsste, wie man diese Dinge ins Theme baut, dann braucht der Anwender dies eh nur im CMS eintippen. Doch bis ich dazu komme, im Code zu wühlen, schaue ich mir halt an, was die Themes, Plugins usw. einfach so, so wie sie sind, können. Absolut verständlich und würde ich auch so machen es...
by novafacile
Sun Apr 10, 2022 11:32 pm
Forum: General
Topic: Limit recent posts to 5 on homepage
Replies: 4
Views: 829

Re: Limit recent posts to 5 on homepage

arikenko wrote: Mon Apr 04, 2022 9:19 pm I don't know php but would like to limit posts to just latest 5.
Right now it shows all of the posts :|
The setting General --> Advanced --> Items per page doesn't work?

But update is recommended!
by novafacile
Sun Apr 10, 2022 11:24 pm
Forum: General
Topic: Fresh Install with 404 on admin panel
Replies: 6
Views: 1320

Re: Fresh Install with 404 on admin panel

I tried the webserver docs about editing the htaccess file and creating a config file for nginx but the problem doesn't go away. OS: Windows 10 Laragon test server Nginx 1.21.6 htaccess is an apache feature. with nginx you have to set the settings in the nginx config. Server configuration is always...
by novafacile
Sat Mar 19, 2022 10:33 pm
Forum: Plugins
Topic: Image Gallery Lite Plugin - Love it!
Replies: 22
Views: 7322

Re: Image Gallery Lite Plugin - Love it!

You got a pm ;-)
by novafacile
Fri Mar 18, 2022 1:09 pm
Forum: Plugins
Topic: Image Gallery Lite Plugin - Love it!
Replies: 22
Views: 7322

Re: Image Gallery Lite Plugin - Love it!

What happen, if you don't copy the layout files into your theme, so the plugin loads the default layout?

btw. do you use the last update? This was released 3 days ago.
by novafacile
Fri Mar 18, 2022 12:48 pm
Forum: Plugins
Topic: Image Gallery Lite Plugin - Love it!
Replies: 22
Views: 7322

Re: Image Gallery Lite Plugin - Love it!

I will take a look.