Forums
(@bocco)
12 years, 4 months ago
delete this code from content-blocks.php <!–BLOCK1 START–> <?php if ((!empty ($asteria[‘block1_text_id’])) || (!empty ($asteria[‘block1_textarea_id’])) ) { ?>
<?php if (!empty ($asteria[‘block1_link_id’])){ ?> “><?php } ?> <div class=”midrow_block”> <div class=”mid_block_content”> <?php if( ($asteria[‘block1_icon’] == “no-icon”) || (empty($asteria[‘block1_icon’])) ){ ?> <?php }else{ ?> <div class=”block_img”><div class=”icon_wrap”><i class=”<?php echo $asteria[‘block1_icon’]; ?> fa-2x”></i></div></div> <?php } ?> <h3><?php echo $asteria[‘block1_text_id’]; ?></h3> <p><?php echo do_shortcode($asteria[‘block1_textarea_id’]); ?></p>
</div> </div> <?php if (!empty ($asteria[‘block1_link_id’])){ ?> <?php } ?>
<?php } ?> <!–BLOCK1 END–>
it works