定制 ixtensa/zixmobilenavi 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

ixtensa/zixmobilenavi

Composer 安装命令:

composer require ixtensa/zixmobilenavi

包简介

Smartphone navigation with left and right panel function and special mobile navigation for Contao using jQuery and css transition.

README 文档

README

!!! IMPORTANT NOTICE !!!

  • Version: Extension include scripts only for Contao >=3.2, <=3.6>

What is this repository for?

  • Mobile navigation for Contao
  • Version: 1.0.1

How do I get set up?

  1. Copy folder to /system/modules/
  2. Create Navigation FE-Module and choose as template /system/modules/assets/templates/nav_default_zixMobile.html5.
  3. Create a new page layout and choose only header, main row and footer without left and right column. (if you need left or right column, you can choose this option, but set the column with to 100%).
  4. Include Navigation FE-Module in page layout by "included modules" in Header.
  5. Set viewport "initial-scale=1.0, user-scalable=no, width=device-width".
  6. Choose in page layout jQuery-Templates the direction j_mobilenavigation-LeftPanel or j_mobilenavigation-rightPanel which direction you wish.
  7. Set Overall with to 100%
  8. The pages with only one subpage will not displayed in the mobile navigation, because of this feature you must have a overview page and one subpage. It's mean you need 2 subpages. The Parentpage will redirect to the overview page.

    For example:

    Parentpage -> redirect to overviewpage
    	overview page
    	subpage
    
  9. The pages without subpages will open normaly

  10. The extansion remove the some attributes from figure, images, videos and tables. See code below!

    /* Remove attributes and classes */
    $('body').find('.image_container').removeAttr('style').removeClass('float_left float_right float_above');
    $('body').find('.image_container img').removeAttr('width height');
    $('body').find('video').removeAttr('width height');
    $('.ce_form').find('table td').removeAttr('width');
    

How it's work?

  • The files /system/modules/assets/js/MobileNavigation.js, /system/modules/assets/js/MobileNavigationCore.js, /system/modules/assets/js/modernizr-2.6.2.min.js and /system/modules/assets/css/mobilenavigation.css/ or .scss included automaticaly if device are a Mobile, Android or IOS

  • Touchswipes is also included in /system/modules/config/config.php. If you use any another extension with jquery.touchSwipe.js comment this line in config.php

  • The Navigation include styles till level_3. If you wish more levels you musst style the css file in /system/modules/assets/ for your needs.

Who do I talk to?

  • Hakan Havutcuoglu
  • info@havutcuoglu.com

ixtensa/zixmobilenavi 适用场景与选型建议

ixtensa/zixmobilenavi 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 26 次下载、GitHub Stars 达 0, 最近一次更新时间为 2015 年 07 月 24 日, 在 PHP 生态内属于活跃度较高的组件。

它主要适用于以下技术方向: 「extension」 「mobile」 「navigation」 「contao」 「smartphone」 「smartphone navigation」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。

我们在过去多个企业项目中使用过 ixtensa/zixmobilenavi 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 ixtensa/zixmobilenavi 我们能提供哪些服务?
定制开发 / 二次开发

基于 ixtensa/zixmobilenavi 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 26
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 20
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: LGPL-3.0
  • 更新时间: 2015-07-24