Example #1
0
						<?php 
        if (isset($meta['icon-link-four']) && isset($meta['icon-four'])) {
            ?>

						<a class="big-icon-link" href="<?php 
            echo esc_url($meta['icon-link-four']);
            ?>
">

						<?php 
        }
        ?>

							<?php 
        $iconbgcolor = retro_get_icons_background_color($post->ID);
        ?>

							<span class="<?php 
        echo $meta['icon-four'];
        ?>
" style="background-color: <?php 
        esc_attr_e($iconbgcolor);
        ?>
; -webkit-box-shadow: inset 0 0 0 4px <?php 
        esc_attr_e($iconbgcolor);
        ?>
, inset 0 0 0 8px #F5EEE3; -moz-box-shadow: inset 0 0 0 4px <?php 
        esc_attr_e($iconbgcolor);
        ?>
, inset 0 0 0 8px #F5EEE3; -o-box-shadow: inset 0 0 0 4px <?php 
echo $mb->get_the_value('column-four-content');
?>
</textarea>	
	</label>
</p>

<h2><?php 
_e('Other Setting', 'openframe');
?>
</h2>
<p><strong><?php 
_e('Icons Background Color', 'openframe');
?>
</strong></p>
<p>
	<label>
		<input type="text" class="retro-iris-picker large-text code" name="<?php 
$mb->the_name('icons-bg-color');
?>
" value="<?php 
$mb->the_value('icons-bg-color');
?>
" placeholder="<?php 
esc_attr_e(retro_get_icons_background_color(isset($_GET['post']) && intval($_GET['post']) ? $_GET['post'] : null));
?>
" />
	</label>
</p>

<?php 
$mb->the_group_close();