Title: ipcst's Replies | WordPress.org

---

# ipcst

  [  ](https://wordpress.org/support/users/ipcst/)

 *   [Profile](https://wordpress.org/support/users/ipcst/)
 *   [Topics Started](https://wordpress.org/support/users/ipcst/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ipcst/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ipcst/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ipcst/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ipcst/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ipcst/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[evolve] Disable Menu Animation](https://wordpress.org/support/topic/disable-menu-animation/)
 *  Thread Starter [ipcst](https://wordpress.org/support/users/ipcst/)
 * (@ipcst)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/disable-menu-animation/#post-13144290)
 * 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!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Tubepress] How to resolve conflicting Shadowbox installations](https://wordpress.org/support/topic/plugin-tubepress-how-to-resolve-conflicting-shadowbox-installations/)
 *  Thread Starter [ipcst](https://wordpress.org/support/users/ipcst/)
 * (@ipcst)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-tubepress-how-to-resolve-conflicting-shadowbox-installations/#post-2749308)
 * I resolved this issue eventually. See this link for the solution:
 * [http://tubepress.org/forum/viewtopic.php?f=19&t=1408](http://tubepress.org/forum/viewtopic.php?f=19&t=1408)
 * Hope this helps someone!
 * Patrick Cunningham
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shadowbox JS] [Plugin: Shadowbox JS] Closing a Shadowbox](https://wordpress.org/support/topic/plugin-shadowbox-js-closing-a-shadowbox/)
 *  Thread Starter [ipcst](https://wordpress.org/support/users/ipcst/)
 * (@ipcst)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-shadowbox-js-closing-a-shadowbox/#post-2741998)
 * 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](http://www.mysite.com/pageiwason.htm)
   is the url of the parent page the Shadowbox opened from.
 * Patrick Cunningham

Viewing 3 replies - 1 through 3 (of 3 total)