Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • I came up with a “fix” for it, I used the facebook URL field to type in a unique ID for each member, and then used this code as the id for the div and the link wich worked for me 🙂

    Maybe not the best solution, but works for now…

    Hi,

    I’m trying to implement a similar solution as the one kdsamra got on his website. So far I’ve managed to get the lightbox to show, but depending on what I put as id for the “lightbox-div” and in the link, I either get the whole page inside the lightbox, or if I manually type in a id, I just get the bio of the first member, and this shows on any of the member I press.

    Do you have any tips for me on how to get this working so I can show the [staff-bio-formatted] for each member in a lightbox?

    Here are my current Staff-loop:

    [staff_loop]
    	<img class="staff-member-photo" src="[staff-photo-url]" alt="[staff-name] : [staff-position]">
    	<div class="staff-member-info-wrap">
    		<a href="#test" class="fancybox-inline">[staff-name-formatted]</a>
    		<p>[staff-position-formatted]</p>
    		<div style="display:none" class="fancybox-hidden">
    			<div id="test">
    				[staff-bio-formatted]
    			</div>
    		</div>
    	</div>
    [/staff_loop]

    Hi,

    I have had the same problem on my website using this theme.
    What was the solution for you guys?

    Cause the actual image that I upload are 1170×500, but end up being like 1170x~350 as you mention.

    However, when I show the page in a cellphone for example, it resizes like it should.

    Any tips for me? 🙂

Viewing 3 replies - 1 through 3 (of 3 total)