tand
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Staff List] Display as GroupJust so your aware, and it will depend on your page settings I had to add breaks to get the spacing correct. it took some playing however here is what I ended up with.
<div><h1>Fort Lauderdale Staff</h1></div> [simple-staff-list group="fort-lauderdale"] <br></br> <br></br> <br></br> <br></br> <br></br> <br></br> <br></br> <br></br> <br></br> <br></br> <br></br> <br></br> <br></br> <div><h1>France Staff</h1></div> [simple-staff-list group="france"] <br></br> <br></br> <br></br> <br></br> <div><h1>St. Thomas Staff</h1></div> [simple-staff-list group="st-thomas"]
Forum: Plugins
In reply to: [Simple Staff List] Display as GroupI got it to work
Here is the code form the page
<h1>Fort Lauderdale Staff</h1> [simple-staff-list group="fort-lauderdale"] <h1>France Staff</h1> [simple-staff-list group="france"] <h1>St. Thomas Staff</h1> [simple-staff-list group="st-thomas"]
Staff loop Template
[staff_loop] <img class="staff-member-photo" src="[staff-photo-url]" alt="[staff-name] : [staff-position]"> <div class="staff-member-info-wrap"> [staff-name-formatted] </div> [/staff_loop]
Staff page CSS (thanks to someone else, not sure who)
div.main_inner { display: table; } div.staff-member { float:left;/*fix for buggy browsers*/ display:table-column; width:185px; height:250px; text-align: center; vertical-align: middle; }
I did have to play with the width for the desired outcome.
Hope this helps you out. Good luck
@cais the [blogs] short code shows the most recent posts. I do not think it is a plugin so it must be a active theme. I didnt create the theme and the person who did will not be working with the site any longer.
I am very new to the wordpress platform (and any platform for that matter). Thanks again for your help
HI Cais,
Ok I figured out the issue maybe it is something you can look into.here is the full code from the page:
[album id=3 template=compact]
[blogs cant=3]
When I remove the [blogs cant=3] the shortcode for the album starts working. Hopefully this help for now my problem is solved however I would like to get the blog items back up on the page.
I updated NextGEN too and my shortcodes are broken also.
[album id=3 template=compact]
That is the short code I was using (was working until I updated), I looked through the new NextGen and cannot find any “new” shortcodes.
I am pretty new to this maybe I am just missing them?