JDP 發表於 2013-4-10 15:03:06

JA_purity_II for Joomla 1.5 - KB927917 Problem

訊息: HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917)
行: 0
字元: 0
程式碼: 0

編輯 templates/purity_ii/libs/menu/mega.class.php
找到
var megamenu = new jaMegaMenuMoo ('ja-mainnav', {
                              'bgopacity': 0,
                              'delayHide': 1000,
                              'slide': <?php echo $slide ?>,
                              'fading': <?php echo $fade ?>,
                              'direction':'down',
                              'action':'mouseover',
                              'tips': false,
                              'duration': <?php echo $duration ?>,
                              'hidestyle': 'fastwhenshow'
                        });
改成
var megamenu = "";
      window.addEvent('load', function(){                              
                megamenu = new jaMegaMenuMoo ('ja-mainnav', {
                        'bgopacity': 0,
                        'delayHide': 1000,
                        'slide': <?php echo $slide ?>,
                        'fading': <?php echo $fade ?>,
                        'direction':'down',
                        'action':'mouseover',
                        'tips': false,
                        'duration': <?php echo $duration ?>,
                        'hidestyle': 'fastwhenshow'
                });
      });
Reference: http://www.joomlart.com/forums/showthread.php?52882-Unable-to-install
頁: [1]
查看完整版本: JA_purity_II for Joomla 1.5 - KB927917 Problem