Forums

[Plugin: WP-Table Reloaded] Shadowbox (6 posts)

  1. noorafifi
    Member
    Posted 6 months ago #

    I can't get the Images Textlink under http://altawfik.co/projects/ to open the shadowbox.
    Any suggestions.

  2. noorafifi
    Member
    Posted 6 months ago #

    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

  3. noorafifi
    Member
    Posted 6 months ago #

    It should open like this link

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

  4. TobiasBg
    Member
    Posted 6 months ago #

    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

  5. noorafifi
    Member
    Posted 6 months ago #

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

  6. TobiasBg
    Member
    Posted 6 months ago #

    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

Reply

You must log in to post.

About this Topic