dpz90118 2019-02-04 10:32
浏览 74

响应式菜单在主页面中快速关闭

I have an issue with Responsive menu, when I click on the menu it open and closes quickly, but this just happen in the main menu, because in the other pages it doesn’t happen. All the pages takes the same menu.php, I restored a backup menu.php file and happens the same thing, I also restored the homepage.php and the header.php and nothing changes, the same issue.

<?php /* Template Name: Home Page */ ?>

<?php include ( TEMPLATEPATH . '/header.php'); ?>
<?php include ( TEMPLATEPATH . '/includes/nav/menu-sup.php'); ?>
<?php include ( TEMPLATEPATH . '/includes/varios/quick-contact.php'); ?>

    <?php if ( have_posts() ) : ?>

        <?php while ( have_posts() ) : the_post(); ?>

            <?php include ( TEMPLATEPATH . '/includes/home/slider.php'); ?>
            <div align="center">
    <a href="http://page.org/page/" target="_blank"><img src="http://www.page.org/wp-content/themes/page/images/22.jpg" /></a>
        <a href="http://pagecalendar" target="_blank"><img src="http://www.page.org/wp-content/themes/page/images/portal31.png" /></a>  
    <a href="https://www.facebook.com/pg/page.org/photos/?tab=album&album_id=168951596363636788" target="_blank"><img src="http://www.page.org/wp-content/themes/page/images/GOLF.png" /></a>
    <!--<a href="http://page.org/padel" target="_blank"><img src="http://www.page.org/wp-content/themes/page/images/PADELRESP.gif" /></a>-->
    <a href="http://page.org/no-category/forjm/#anchor/" target="_blank"><img src="http://www.page.org/wp-content/themes/page/images/bannerweb2.png" /></a>

</div>
            <?php include ( TEMPLATEPATH . '/includes/intros/home-intro.php'); ?>
            <?php include ( TEMPLATEPATH . '/includes/home/colaborate.php'); ?>
            <div align="center">
       <a href="http://www.radio.com" target="_blank"> <img src="http://www.page.org/wp-content/themes/page/images/radio3mobile.png" /></a>
      <!-- <a href="http://www.page.org/document_oficials/N1 Magazine.pdf" target="_blank"> <img src="http://www.page.org/wp-content/themes/page/images/magazinemobile.jpg" /></a>-->
      <a href="http://page.org/magazine/" target="_blank"> <img src="http://www.page.org/wp-content/themes/page/images/magazinemobile.jpg" /></a>
</div>
            <?php include ( TEMPLATEPATH . '/includes/home/loop-news.php'); ?>

        <?php endwhile; ?>

    <?php else: ?>
        <?php include ( TEMPLATEPATH . '/includes/vars/loop-void.php'); ?>
    <?php endif; ?>

    <!--<?php include ( TEMPLATEPATH . '/includes/home/newsletter.php'); ?>-->

<?php include ( TEMPLATEPATH . '/includes/nav/menu-inf.php'); ?>  
<?php include ( TEMPLATEPATH . '/footer.php'); ?>
  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 vc6.0中想运行代码的时候总是提示无法打开文件是怎么回事
    • ¥25 关于##爬虫##的问题,如何解决?:
    • ¥15 ZABBIX6.0L连接数据库报错,如何解决?(操作系统-centos)
    • ¥15 找一位技术过硬的游戏pj程序员
    • ¥15 matlab生成电测深三层曲线模型代码
    • ¥50 随机森林与房贷信用风险模型
    • ¥50 buildozer打包kivy app失败
    • ¥30 在vs2022里运行python代码
    • ¥15 不同尺寸货物如何寻找合适的包装箱型谱
    • ¥15 求解 yolo算法问题