Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter noorafifi

    (@noorafifi)

    I noticed you (Tobias) found a solution for lightbox below
    <<<<<Please open the file “lightboxplus.php” in the “lightbox-plus” folder and change line 138 from

    add_filter( ‘the_content’, array( &$this, ‘filterLightboxPlusReplace’ ) );

    to

    add_filter( ‘the_content’, array( &$this, ‘filterLightboxPlusReplace’ ), 12 );

    (note the 12 at the end, which will tell WordPress to execute that filter function after WordPress Shortcodes are evaluated).>>>

    I can’t figure out what to change in shawdowbox

    Thread Starter noorafifi

    (@noorafifi)

    It should open like this link

    http://altawfik.co/wp-shadowbox-test/

    Hi,

    from how I understand the loading mechanism in Shadowbox, you will have to disable the “Smart Loading” on the options screen of the plugin.

    Regards,
    Tobias

    Thread Starter noorafifi

    (@noorafifi)

    Thank you Thank you Thank you Tobias. That did the trick. Appreciate it a lot 🙂

    Hi,

    no problem, you are welcome!

    As a sidenote: You might want to check the HTML code that holds the links for the images. It seems that there is a <b> tag within the closing </a> tag somehow.

    Best wishes,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘[Plugin: WP-Table Reloaded] Shadowbox’ is closed to new replies.