StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
  #1  
Old 07-02-2010, 08:07 AM
IconicImagery IconicImagery is offline
Registered User
Pro Plus Member
 
Join Date: Jul 2009
Posts: 26
Default Church Theme - Methodist Church Circuit site

I've gotten good feedback from the people involved at the Circuit but this this is still a work in progress so I'm a bit reluctant to show it ....here it is.

Still trying to resolve of the problem of the red colour for the RSS Feed Title...


http://www.gwenthillsandvales.org.uk/
  #2  
Old 07-02-2010, 08:19 AM
Rebecca Diamond's Avatar
Rebecca Diamond Rebecca Diamond is offline
Administrator
 
Join Date: Oct 2008
Location: somewhere in the wilds of Canada
Posts: 11,498
Default

it's looking good! The only thing I see that could be problematic is the height of the header graphic - that's a *lot* of screen space "wasted" (even though the graphic is pretty and not a waste per se :smile:)
Have you considered moving the navigation into that top space on the bottom hill? It would require some tweaking to make it work but then it would give people usable content sooner as they scroll...
And I think sidebar a in the stylesheet will fix the link issues :smile:
__________________
Rebecca, Copyblogger Community Manager & Admin
StudioPress on Facebook!
  #3  
Old 07-02-2010, 08:30 AM
IconicImagery IconicImagery is offline
Registered User
Pro Plus Member
 
Join Date: Jul 2009
Posts: 26
Default

Quote:
Originally Posted by Rebecca Diamond View Post
it's looking good! The only thing I see that could be problematic is the height of the header graphic - that's a *lot* of screen space "wasted" (even though the graphic is pretty and not a waste per se :smile:)
Have you considered moving the navigation into that top space on the bottom hill? It would require some tweaking to make it work but then it would give people usable content sooner as they scroll...
And I think sidebar a in the stylesheet will fix the link issues :smile:
Many thanks for that Rebecca - and I agree about the header. It's what the client wanted ("can you make it bigger?" - 3 times) but I can definitely talk them around to *less is more* now that I've had another professional opinion from the template developers directly :D

This is my first ever web project by myself and coding isnt my strong suit so I'm really anxious to make things right :)
  #4  
Old 07-02-2010, 10:46 AM
Rebecca Diamond's Avatar
Rebecca Diamond Rebecca Diamond is offline
Administrator
 
Join Date: Oct 2008
Location: somewhere in the wilds of Canada
Posts: 11,498
Default

you really are doing great! :smile:

For what it's worth, my standard response with issues like that is "Studies show that the more the viewer is forced to scroll, the more your visit length rate decreases" - because it's true. Visitors are lazy :P
__________________
Rebecca, Copyblogger Community Manager & Admin
StudioPress on Facebook!
  #5  
Old 07-02-2010, 11:09 AM
IconicImagery IconicImagery is offline
Registered User
Pro Plus Member
 
Join Date: Jul 2009
Posts: 26
Default



you could probably count me as one of them at one time or another!
  #6  
Old 07-02-2010, 01:41 PM
IconicImagery IconicImagery is offline
Registered User
Pro Plus Member
 
Join Date: Jul 2009
Posts: 26
Exclamation

Quote:
Originally Posted by Rebecca Diamond View Post
it's looking good! The only thing I see that could be problematic is the height of the header graphic - that's a *lot* of screen space "wasted" (even though the graphic is pretty and not a waste per se :smile:)
Have you considered moving the navigation into that top space on the bottom hill? It would require some tweaking to make it work but then it would give people usable content sooner as they scroll...
And I think sidebar a in the stylesheet will fix the link issues :smile:

Sorry one more question please -

Im using Church 4.0, not the new Genesis/Church Child Theme

And I've identified the following as the source of my problem with the Red Heading Colour

Quote:
/************************************************
* Hyperlinks *
************************************************/

a, a:visited {
color: #A91B33;
text-decoration: none;
}

