Avatar aleksey.vinitskiy asked

dont slide accordion when Firefly is turn off!

Hello, I get dont slide accordion menu in sidebar-a or sidebar-b if i Firefly is turn off.
When you refresh the page it just opens all and dont slide.
Sorry my eng)
radiance theme 1.02, joom 2.5

  • Bug Report
  • Radiance

Edited

6 Answers

1

Avatar zoocart answered

/templates/yoo_radiance/styles/iceblue/js/template.js

/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */  

(function($){  

    $(document).bind('ready', function() {  

        var config = $('body').data('config') || {};  

        // Firefly effect  
        /*$.firefly({  
                images :  
                [  
                    WarpThemePath+'/styles/iceblue/images/firefly/spark1.png',   
                    WarpThemePath+'/styles/iceblue/images/firefly/spark2.png'  
                ],            
                total : 75  
        });  
        */  
        // Accordion menu  
        $('.menu-sidebar').accordionMenu({ mode:'slide' });  

        // Dropdown menu  
        $('#menu').dropdownMenu({ mode: 'slide', dropdownSelector: 'div.dropdown'});  

        // Smoothscroller  
        $('a[href="#page"]').smoothScroller({ duration: 500 });  

        // Fix Browser Rounding  
        $('.grid-block').matchWidth('.grid-h');  

        // Social buttons  
        $('article[data-permalink]').socialButtons(config);  

        // Match height of div tags  
        var matchHeight = function(){  
            $('#top-a .grid-h').matchHeight('.deepest');  
            $('#top-b .grid-h').matchHeight('.deepest');  
            $('#bottom-a .grid-h').matchHeight('.deepest');  
            $('#bottom-b .grid-h').matchHeight('.deepest');  
            $('#innertop .grid-h').matchHeight('.deepest');  
            $('#innerbottom .grid-h').matchHeight('.deepest');  
            $('#maininner, #sidebar-a, #sidebar-b').matchHeight();  
        };  

        matchHeight();  

        $(window).bind("load", matchHeight);  

    });  

})(jQuery);
0

Avatar stefan.sidholm answered

Hi,

I use the latest version 1.0.2 & custom style. Menu & accordion don't slide anymore with enabled firefly!

Best Regards,

Jean

-1

Avatar artur Yootheme answered

hi,

it seems that you don't use the latest theme version...please update to the latest version.

greets,
artur

Know someone who can answer? Share a link to this question via email or twitter.