Проблема Материал K2 не воспринимает коды Bootstrap

Тема в разделе "K2", создана пользователем AlBo, 18.01.2016.

  1. Offline

    AlBo Недавно здесь

    Регистрация:
    17.01.2016
    Сообщения:
    5
    Симпатии:
    0
    Пол:
    Женский
    С помощью модуля Sj K2 Mega News хочу вывести новости на главной. Но, на странице материала коды Bootstrap не работают, хотя в обычных материалах (не K2) проблем с этим нет.
    Библиотека Bootstrap вроде подгружется:

    Код (CODE):
    1. <!DOCTYPE html>
    2. <!--[if lt IE 7]>      <html prefix="og: http://ogp.me/ns#" class="no-js lt-ie9 lt-ie8 lt-ie7"  lang="ru-ru"> <![endif]-->
    3. <!--[if IE 7]>         <html prefix="og: http://ogp.me/ns#" class="no-js lt-ie9 lt-ie8"  lang="ru-ru"> <![endif]-->
    4. <!--[if IE 8]>         <html prefix="og: http://ogp.me/ns#" class="no-js lt-ie9"  lang="ru-ru"> <![endif]-->
    5. <!--[if gt IE 8]><!--><html prefix="http://www.new.ru/index.php/component/k2/item/4-otzyv-o-filme" />
    6.   <meta http-equiv="/templates/vina_fashion_ii/favicon.ico" rel="/media/system/css/modal.css" type="/templates/vina_fashion_ii/css/bootstrap.min.css" type="/templates/vina_fashion_ii/css/bootstrap-responsive.min.css" type="/plugins/system/helix/css/font-awesome.css" type="/plugins/system/helix/css/mobile-menu.css" type="/templates/vina_fashion_ii/css/template.css" type="/templates/vina_fashion_ii/css/gallery.css" type="/templates/vina_fashion_ii/css/animate.css" type="/templates/vina_fashion_ii/css/presets/preset1.css" type="/modules/mod_maximenuck/themes/pink/css/maximenuck.php?monid=maximenuck98" type="/modules/mod_maximenuck/assets/maximenuresponsiveck.css" type="/media/system/js/mootools-core.js" type="/media/system/js/core.js" type="/media/system/js/mootools-more.js" type="/media/system/js/modal.js" type="/media/jui/js/jquery.min.js" type="/media/jui/js/jquery-noconflict.js" type="/media/jui/js/jquery-migrate.min.js" type="/components/com_k2/js/k2.js?v2.6.9&amp;sitepath=/" type="/plugins/system/helix/js/jquery-noconflict.js" type="/media/jui/js/bootstrap.min.js" type="/plugins/system/helix/js/modernizr-2.6.2.min.js" type="/templates/vina_fashion_ii/js/helix.core.js" type="/plugins/system/helix/js/menu.js" type="/templates/vina_fashion_ii/js/my.js" type="/templates/vina_fashion_ii/js/wow.js" type="/media/jui/js/jquery.ui.core.min.js" type="/modules/mod_maximenuck/assets/maximenuck.js" type="/modules/mod_maximenuck/assets/fancymenuck.js" type="text/javascript"></script>
    7.   <script type="text/javascript">
    8.         jQuery(function($) {
    9.             SqueezeBox.initialize({});
    10.             SqueezeBox.assign($('a.modal').get(), {
    11.                 parse: 'rel'
    12.             });
    13.         });
    14.         function jModalClose() {
    15.             SqueezeBox.close();
    16.         }
    17. spnoConflict(function($){
    18.                     function mainmenu() {
    19.                         $('.sp-menu').spmenu({
    20.                             startLevel: 0,
    21.                             direction: 'ltr',
    22.                             initOffset: {
    23.                                 x: 0,
    24.                                 y: 0
    25.                             },
    26.                             subOffset: {
    27.                                 x: 0,
    28.                                 y: 0
    29.                             },
    30.                             center: 0
    31.                         });
    32.             }
    33.             mainmenu();
    34.             $(window).on('resize',function(){
    35.                 mainmenu();
    36.             });
    37.             });
    38. jQuery(document).ready(function(jQuery){jQuery('#maximenuck98').DropdownMaxiMenu({fxtransition : 'linear',dureeIn : 0,dureeOut : 500,menuID : 'maximenuck98',testoverflow : '0',orientation : 'horizontal',behavior : 'mouseover',opentype : 'open',fxdirection : 'normal',directionoffset1 : '30',directionoffset2 : '30',showactivesubitems : '0',ismobile : 0,menuposition : '0',effecttype : 'dropdown',fxduration : 500});});
    39. jQuery(window).load(function(){
    40.             jQuery('#maximenuck98').FancyMaxiMenu({fancyTransition : 'linear',fancyDuree : 500});});
    41.   </script>
     
  2.  

Поделиться этой страницей

Загрузка...