a:hover {
color: #A91B33;
text-decoration: underline;
}
I did a quick test and when I made the adjustment the heading was fine as you'd expect but then of course you couldnt see the actually Feed link unless you happened to hover over it. Is there a workaround that I'm just not thinking of (given that I'm learing by doing....).

Thank you...
  #7  
Old 07-02-2010, 01:47 PM
NicktheGeek's Avatar
NicktheGeek NicktheGeek is offline
Forum Manager
 
Join Date: Feb 2010
Posts: 62,650
Default

Explain to the client the concept of "above the fold" and how you need to have important information above where the average viewer will need to scroll. At the very least the bottom of the image rotator needs to be above the 600-650px mark, which will be your best case "above the fold" position.
__________________
Nick "Fred and/or George Weasley" Croft
Designs by Nick the Geek
@Nick_theGeek on Twitter

Make web design easier, get FireBug for FireFox

Want to learn more about Genesis? Check out my Genesis Explained Series

  #8  
Old 07-02-2010, 01:49 PM
SoZo's Avatar
SoZo SoZo is offline
Community Moderator
 
Join Date: Oct 2008
Location: Minneapolis, Minnesota
Posts: 47,500
Default

Quote:
Originally Posted by IconicImagery View Post
Sorry one more question please -
And I've identified the following as the source of my problem with the Red Heading Colour

I did a quick test and when I made the adjustment the heading was fine as you'd expect but then of course you couldnt see the actually Feed link unless you happened to hover over it. Is there a workaround that I'm just not thinking of (given that I'm learing by doing....).

Thank you...
Add this to your style sheet:

h2 a {
color: #fff;
}

And I know you need to please the client but I would really push for adding an actual logo as opposed to the dynamic text. It ruins the entire effect of the header. Also, I would create a little more variation between the hills, i.e. make it look less like two lines of equal height.
__________________
John "Nicolas Flamel" Wright | SoZo's design | John Wright Photography

New to Genesis? Check out Genesis Explained.
"We are the music makers, and we are the dreamers of dreams..." - Arthur O'Shaughnessy

"Some days even my lucky rocket ship underpants don't help" - Calvin
StudioPress on Facebook

Last edited by SoZo; 07-02-2010 at 01:51 PM.
  #9  
Old 07-03-2010, 01:13 AM
goldkey goldkey is offline
Registered User
Pro Plus Member
 
Join Date: Nov 2008
Posts: 499
Default

+1 regarding the height of the header graphic. The site is looking great, but it would have just as much beauty with a vertically condensed graphic. (Just trying to give you more ammunition for the client.)

Great work!

Mark

WPCDN
  #10  
Old 07-03-2010, 01:27 AM
SoZo's Avatar
SoZo SoZo is offline
Community Moderator
 
Join Date: Oct 2008
Location: Minneapolis, Minnesota
Posts: 47,500
Default

Quote:
Originally Posted by goldkey View Post
vertically condensed graphic
__________________
John "Nicolas Flamel" Wright | SoZo's design | John Wright Photography

New to Genesis? Check out Genesis Explained.
"We are the music makers, and we are the dreamers of dreams..." - Arthur O'Shaughnessy

"Some days even my lucky rocket ship underpants don't help" - Calvin
StudioPress on Facebook
  #11  
Old 07-03-2010, 08:40 AM
IconicImagery IconicImagery is offline
Registered User
Pro Plus Member
 
Join Date: Jul 2009
Posts: 26
Default

Quote:
Originally Posted by goldkey View Post
+1 regarding the height of the header graphic. The site is looking great, but it would have just as much beauty with a vertically condensed graphic. (Just trying to give you more ammunition for the client.)

Great work!

Mark

WPCDN

Thanks Mark

I have to remember that turn-of-phrase for the future

Lisa
  #12  
Old 07-03-2010, 08:37 AM
IconicImagery IconicImagery is offline
Registered User
Pro Plus Member
 
Join Date: Jul 2009
Posts: 26
Default

Quote:
Originally Posted by SoZo View Post
Add this to your style sheet:

h2 a {
color: #fff;
}

And I know you need to please the client but I would really push for adding an actual logo as opposed to the dynamic text. It ruins the entire effect of the header. Also, I would create a little more variation between the hills, i.e. make it look less like two lines of equal height.

Many thanks, your help is greatly appreciated.

The logo is there actually - the Sun is a take on the actual logo for the Methodist Church -

http://www.methodist.org.uk/index.cf...ntent&cmid=782


I'll look at what I can do about the text - I do agree that it ruins all my work with the graphic (which I will also review refining):smile:
  #13  
Old 07-03-2010, 09:50 AM
SoZo's Avatar
SoZo SoZo is offline
Community Moderator
 
Join Date: Oct 2008
Location: Minneapolis, Minnesota
Posts: 47,500
Default

Quote:
Originally Posted by IconicImagery View Post
I'll look at what I can do about the text - I do agree that it ruins all my work with the graphic (which I will also review refining):smile:
At least give it some text treatment. A cool font or something.
__________________
John "Nicolas Flamel" Wright | SoZo's design | John Wright Photography

New to Genesis? Check out Genesis Explained.
"We are the music makers, and we are the dreamers of dreams..." - Arthur O'Shaughnessy

"Some days even my lucky rocket ship underpants don't help" - Calvin
StudioPress on Facebook
  #14  
Old 09-19-2010, 06:09 PM
ScanWare's Avatar
ScanWare ScanWare is offline
Registered User
Genesis Member
Pro Plus Member
 
Join Date: Sep 2010
Location: Portland, Maine
Posts: 143
Default

Minor criticism...the LONG drop down list for the churches in the Circuit is a drag. I had the same problem on one with multiple missionaries. Might be good to break it into two sepearate geographical regions?

Good luck,

Gene
Portland, ME US
  #15  
Old 09-20-2010, 06:56 AM
IconicImagery IconicImagery is offline
Registered User
Pro Plus Member
 
Join Date: Jul 2009
Posts: 26
Default

Thanks for the feedback.

The circuit can't be broken down in separate regions - a contentious issue that was discussed prior to development. The Wales Synod just had their annual meeting and the site was enthusiastically received (thank goodness!).

The Circuit is happy and the Synod is happy. For the time being at least, the site architecture stays as is.



Quote:
Originally Posted by ScanWare View Post
Minor criticism...the LONG drop down list for the churches in the Circuit is a drag. I had the same problem on one with multiple missionaries. Might be good to break it into two sepearate geographical regions?

Good luck,

Gene
Portland, ME US
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
church site using studiopress church theme sktmax1961 General Discussion 1 03-10-2009 05:52 PM
Our Church Site - Revolution Church theme Allshookup General Discussion 8 02-17-2009 08:04 PM


All times are GMT -5. The time now is 12:34 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.