Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • heathernew
    Participant

    @heathernew

    <?php if ( count($expertise) <= 5 ) : ?>
    	<div class="expertise">
    		<p><strong>Areas of Expertise:</strong></p>
    		ul>
    			<?php $track <= 5; foreach ( $expertise as $area ) : $track++; ?>
    				<li><?php echo $area; ?></li>
    				
    		<?php if ( $track== ceil( count($expertise) / 3 ) ) : $track = 0; ?>
    		/ul>
    		ul>
    		<?php endif; ?> 
    				
    			<?php endforeach; ?>
    		/ul>
    	</div>
    <?php endif; ?>

    This is located in the member-header.php


    heathernew
    Participant

    @heathernew

    I found a way to hide the list if they didn’t choose the suggested number but ideally I would like it to give them a pop up notification that you can only select 5 instead of just being listed in the description under the box.


    heathernew
    Participant

    @heathernew

    Any luck with this yet Nick? I’m also wanting to do the same thing, javascript would be great with a little more instruction

Viewing 3 replies - 1 through 3 (of 3 total)
Skip to toolbar