Thread Starter
ipcst
(@ipcst)
I found the answer:
* {
-webkit-animation: none !important;
}
added to the ‘Additional css’
Much better, though it would be nice to have a little fade on the transition.
It would be quite easy to offer control over this in the customizer section – shame it isn’t there!
Thread Starter
ipcst
(@ipcst)
I resolved this issue eventually. See this link for the solution:
http://tubepress.org/forum/viewtopic.php?f=19&t=1408
Hope this helps someone!
Patrick Cunningham
Thread Starter
ipcst
(@ipcst)
I finally found a solution to this, so in case anyone has the same issue here it is. It’s so simple it seems stupid:
in place of
else
{document.write("<a href='Shadowbox.close();'>Close Window</a>");}
else
{document.write("<a href='http://www.mysite.com/pageiwason.htm' target='_top'>Close Window</a>");}
where http://www.mysite.com/pageiwason.htm is the url of the parent page the Shadowbox opened from.
Patrick Cunningham