[Plugin: WordPress Content Slide] Hide blank text div
-
When enabling text display on slider and any slider doesn’t contains text or header then it display blank text container at bottom of slider. So, i change some code on approx line#320.
<?php if( $images['heading'] != '' || $images['text'] != ''){ ?> <span> <h4><?php echo $images['heading'];?></h4> <?php echo $images['text'];?> </span> <?php } ?> <?phpNow, it is displaying the text container only if the heading or description is entered.
The topic ‘[Plugin: WordPress Content Slide] Hide blank text div’ is closed to new replies.