![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
|
|
#1
|
|||
|
|||
|
Hello,
I am in need of some advise. I am creating a site and my client wants a site with a staff presentation that functions like the following: http://www.rightpoint.com/company/leadership I am using backcountry currently - does anybody recommend a plug-in or have suggestions about this specific functionality? Thansk in advance as always, ![]() Cathi |
|
#2
|
||||
|
||||
|
This looks liek a custom post type with a custom archive template and some basic :hover CSS to alternate between one div showing and another div showing. I'm not aware of a plugin that does this specifically, but the CSS isn't really difficult. Basically you have
HTML Code:
<div class="cool-hover-effect"> <div class="normally-shows"> Add whatever you want to normally show, be sure to include classes to make it look pretty </div> <div class="shows-on-hover"> Add whatever you want to show on hover, be sure to include classes to make it look pretty </div> </div> Code:
.cool-hover-effect .normally-shows,
.cool-hover-effect:hover .shows-on-hover {
display: block;
}
.cool-hover-effect:hover .normally-shows,
.cool-hover-effect .shows-on-hover {
display: none;
}
__________________
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 |
|
#3
|
|||
|
|||
|
Thank you so much, I may need to hire help for this set up - my client also wants similar styling on his client page to look like -see link.... I think it is similar to the custom post type on the staff page.
Here is a look: http://www.rightpoint.com/technology...s/case-studies Thanks for the details about the css I know I can add that to the style sheet... Question - where do I add the html code? Thanks Cathi |
|
#4
|
||||
|
||||
|
you would actually need to make a custom archive template or page template depending on how you do it. I'd probably use a custom post type with archive so I could just make a custom archive-staff.php (or whatever the post type needs to be) and then replace the title, post info, post image, post content, and post meta with a custom action.
__________________
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 |
|
#5
|
|||
|
|||
|
OK - I do need to hire help to add this function to my site.
Would love help with this.... |
|
#6
|
||||
|
||||
|
Here is a list of recommended developers
http://www.studiopress.com/support/f...splay.php?f=14 Here is another list http://studiopress.com/genesis-developers
__________________
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 |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Looking for a Gallery Plug in like... | Nancy | General Discussion | 3 | 02-23-2012 09:50 PM |
| Gallery plugin advice? | Jeff Hester | General Discussion | 1 | 04-13-2010 01:39 PM |
| NextGEN Gallery advice | francis1tree | General Discussion | 1 | 10-08-2009 06:46 AM |
| Gallery plug-in advice? | monikagraff | General Discussion | 1 | 03-01-2009 05:11 PM |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us