Page 1 of 2

[Theme] Hinode

Posted: Sat May 30, 2020 12:23 pm
by hxii
Image
日の出 (Hinode) is a clean, minimal and bright theme for Bludit.

It started it's life as a commission which fell through, so I've decided to share it with everyone.

Since this was supposed to be a paid commission, if you like the theme, please consider donating/tipping.
Download

You can download Hinode from Sourcehut or GitHub.
Screenshots and more info here.

Re: [Theme] Hinode

Posted: Mon Jun 01, 2020 9:35 pm
by lodria
it is an excellent design, it has become very good!

Re: [Theme] Hinode

Posted: Tue Jun 02, 2020 1:06 pm
by Edi
Nice! I added it to the official repository.

Is it intention that the title of the website isn't shown?

Re: [Theme] Hinode

Posted: Fri Jun 05, 2020 6:18 pm
by hxii
Edi wrote: Tue Jun 02, 2020 1:06 pm Nice! I added it to the official repository.

Is it intention that the title of the website isn't shown?
Thanks! Was going to do it, but didn't quite get to it.
The site name is controlled (along with other things) through config.php via 'show_site_name_logo'

Re: [Theme] Hinode

Posted: Fri Jun 05, 2020 6:24 pm
by Edi
Thank you for the explanation!

Re: [Theme] Hinode

Posted: Mon Jun 22, 2020 3:47 pm
by lodria
Hi!

I would have a question. Some plugins, such as the contact3 and Snicker plugins, do not appear in this themes when I add them. If I choose another look like typerite it works well there. What could be the problem?

Thanks

Re: [Theme] Hinode

Posted: Mon Jun 22, 2020 6:48 pm
by Edi
The plugin hook at the end of the template page.php in the directory /bl-themes/hinode-master/inc is missing. Please modify to

Code: Select all

<?php endif; ?>
<?php Theme::plugins('pageEnd'); ?>
</div>
from

Code: Select all

<?php endif; ?>
</div>

Re: [Theme] Hinode

Posted: Mon Jun 22, 2020 7:05 pm
by lodria
Thank you very much for your quick reply! That was the solution. It's perfect now.

Re: [Theme] Hinode

Posted: Thu Jul 30, 2020 2:37 pm
by lodria
I have been using this themest for a while but there are plugins that don't work. Now the "item-per-page" plugin is the problem. And everything appears in the admin interface. It just doesn't make the settings. Could someone help me?

Re: [Theme] Hinode

Posted: Thu Jul 30, 2020 3:08 pm
by Edi
It seems that the theme does not support the setting items per page.