Forum Replies Created

Viewing 2 replies - 16 through 17 (of 17 total)
  • Thread Starter Oliver

    (@oliverraduner)

    Thanks for your answer @ampforwp

    In my opinion, you don’t have to officially support the AddThis Share Button plugin but would rather focus on allowing an easy creation of custom themes for AMP (and e.g. don’t delete custom theme folder like /templates/design-manager/design-my-customizations when updating the plugin files… )

    Best regards,
    Oliver

    Oliver

    (@oliverraduner)

    Hi @foreverlearning
    I was looking for the same and solved it:

    1) open the “header-bottom.php” file from wp-content/plugins/wptouch/themes/bauhaus/default/header-bottom.php
    2) go to line #40: <div id=”menu-toggle”…
    3) comment-out the whole line like this:

    <?php /*<div id="menu-toggle" class="menu-btn tappable show-hide-toggle <?php if ( bauhaus_is_menu_position_default() ) { echo 'menu-left'; } else { echo 'menu-right'; } ?>" data-effect-target="menu" data-menu-target="menu" role="button"><!--icon-reorder--></div>*/ ?>

    4) save & done – wptouch won’t show the menu in the top anymore

    Cheers,
    Oliver

Viewing 2 replies - 16 through 17 (of 17 total)