Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter khamworld

    (@khamworld)

    Thanks a lot.

    I don’t know if this can help but here are the debug information below.

    Javascript :

    /* Run FooBox FREE (v2.5.1) */
    (function( FOOBOX, $, undefined ) {
    FOOBOX.o = {wordpress: { enabled: true },
    excludes:’.fbx-link,.nofoobox,.nolightbox,a[href*=”pinterest.com/pin/create/button/”]’,
    affiliate : { enabled: false },
    error: “Could not load the item”};
    FOOBOX.init = function() {
    $(“.fbx-link”).removeClass(“fbx-link”);
    $(“.gallery,
    .wp-caption,
    a:has(img[class*=wp-image-]),
    .post a:has(img[class*=wp-image-]),
    .foobox”).foobox(FOOBOX.o);
    };
    }( window.FOOBOX = window.FOOBOX || {}, FooBox.$ ));

    FooBox.ready(function() {

    jQuery(“body”).append(“<span style=\”font-family:’foobox’; color:transparent; position:absolute; top:-1000em;\”>f</span>”);
    FOOBOX.init();
    jQuery(‘body’).on(‘post-load’, function(){ FOOBOX.init(); });

    });

    Settings :

    Array
    (
    [enable_galleries] => on
    [enable_captions] => on
    [enable_attachments] => on
    [hide_scrollbars] => on
    [show_count] => on
    [count_message] => item %index of %total
    [error_message] => Could not load the item
    [close_overlay_click] => on
    [enable_debug] => on
    )

Viewing 1 replies (of 1 total)