Title: Plugin Does Not Work.
Last modified: August 21, 2016

---

# Plugin Does Not Work.

 *  Resolved [Zigwolf](https://wordpress.org/support/users/zigwolf/)
 * (@zigwolf)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/plugin-does-not-work-25/)
 * Installed and activated the plugins ‘Styles: TwentyThirteen’ and ‘Styles’, and
   went to customize the Twenty-Thirteen theme, but got this error message:
 * Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate
   7680 bytes) in /home/pinionpr/public_html/wp-admin/includes/deprecated.php on
   line 823
 * Any way to fix?
 * Cheers.
 * [http://wordpress.org/plugins/styles-twentythirteen/](http://wordpress.org/plugins/styles-twentythirteen/)

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

 *  Plugin Author [pdclark](https://wordpress.org/support/users/pdclark/)
 * (@pdclark)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/plugin-does-not-work-25/#post-4210391)
 * The default memory limit of your WordPress install is set by your host. WordPress
   provides a mechanism to try to override it, by adding these lines to **wp-config.
   php**:
 *     ```
       define( 'WP_MEMORY_LIMIT', '256M' );
       define( 'WP_MAX_MEMORY_LIMIT', '256M' );
       ```
   
 * That should resolve the issue for you. If not, you’ll need to change your memory
   limit with your host. Each host has different policies on this. You would need
   to contact them or search their help documents for their preferred method of 
   increasing the memory limit for PHP.
 *  Plugin Author [pdclark](https://wordpress.org/support/users/pdclark/)
 * (@pdclark)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/plugin-does-not-work-25/#post-4210518)
 * I’ve introduced a change in `Styles 1.0.17` that may fix this issue. It attempts
   to increase the memory for you when you’re logged into the customizer and previewing
   your site. You may find updating the plugin resolves this issue without having
   to make any further changes.
 *  Thread Starter [Zigwolf](https://wordpress.org/support/users/zigwolf/)
 * (@zigwolf)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/plugin-does-not-work-25/#post-4210538)
 * Thanks for that, Paul. Much appreciated. I bugged the webhost and the fixed the
   issue.

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

The topic ‘Plugin Does Not Work.’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/styles-twentythirteen_fbfbfb.svg)
 * [Styles: TwentyThirteen](https://wordpress.org/plugins/styles-twentythirteen/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/styles-twentythirteen/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/styles-twentythirteen/)
 * [Active Topics](https://wordpress.org/support/plugin/styles-twentythirteen/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/styles-twentythirteen/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/styles-twentythirteen/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Zigwolf](https://wordpress.org/support/users/zigwolf/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/plugin-does-not-work-25/#post-4210538)
 * Status: resolved