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 -- and this forum will be removed on July 1st, 2013.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
  #1  
Old 10-09-2012, 12:15 PM
CathiBosco CathiBosco is offline
Registered User
Genesis Member
Pro Plus Member
 
Join Date: Dec 2009
Posts: 186
Default Needing a resource, plug-in or advice - gallery for wp

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  
Old 10-09-2012, 03:40 PM
NicktheGeek's Avatar
NicktheGeek NicktheGeek is offline
Forum Manager
 
Join Date: Feb 2010
Posts: 62,650
Default

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>
Then your CSS looks like
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;
}
That site isn't doing it but this is where I'd also make sue of a CSS transition so it does a nice slide or fade transition on newer browsers.
__________________
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  
Old 10-10-2012, 07:48 AM
CathiBosco CathiBosco is offline
Registered User
Genesis Member
Pro Plus Member
 
Join Date: Dec 2009
Posts: 186
Default

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  
Old 10-10-2012, 08:33 AM
NicktheGeek's Avatar
NicktheGeek NicktheGeek is offline
Forum Manager
 
Join Date: Feb 2010
Posts: 62,650
Default

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  
Old 10-16-2012, 11:57 AM
CathiBosco CathiBosco is offline
Registered User
Genesis Member
Pro Plus Member
 
Join Date: Dec 2009
Posts: 186
Default

OK - I do need to hire help to add this function to my site.
Would love help with this....
  #6  
Old 10-16-2012, 01:38 PM
NicktheGeek's Avatar
NicktheGeek NicktheGeek is offline
Forum Manager
 
Join Date: Feb 2010
Posts: 62,650
Default

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

  #7  
Old 10-16-2012, 02:27 PM
CathiBosco CathiBosco is offline
Registered User
Genesis Member
Pro Plus Member
 
Join Date: Dec 2009
Posts: 186
Default

Thanks NicktheGeek - thanks! :)
 

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
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


All times are GMT -5. The time now is 04:00 AM.

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