Search found 46 matches

by lightmat
Sat Feb 27, 2021 8:30 pm
Forum: General
Topic: How to set Date and time format?
Replies: 3
Views: 1407

Re: How to set Date and time format?

Date and time comes from the webserver itself, so you have to edit correct date and time there. The format is the only thing you can edit via Bludit, and it uses PHP DateTime Format. Full list here: https://www.php.net/manual/en/datetime.format.php YYYY = Is not month, but year j F Y = 28 February 2...
by lightmat
Thu Feb 18, 2021 9:04 pm
Forum: Themes
Topic: Latest Typerite theme not responsive?
Replies: 2
Views: 1840

Re: Latest Typerite theme not responsive?

I can't reproduce that problem. Have you tried "Responsive design mode" in Safari [control] + [command] + R The try to locate the problem, by open the web inspector [option] + [command] + U Them activate the element selection tool [shift] + [command] + C point your mouse to where the probl...
by lightmat
Tue Feb 16, 2021 4:43 pm
Forum: Themes
Topic: News Theme
Replies: 2
Views: 1542

Re: News Theme

Well done. Very nice and organized theme. Beautiful :)
by lightmat
Tue Jan 12, 2021 11:26 am
Forum: General
Topic: URL Filter
Replies: 6
Views: 5007

Re: URL Filter

You need to use /blog/ for now
Edi explains here: viewtopic.php?p=9320#p9320
by lightmat
Sat Jan 02, 2021 10:21 pm
Forum: Themes
Topic: Thumbnails not working in blog X
Replies: 5
Views: 4085

Re: Thumbnails not working in blog X

It is the right way to get the thumbimage from image that you have uploaded Inspector will show something like this: /bl-content/uploads/pages/8a6b0c476ba7baa3359a52fe7858f5ef/thumbnails/BLUDIT.png You also have to tweak the css file for the theme to suit you needs, so that you get the image shown t...
by lightmat
Sat Jan 02, 2021 4:58 pm
Forum: Themes
Topic: Thumbnails not working in blog X
Replies: 5
Views: 4085

Re: Thumbnails not working in blog X

In Blog X the template [/php/home.php] you need to change line 16 From: <img class="card-img-top mb-3 rounded-0" alt="Cover Image" src="<?php echo $page->coverImage(); ?>"/> To: <img class="card-img-top mb-3 rounded-0" alt="Cover Image" src="<?p...
by lightmat
Sat Dec 26, 2020 12:20 pm
Forum: General
Topic: Bludit Admin 404 Not Found!
Replies: 3
Views: 3694

Re: Bludit Admin 404 Not Found!

Do not know Laragon, but think that it is because you have chosen NGINX, and there you have to tinker a bit in the configuration. It is described in the Bludit documentation: https://docs.bludit.com/en/webservers/nginx If XAMPP has worked flawlessly for you before, I think you should choose that as ...
by lightmat
Tue Dec 01, 2020 11:35 am
Forum: General
Topic: Schedule Posts
Replies: 2
Views: 1126

Re: Schedule Posts

You should take a look at the documentation, many questions are explained there.

https://docs.bludit.com/en/content/how- ... nt#sidebar
by lightmat
Wed Nov 18, 2020 2:28 pm
Forum: General
Topic: Php Errors Bludit Pro
Replies: 15
Views: 4053

Re: Php Errors Bludit Pro

I researched it a bit more about what could be the cause, and it seems that it's the Tidy extension that does it. If you have this extension turned on in Mamp, under the PHP settings, you can try turning it off. I assume that it is because tidy is not set up in the project that these errors occur, b...
by lightmat
Tue Nov 17, 2020 2:14 pm
Forum: General
Topic: Php Errors Bludit Pro
Replies: 15
Views: 4053

Re: Php Errors Bludit Pro

Hi, Yes I think I've found the error or bug in Simple Stats but i dont know how to fix it has i dont understand php. In simple stats it logs evertime the page is visited it creates a line in .logs file which is correct! But if your in Admin Dashboard it doesnt seem to write to the .log file but the...