Page 1 of 3

Lingonberry Theme

Posted: Wed Mar 06, 2019 10:20 pm
by Jane
Hi everyone, first post here.

First off, I love Bludit. It's so lightweight and easy to use. Thanks for making it.

Was just curious about the Lingonberry theme. I used it way back in my WordPress days and liked it. Will it be updated for Bludit 3.x?

(I hope so!)

Jane

Re: Lingonberry Theme

Posted: Wed Mar 06, 2019 11:46 pm
by SamBrishes
Hellow and Welcome,

I'm not the original author of this theme (nor the bludit version of it), but I tried to update the respective code to Bludit 3.x!

I haven't tested it very widely, but It worked on my small Test Environement (Bludit 3.8.1).

GitHub Fork

Sincerely,
Sam.

Re: Lingonberry Theme

Posted: Thu Mar 07, 2019 12:00 am
by Jane
Thanks so much, Sam. I'll give it a try and let you know. :)

UPDATE: It didn't work right. :cry: The theme showed only the first post, with no page navigation. The menu toggle at the top did not work, either. Maybe there is a tag open somewhere?

Thank you again for trying.

Re: Lingonberry Theme

Posted: Thu Mar 07, 2019 2:43 pm
by SamBrishes
Hellow,

Hmm, that's really strange! I uploaded a fresh Bludit v3.8.1 installation, activated the theme and everything works / gets shown.

Which browser and which Bludit version do you use?

My Demonstration Page


Test in Firefox and Chrome (Windows 10):

Image

Sincerely,
Sam.

Re: Lingonberry Theme

Posted: Thu Mar 07, 2019 9:48 pm
by Jane
Hi Sam,

I'm using Firefox 65.0.2 and Bludit 3.8

I see there is a Bludit update, so I will do that now and see what happens with the theme.

Thank you,
Jane

UPDATE: Now on Bludit 3.8.1 and the same problem is there. Top menu toggle does not work. The page shows only the two latest posts. No pagination at the bottom, no footer. Also, the posts are showing in full when they should have a "read more." Not sure what I'm doing wrong..?

I can't attach screen shot; it keeps telling me the file is too large.

Re: Lingonberry Theme

Posted: Thu Mar 07, 2019 10:04 pm
by Jay
Looked at your updated theme's code from curiosity, and I confirm that theme isn't working properly.
You should try it out under a subdomain, rather than setting a test instance under a directory. Maybe it is caused by rewrites in top lvl directory.
btw. links in headers on your demo page starts with localhost/ and uri to bludit css is false ;)

Basically there's a problem among the others with Theme::plugins('siteHead'); in index.php
Some plugins interefere with the code (canonical link on my website) , and the first tags including <body> aren't parsed.

Something's also wrong with conditional includes, as home.php isn't even checked.
I suppose the problem is caused by first: if($url->whereAmI() === "page")

Didn't dig deeper, just had a glimpse at index.php

ps. using B3.8.1

Re: Lingonberry Theme

Posted: Thu Mar 07, 2019 10:14 pm
by Jane
Thanks, Jay. Glad it wasn't me doing something dumb. :)

I'll just wait for a fix.

Re: Lingonberry Theme

Posted: Fri Mar 08, 2019 8:05 am
by SamBrishes
Hellow,

I'm really sorry for that and thanks Jay, I should terminate my local server before testing the themes online. xD

But still can't find the issue, even with a installation under a subdomain instead of a sub-directory (and on another hoster too). I just changed a few lines within the header, but this shouldn't fix the issues I guess.

I'll test a few things (PHP Versions, Plugins, ...) and may I can find the source of error.

Thanks, together we'll get the design up and running. :D

Sincerely,
Sam.

Re: Lingonberry Theme

Posted: Fri Mar 08, 2019 12:36 pm
by Edi
There is a table with changes between Bludit 2.3.4 and Bludit 3.x.x:

https://github.com/clickwork-git/bludit-update

I will update the theme today or tomorrow.

Re: Lingonberry Theme

Posted: Fri Mar 08, 2019 3:06 pm
by Edi
You can download an updated "prerelease" at

https://github.com/bludit-themes/lingon ... master.zip

Perhaps not yet everything works as expected. Please give me a feedback.