• My apologies Jan if this is not the right place for this, if it’s not, please direct me to the right forum. I have a client that love this particular theme, however the social media icons in the top corner of it completely take a visitor off of her site, she want it to open to another window. I know it’s a simple addon of target = “_blank” to it, but for the life of me, I can’t get it to work. Here’s the code from the theme’s file, can you please tell me exactly where and how it should go…

    <?php
    /*
    ** Template to Render Social Icons on Top Bar
    */
    for ($i = 1; $i < 8; $i++) : 
    	$social = esc_attr(get_theme_mod('plum_social_'.$i));
    	if ( ($social != 'none') && ($social != '') ) : ?>
    	<a>"><i class="fa fa-<?php echo $social; ?>"></i></a>
    	<?php endif;
    endfor; ?>

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Target=Blank Frustrations’ is closed to new replies.