Mobile Menu and regular menu showing on page

Posted in: Newspaper
Post count: 44

Safari in iPhone and yes I cleared cache

Post count: 26

Hey its due to the below codes:

menu-mobile.php needs come under div.

Older Version :

<div id=”td-outer-wrap”>

<div class=”td-transition-content-and-menu td-mobile-nav-wrap”>
<?php locate_template(‘parts/menu-mobile.php’, true);?>
</div>

<?php //this is closing in the footer.php file ?>
<div class=”td-transition-content-and-menu td-content-wrap”>

New version :

<div class=”td-scroll-up”><i class=”td-icon-menu-up”></i></div>

<?php locate_template(‘parts/menu-mobile.php’, true);?>
<?php locate_template(‘parts/search.php’, true);?>

<div id=”td-outer-wrap”>
<?php //this is closing in the footer.php file ?>

Post count: 44

Can you be more specific? What file to edit? I don’t see anything with that code on it?

Post count: 37

I same the same issue and it’s frustrating. I disabled the mobile theme completely until the fix arrives.

Post count: 22421

Hi,

Unfortunately we have nothing to fix. We only received 1 email from this topic and that person had everything running properly. If you use w3 total cache or any other cache plugins except wp super cache, please switch and use the recommended one and if you still have trouble with this please send us an email so we can inspect your site to identify the issue as there will be a fix if we can’t identify what’s wrong.

contact@tagdiv.com and provide a link to this topic.

Thank you!

Viewing 5 posts - 26 through 30 (of 30 total)
The forum ‘Newspaper’ is closed to new topics and replies.