[THEME] Pureblog based on purecss framework

kaaleth
Master Bludit
Posts: 117
Joined: Sun Jun 14, 2015 9:55 am

New theme called Pureblog ported from free and responsive purecss framework.
pureblog.png
pureblog.png (108.44 KiB) Viewed 5143 times
There is no support for some plugins for example no page list, no about widget, etc. At the moment I have no idea where I can place them. Of course, plugins like Disqus works well.

The theme's repository is placed on bitbucket:

https://bitbucket.org/kaaleth/bludit-themes/wiki/Home

This is 1.0 version if you have any suggestion just give me a sign. The release has polish and english language (for theme list).

More themes soon.
kaaleth
Master Bludit
Posts: 117
Joined: Sun Jun 14, 2015 9:55 am

Today I did some changes for pureplug theme. Time for 1.1 release.

From now, theme supports custom pages created in admin control panel. It does automatically without code editing. I fixed also links for homepage and title/slogan for whole blog.

If you have any suggests, feel free to ask me.

Overview: https://bitbucket.org/kaaleth/bludit-themes/wiki/Home

Source:

Code: Select all

https://bitbucket.org/kaaleth/bludit-themes/src/a6870b099e00ca77e01918a0a65af2799c887117/pure_blog/?at=default
Alternative download:

Code: Select all

https://bitbucket.org/kaaleth/bludit-themes/get/2eec289620de.zip
acrox999
Sr. Bludit
Posts: 30
Joined: Wed Jan 13, 2016 10:35 am
Location: /dev/null

Looking great. I'm looking for a simple and clean theme. This might just be it.

Will check it out, thanks!
acrox999
Sr. Bludit
Posts: 30
Joined: Wed Jan 13, 2016 10:35 am
Location: /dev/null

UPDATE: It seems that my hunch was correct, it wasn't this theme but a plugin that causes the pages not loading issue. The Minify plugin to be specific. Now all that's left is the image size issue.

Finally tried this theme. Absolutely lovely. Love the colour scheme. However, there's a small typo in the code after author's name, where you accidentally typed 'w'. Also, none of the custom pages are working. Even the footers, menu are gone. Only the title and slogan were left.

For example:
https://iamnobuna.ga/about
https://iamnobuna.ga/post/poplica-poptrick

One is a page, one is a post. Both are blank. I should also note that images are not "responsive" or not resized accordingly, you can see here for example: https://iamnobuna.ga/post/why-cant-she-be-the-one

That's about all I can find for now. I really want to use this theme but these bugs are pretty serious to me.
kaaleth
Master Bludit
Posts: 117
Joined: Sun Jun 14, 2015 9:55 am

I forget to add translation for "W". This means "Under" and it will be fixed as soon as possible.

I don't know where are your problems. You could make some screenshots... :( I know you changed your blog's theme but for now, I have to discover those problems by myself.

PS What is version of your Bludit?
acrox999
Sr. Bludit
Posts: 30
Joined: Wed Jan 13, 2016 10:35 am
Location: /dev/null

I actually was trying out different themes and forgot to change it back for you. I've changed it back to your theme. The only issue I have now is the image size. It could be great if you could make it responsive as well.

I'm running on 0.7.2, Beemo by the way.
kaaleth
Master Bludit
Posts: 117
Joined: Sun Jun 14, 2015 9:55 am

If you would like to show responsive image you have to use pure-img class.

but you can simply open pure_blog/css/blog.css file and add new class:

Code: Select all

img {
	max-width:100%;
	height:auto;
	display:block
}
it will make all images as responsive.


I will update theme in repository.
acrox999
Sr. Bludit
Posts: 30
Joined: Wed Jan 13, 2016 10:35 am
Location: /dev/null

Alright, sounds good enough for me. I'll give it a try. I'm also thinking of making the layout narrower to fit my needs.

Thanks for still keeping this theme updated, by the way.
kaaleth
Master Bludit
Posts: 117
Joined: Sun Jun 14, 2015 9:55 am

Theme has been updated:

- update to the bludit 1.0 beta 3,
- [fixed] date for posts,
- [fixed] image responsive,
- [fixed] small bugs.

Source: here
Download: here
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

@acrox999

The https in the URL of your footer does not work, only http. ;)
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
Post Reply