JohnnyTest
Forum Replies Created
-
Basically just switching the default pop up thing from thickbox to fancybox fixed it for me. Of course it takes a little bit of work changing some of the markup and adding the necessary scripting but it was worth it to salvage using the plugin.
Since I switched the back end to fancybox it is working. I had to of course change the href of the upload photo and delete links and add a trigger class to them in the gallery_details.php file. Also add the jquery initiator for them and up at the top and commented out the tb_show function triggered by the onclick, but left the value setting function. Lastly, removed the display none from the divs that actually contained the forms and wrapped them all in a div container with display none. Its working fine now that I switched to Fancy. Of course I’m left in the position of having to disable upgrades now though in fear of it breaking again….no idea what the cause of this is. Disabled all plugins and tried the fix above to get thickbox to work but I was on a deadline….
actually I noticed that you included fancybox in your plugin and reworked some stuff in the gallery-details.php file to accomodate the change and now its working for me.
actually this doesn’t seem to have cleared up the issue for me. I’m having the same problem. Is the tb_Window supposed to have content in it? when I firebug or chrome console it, i see nothing in the tb_window div.