Page 1 of 1

Another site w/v2

Posted: 18 Jul 2008, 01:41
by film915
Here's my start on my new site with v2. It should be noted that color schemes, formatting and folder structure aren't finalized:

www.bradlyjboner.com/v2

...compared to my current website:

www.bradlyjboner.com

What I'm working on:

1. Can't figure out how to make description text black to be more readable

2. Would like to make a "startimage" and "sitemenu" on opening page - see current website.

3. I'm still getting message "Use only alphanumeric symbols and "_" symbol in folder name" even though I have latest version.

Posted: 21 Jul 2008, 08:35
by mjau-mjau
good job =) Did you create a "hidden" folder to use as startimage display?

1. That should be in the CSS file for the template you are using. If you know basic CSS, you can edit it from the admin. The setting you are looking for:
Code
.text_2 {
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0px;
}
... or ...
.text_2_description {

}
You need to edit the "text_2" item, because I noticed it is the textblock id you are using for the description(as in defined in thge theme config). The first class "text_2" sets the style for ALL texts in the textblock(could be name, title, description), while "text_2_description" sets styles only for the description part of the textblock(in your case, that is your entire textblock i believe).

2. As you perhaps noticed, this is currently missing. We will be working on sitemenu and startpage modules soon. Feel free to come up with suggestions on how you want it.

3. Do you still get that error with latest release(21. July) even when creating folder with no special characters?

Your customization reminds me I need to make a default white-ish theme. Perhaps you could help me out?

Posted: 21 Jul 2008, 09:32
by Nick
I like your dog.