Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author joelmoney

    (@joelmoney)

    Great idea. We will try to work this into the next release. Thanks!

    hi there,

    is it possible to remove the ad that displays on this plugin?

    Is it possible to somehow set the reference switch from a normal cell types and back?

    I mean links mobile – Full

    Hi, very nice tool. Is it possible to change the Blog Title Text Size, cause mine doesnt fit on the screen!

    and what about the images in the blog? Will there be a support for theme to appear on mobile also?

    Alex

    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 😉

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: Verve Mobile] Feature Request’ is closed to new replies.