GetSimple Support Forum
Beadysite Theme - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Themes (http://get-simple.info/forums/forumdisplay.php?fid=10)
+--- Thread: Beadysite Theme (/showthread.php?tid=4248)



Beadysite Theme - Timbow - 2013-02-02

Uploaded to Extend here:
http://get-simple.info/extend/theme/beadysite/582/
A clean simple theme, easy to unpick and alter. Looked to me friendly and accessible. Design by http://www.sitebee.co.uk/

The div above the main content - use it for images, slideshow, statement of purpose, News extracts, whatever, or just delete it.


RE: Beadysite Theme - Timbow - 2013-02-12

When I came to look more closely it wasn't so easy to unpick and alter. V2.0 is though.

I removed a load of redundant code from the css
I reduced the width of the page to something more sensible.
I made all the text sizes relative
Put in the Google shiv link
I made the logo text (was an image of text) with a google font
I replaced the image based rulers with css borders
I made three alternative page templates without the sidebar, without the subheader div and without either.

It works pretty well now


RE: Beadysite Theme - Sitebee - 2013-02-15

Hi Tim,

Looks like you did a great job at converting the theme for the Easy CMS platform. The un-used css was left over from the theme I ported the template from, on my old web host (stonerocket.net) you`lle see the code similarities.

Again great job. I have about a dozen other templates I made, some published some not, I may even have a go a creating a unique theme for Easy CMS myself, when I get some free time.


RE: Beadysite Theme - Connie - 2013-02-27

SiteBee,

although this CMS here is GetSimple and not Easy CMS, I give it a try ;=)

I will see if my client likes it, for me it looks good... will come back if I need support,

Cheers, Connie


RE: Beadysite Theme - Sitebee - 2013-02-28

Whoops, my bad! Was meant to say GetSimple Wink

It`s a popular template, I`ve seen it used on quite a few websites, most using the default design and some tweaking to suit their own style.


RE: Beadysite Theme - Ablian - 2013-03-17

Nice theme but i think the menu bar should be within header as horizontally above the Picture and extend the picture with so it is fix to the body completely. Also use image slider for image rotate.


RE: Beadysite Theme - steven - 2013-04-18

(2013-02-12, 05:08:15)Timbow Wrote: When I came to look more closely it wasn't so easy to unpick and alter. V2.0 is though.

I removed a load of redundant code from the css
I reduced the width of the page to something more sensible.
I made all the text sizes relative
Put in the Google shiv link
I made the logo text (was an image of text) with a google font
I replaced the image based rulers with css borders
I made three alternative page templates without the sidebar, without the subheader div and without either.

It works pretty well now

Hi Tim,

I'm a newbie here and trying to get this theme responsive without redundant code.
I just saw that u did a great job already Smile

Is it possible to post your new code somewhere, or can I find it online?

Grtz,
Steven


RE: Beadysite Theme - Timbow - 2013-04-18

I don't understand. The original template is
http://www.sitebee.co.uk/templates/beadysite/
My adapted version for GetSimple is
http://get-simple.info/extend/theme/beadysite/582/ or
http://get-simple.info/extend/export/3394/582/beadysite.zip
the author of the original is sometimes around here.


RE: Beadysite Theme - steven - 2013-04-18

(2013-04-18, 23:20:31)Timbow Wrote: I don't understand. The original template is
http://www.sitebee.co.uk/templates/beadysite/
My adapted version for GetSimple is
http://get-simple.info/extend/theme/beadysite/582/ or
http://get-simple.info/extend/export/3394/582/beadysite.zip
the author of the original is sometimes around here.

Sorry, just read ur post more carefully.

Thx for the reply!


RE: Beadysite Theme - Timbow - 2013-04-18

Upload it when you have it working. Are you using a grid? bootstrap? or writing the mobile css yourself?

Iirc the only bit you might find confusing is that Chris nested the menu as an <ul> in an <ul> to select it. I had never seen that before


RE: Beadysite Theme - Sitebee - 2013-04-22

I`ll update the template to make it responsive. Might be a few days though as im very busy currently. I`ll message you Tim when i`ve done it.


RE: Beadysite Theme - kazu2015 - 2015-07-16

Dear Timbow I have a question.

Your templates look all the same.

Which part is different? nosidebar.php mainonly.php...and so on.

However your php file works perfectly.

http://npogakushuu.php.xdomain.jp/


RE: Beadysite Theme - Timbow - 2015-07-16

The original design had a header, a vertical menu on the left, then three content blocks. I think there were different templates for a) sidebar but no sub-header b) sub-header but no sidebar c) no sub-header no sidebar main only .

The IDs were confusing. 


RE: Beadysite Theme - kazu2015 - 2015-07-16

You are using inline style! I didn't notice that.
Some editor (dreamweaver or something) can compare and find the difference.

I learned a lot. You can do!


RE: Beadysite Theme - Timbow - 2015-07-16

(2015-07-16, 20:06:14)kazu2015 Wrote: You are using inline style![...]

I have no idea why I would have done it like that. But clearly I did.