To remove the advertisement.
go to:
wp-content/plugins/verve-mobile-plugin/themes/verve-mobile-one/header.php
or
wp-content/plugins/verve-mobile-plugin/themes/verve-mobile-two/header.php
(depends on which theme you use)
search for this code:
<div id="adUnit">
<?php echo verve_verve_advertisement(); ?>
</div>
<!-- end adUnit -->
Replace it with this code:
<div id="adUnit">
<?php //echo verve_verve_advertisement(); ?>
</div>
<!-- end adUnit -->
Had a difficult time finding it, so i thought i’d share it with you 😉
Thanks for the fast fix, really helped me out after updating. Keep up the good work ^^