• Closed
  • J.A.
    Spectator
    December 9, 2013 at 11:38 pm #8177

    Hello,

    when I open my website (www.deutschrapreleases.de) via mobile phone and want to open the menu, it looks like this:
    2l5rshym.png

    The menu is displayed twice while on the original page this mistake doesn’t happen. Why is that and how can I change that?

    Thanks in advance

    vsick

    Roman
    Spectator
    Posts: 3147
    December 16, 2013 at 5:37 pm #8759

    to the first question, sorry we don’t support any theme modification in our support forum. to remove the previous/next link you need to edit index.php file and remove all this at line # 312:

    Code:
    <?php $options = get_option(‘evolve’); if (($evl_post_links == “”) || ($evl_post_links == “after”) || ($evl_post_links == “both”)) { ?>

    <?php get_template_part( ‘navigation’, ‘index’ ); ?>

    <?php } ?>