Access our premium support and let us know your problems, we will help you solve them.

0
No products in the cart.

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • blankkarol-may
    Participant

    After many hours I solved the problem simply by change:

    $(this).fancybox({
    to:
    $.fancybox(this,{

    $('#Contact').ready(function(){
        $('a#Contact-Map').live('click',function(event){
            event.preventDefault();
            $.fancybox(this,{
                'transitionIn'  :   'elastic',
                'transitionOut' :   'elastic',
                'speedIn'           :   600, 
                'speedOut'          :   200, 
                'overlayShow'   :   true
            });
        });
    
    });
    
    
Viewing 1 post (of 1 total)