Title: will.ph's Replies | WordPress.org

---

# will.ph

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [WordPress toolbar not showing in front-end after update to 3.9.1](https://wordpress.org/support/topic/wordpress-toolbar-not-showing-in-front-end-after-update-to-391/)
 *  Thread Starter [will.ph](https://wordpress.org/support/users/willph/)
 * (@willph)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/wordpress-toolbar-not-showing-in-front-end-after-update-to-391/#post-5015049)
 * Just figured out what it was.
 * I checked the error logs and, lo and behold, there was not enough memory to execute
   the remaining scripts in wp_footer (it was set, by default, to 128M).
 * Upped it to 1024M, restarted Apache, and VOILA! Issue resolved.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [WordPress toolbar not showing in front-end after update to 3.9.1](https://wordpress.org/support/topic/wordpress-toolbar-not-showing-in-front-end-after-update-to-391/)
 *  Thread Starter [will.ph](https://wordpress.org/support/users/willph/)
 * (@willph)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/wordpress-toolbar-not-showing-in-front-end-after-update-to-391/#post-5015048)
 * Yes, I still have the issue even if there are no plugins active. Even double-
   checked my profile to show the toolbar when viewing the live website. The space
   is there, but no buttons at all. Same symptoms as the missing wp_footer issue.
 * Re-installed WP and upgraded the network via the Dashboard. Issue still persists.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] [Plugin: Jetpack by WordPress.com] Jatpack causing a "Internal Server Error" after new upd](https://wordpress.org/support/topic/plugin-jetpack-by-wordpresscom-jatpack-causing-a-internal-server-error-after-new-update/)
 *  [will.ph](https://wordpress.org/support/users/willph/)
 * (@willph)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-jetpack-by-wordpresscom-jatpack-causing-a-internal-server-error-after-new-update/#post-2944654)
 * I recently encountered this issue.
 * I checked the error logs and found out that my server ran out of memory. I found
   out that I only have 32M allotted for PHP. I upped it to 128M in php.ini and 
   the issue was resolved.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Instapress] [Plugin: Instapress] Fancybox](https://wordpress.org/support/topic/plugin-instapress-fancybox/)
 *  [will.ph](https://wordpress.org/support/users/willph/)
 * (@willph)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-instapress-fancybox/#post-3099561)
 * My theme uses fancybox also, and I can’t rebuild my theme around Instapress. 
   Here’s how I resolved my issue with Fancybox not working:
 * Disabled effects, yet still used effect=”fancybox” in the shortcode.
    – It links
   the thumbnail to the image, not to the Instagram page of the image.
 * Used my theme’s Fancybox instance.
    – added the ff. javascript somewhere in the
   footer:
 *     ```
       <script>
       	jQuery(document).ready(function($) {
       		$(".instapress-shortcode a[rel=instagram-sc-images]").fancybox();
       </script>
       ```
   
 * Hope this helps.

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