[Помогите] Проблема с акциями и картой сайта

Тема в разделе "OpenCart", создана пользователем punishermax1, 19 фев 2015.

  1. punishermax1

    punishermax1

    Регистрация:
    13 фев 2015
    Сообщения:
    10
    Симпатии:
    0
    Главное страница выглядит так
    Из скрина:
    1. Кнопка акций
    2. Кнопка карты сайта
    3. Модуль SmartBox - Smart Slider (ver 1.3.0) .

    -Layout: Home.
    -Position: Content Bottom.
    -Sort Order: 0
    4. Модуль лидеры продаж
    -Layout: Home.
    -Position: Column Right.
    -Sort Order: 2
    5. Модуль новых поступлений
    -Layout: Home.
    -Position: Content Bottom.
    -Sort Order: 1
    6. Модуль Акции
    -Layout: Home.
    -Position: Column Left.
    -Sort Order: 2

    Проблема заключается в том что в двух пунктах меню Акции и Карта Сайта, модули (3,4,5,6) также отображаются, пример скрин 2. Так как я поставил Content Bottom стоят ниже акций. В чем может быть проблема? Даже не представляю где начинать ковырять.
    Файл sitemap.tpl - аналогичен дефолтному
    Файл special.tpl - аналогичен дефолтному, кроме смен в части дизайна.
     
  2. Globe-Star

    Globe-Star ...

    Регистрация:
    7 май 2013
    Сообщения:
    421
    Симпатии:
    123
    ссылку на сайт пациент, так и помогу, по картинкам ничего не сказать нереально
     
  3. punishermax1

    punishermax1

    Регистрация:
    13 фев 2015
    Сообщения:
    10
    Симпатии:
    0
    http://maksmart.cz/ снял с режима обслуживания
    --- Добавлено, 20 фев 2015 ---
    Заметил в коде что почему то модуль Smart Slider вызывается с дефолтного шаблона.


    Код:
    var productsForSlider     = [];
    
    var getSlides            = function(){return {"properties":{"title":"Ariel-akce","width":"98%","height_auto":"true","slider_size":"609-l-251","height":"301","responsive":"on","forceresponsive":"on","responsiveunder":"0","sublayercontainer":"0","autostart":"on","pauseonhover":"on","firstlayer":"1","animatefirstlayer":"on","twowayslideshow":"on","loops":"0","forceloopnum":"on","autoplayvideos":"on","autopauseslideshow":"auto","youtubepreview":"maxresdefault.jpg","keybnav":"on","skin":"lightskin","backgroundcolor":"#ffffff","backgroundimage":"data\/akce-sab1.png","image_size":"609-l-251","sliderstyle":"","navprevnext":"on","navbuttons":"on","hoverprevnext":"on","hoverbottomnav":"on","thumb_nav":"hover","thumb_width":"20%","thumb_height":"20%","thumb_container_width":"80%","thumb_active_opacity":"35","thumb_inactive_opacity":"100","imgpreload":"on","relativeurls":"on","yourlogo":"","yourlogostyle":"","yourlogolink":"","yourlogotarget":"_self","cbinit":"function(element) { }","cbstart":"function(data) { }","cbstop":"function(data) { }","cbpause":"function(data) { }","cbanimstart":"function(data) { }","cbanimstop":"function(data) { }","cbprev":"function(data) { }","cbnext":"function(data) { }","slider_id":"7gu3b","date_c":"2015-02-18 19:16:58","date_m":"2015-02-18 19:16:58"},"layers":[{"properties":{"background":"","slidedirection":"top","slidedelay":"1000","durationin":"1000","easingin":"easeInOutQuint","delayin":"0","durationout":"1000","easingout":"easeInOutQuint","delayout":"0","id":"","deeplink":"","thumbnail":""}},{"properties":{"background":"data\/akce-sab2.png","image_size":"609-l-251","slidedirection":"top","slidedelay":"999000","durationin":"4000","easingin":"easeInOutQuint","delayin":"1000","durationout":"1500","easingout":"easeOutBounce","delayout":"0","id":"","deeplink":"","thumbnail":""}}]};}
    
    var mainImagePath        = "image/"
    
    var layerLabelPath        = "http://maksmart.cz/catalog/view/theme/default/stylesheet/smartslider/smartlabel/"
        function smartSliderStart(parallax) {
            jQuery("#smartslider").smartSlider({
                parallaxIn : parallax,
                parallaxOut : parallax,
                width : '98%',
                height : $("#smartslider").height(),
                responsive : true,
                responsiveUnder : 0,
                sublayerContainer : 0,
                autoStart : true,
                pauseOnHover : true,
                firstLayer : 1,
                animateFirstLayer : true,
                randomSlideshow : false,
                twoWaySlideshow : true,
                keybNav : true,
                touchNav : false,
                imgPreload : true,
                navPrevNext : true,
                navStartStop : false,
                navButtons : true,
                hoverPrevNext : true,
                hoverBottomNav : true,
                thumbnailNavigation : 'hover',
                tnWidth : '20%',
                tnHeight : '20%',
                tnContainerWidth : '80%',
                tnActiveOpacity : 35,
                tnInactiveOpacity : 100,
                skin : 'lightskin',
                skinsPath : 'http://maksmart.cz/catalog/view/theme/default/stylesheet/smartslider/smartskins/',
                globalBGColor : '#ffffff',
                globalBGImage : 'http://maksmart.cz/image/data/akce-sab1.png',
                yourLogo : false,
                yourLogoStyle : 'position: absolute; left: 10px; top: 10px; z-index: 99;',
                yourLogoLink : false,
                yourLogoTarget : '_self',
                loops : 0,
                forceLoopNum : true,
                autoPlayVideos : true,
                autoPauseSlideshow : 'auto',
                youtubePreview : 'maxresdefault.jpg',
                cbInit : function(element) { },
                cbStart : function(data) { },
                cbStop : function(data) { },
                cbPause : function(data) { },
                cbAnimStart : function(data) { },
                cbAnimStop : function(data) { },
                cbPrev : function(data) { },
                cbNext : function(data) { },
                youtubePreview : 'default.jpg'
            });
        };
    
     
  4. punishermax1

    punishermax1

    Регистрация:
    13 фев 2015
    Сообщения:
    10
    Симпатии:
    0
    Тему можно закрыть, проблему решил.