rockindoublej
Forum Replies Created
-
Awesome, that fixed it. Thank you!
Forum: Plugins
In reply to: [Plugin: Shadowbox JS] Setting images, pdf’s, etc to scroll when opened?Is anyone out there to help? I still need this resolved.
Forum: Plugins
In reply to: [Plugin: Shadowbox JS] Setting images, pdf’s, etc to scroll when opened?Here is what MJ says to do, but I am not sure how to make this work in WP. I did get a pdf to work, so I guess I will convert all files to pdf and post them this way. I would still like help with this Sivel if you would please.
‘Instead of using the image player, you could try using the iframe player. An iframe will automatically use scroll bars if the image is too large for it. So try using a function like this:
function openInIframe(img) {
Shadowbox.open(img, { player: ‘iframe’ });
return false;
}
And then in your markup, you could call the function when your link is clicked, like this:
My Image‘Forum: Plugins
In reply to: [Plugin: Shadowbox JS] Setting images, pdf’s, etc to scroll when opened?To let you know, I am using WP 2.8.6 and Vista. You can see my issue here: under Walter Bohaty in the sentence that offers his video script. I have used other options everywhere else though I would rather figure out this issue. I have tried all 3 options on this particular image, it is currently on drag but is not working as you can see.
Forum: Plugins
In reply to: [Plugin: Shadowbox JS] 2 sites, works on one and not the OtherI have it working now Thanks to BIG help from Kyled on the WordPress forum for plugins and hacks.