Support » Plugin: Advanced AJAX Page Loader » [Plugin: Advanced AJAX Page Loader] IT WORK : FORCE Fancybox to load !!!

  • Resolved JibsouX

    (@jibsoux)


    After multiple hours..
    IT’s SO SIMPLE :

    So in wordpress :
    1 – (media management) upload your image and insert image to post.

    2 – follow the 3 little steps :
    a : Step 1
    b : Step 2
    c : Step 3

    3 – Put this code in “Click Code” zone in plugin setting

    jQuery('a.popup').live('mouseenter', function(){
            jQuery(this).fancybox({ titleShow: false, overlayOpacity: .8, overlayColor: '#000' });
        });

    !!! for this example image must have this class : popup !!!

    but you can change it if you want by changing le word “popu” in the code & change the image class

    http://wordpress.org/extend/plugins/advanced-ajax-page-loader/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Dean Williams

    (@deano1987)

    none of the images work so I couldnt find out what those steps where but thanks for sharing a way to get this working – could you provide me the images at: deano@resplace.net

    I will then put this up on my reload code page.

    That worked great Jibsoux!
    Instead of ‘a.popup’ I used ‘.gallery a’

    That worked fine!
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Advanced AJAX Page Loader] IT WORK : FORCE Fancybox to load !!!’ is closed to new replies.