I can't get the Images Textlink under http://altawfik.co/projects/ to open the shadowbox.
Any suggestions.
I can't get the Images Textlink under http://altawfik.co/projects/ to open the shadowbox.
Any suggestions.
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
It should open like this link
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
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
You must log in to post.