weixin_33713350 2015-03-09 10:07 采纳率: 0%
浏览 13

用ajax shadow登录

I'm building this website with a Wordpress base. I use a Login-with-Ajax plugin to create the login pop-out.

When I added a simple php wp-nav-menu command (manually added in single pages using [insert_php] the nav bar doesn't disappear behind the shadow the login pop-out creates.

You can see what I mean in siodental.com and clicking on Acceder/Registrarse

I tried asking in the plugin support forum but its pretty dead.

The code I added in every page I want my menu on is:

[insert_php]wp_nav_menu( array('menu' => 'info','theme_location' => 'Main Navigation',
     'container_id' => 'cssmenu',   'walker' => new CSS_Menu_Maker_Walker()) );[/insert_php]
  • 写回答

1条回答 默认 最新

  • weixin_33691598 2015-03-09 17:17
    关注

    I had to simply use z-index:0 on my nav menu css!

    评论

报告相同问题?

悬赏问题

  • ¥15 微信会员卡等级和折扣规则
  • ¥15 微信公众平台自制会员卡可以通过收款码收款码收款进行自动积分吗
  • ¥15 随身WiFi网络灯亮但是没有网络,如何解决?
  • ¥15 gdf格式的脑电数据如何处理matlab
  • ¥20 重新写的代码替换了之后运行hbuliderx就这样了
  • ¥100 监控抖音用户作品更新可以微信公众号提醒
  • ¥15 UE5 如何可以不渲染HDRIBackdrop背景
  • ¥70 2048小游戏毕设项目
  • ¥20 mysql架构,按照姓名分表
  • ¥15 MATLAB实现区间[a,b]上的Gauss-Legendre积分