Title: Enable Jigoshop Web Optimization System
Last modified: August 22, 2016

---

# Enable Jigoshop Web Optimization System

 *  Resolved [BrettGilliat](https://wordpress.org/support/users/brettgilliat/)
 * (@brettgilliat)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/enable-jigoshop-web-optimization-system/)
 * When I check mark on Enable Jigoshop Web Optimization System and hit Save Web
   Optimized Changes, everything goes blank. Every page of my site, I uncheck it
   and it goes back to fine.
    I read this Extensions should use jigoshop_add_style(),
   jigoshop_add_script() and jigoshop_localize_script() API in order to utilise 
   JWOS functionality.
 * Please tell me where that goes? I’m an experienced webmaster, but new to word
   press
 * [https://wordpress.org/plugins/jigoshop/](https://wordpress.org/plugins/jigoshop/)

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

 *  [Jigoshop Support – Olaf](https://wordpress.org/support/users/jigoshop-support-olaf/)
 * (@jigoshop-support-olaf)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/enable-jigoshop-web-optimization-system/#post-5463823)
 * Hello,
 * Could you please send us your Jigoshop -> System Info?
 *  Thread Starter [BrettGilliat](https://wordpress.org/support/users/brettgilliat/)
 * (@brettgilliat)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/enable-jigoshop-web-optimization-system/#post-5463825)
 * It’s the newest JigoShop and 4.0 wordpres
 *  [Jigoshop Support – Olaf](https://wordpress.org/support/users/jigoshop-support-olaf/)
 * (@jigoshop-support-olaf)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/enable-jigoshop-web-optimization-system/#post-5463826)
 * Thanks, are you using Customer Discounts too?
 *  Thread Starter [BrettGilliat](https://wordpress.org/support/users/brettgilliat/)
 * (@brettgilliat)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/enable-jigoshop-web-optimization-system/#post-5463839)
 * No, I’m building a site that will be a replacement for another site.
    I want 
   to use the new JWOS so I can reduce the amount of CSS and Javascript links
 *  Thread Starter [BrettGilliat](https://wordpress.org/support/users/brettgilliat/)
 * (@brettgilliat)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/enable-jigoshop-web-optimization-system/#post-5463849)
 * Also with that problem, I want to know how to edit where the button goes on thee
   product page
 *  Thread Starter [BrettGilliat](https://wordpress.org/support/users/brettgilliat/)
 * (@brettgilliat)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/enable-jigoshop-web-optimization-system/#post-5463855)
 * here’s the rest of the info
    Jigoshop Version: 1.12.3 WordPress Version: 4.0
 *  Platform: Windows
    Browser Name: Mozilla Browser Version: 5.0 User Agent String:
   Mozilla/5.0 (Windows NT 6.3; Win 64; x64; Trident/7.0; Touch; LCJ B; rv:11.0)
   like Gecko
 *  PHP Version: 5.3.10
    MySQL Version: 5.1.58 Web Server Info: Apache
 *  eAccelerator: Disabled
    APC: Disabled OpCache: Disabled
 *  PHP Memory Limit: 128M
    PHP Post Max Size: 8MB PHP Upload Max File Size: 2MB
   PHP Max Input Time: 60 PHP Max Input Vars: 1000 WordPress Memory Limit: 96MB
 *  Short Open Tag: Enabled
    Allow URL fopen: Disabled
 *  WP_DEBUG: Disabled
    WP Table Prefix: Length: 3 Status: Acceptable
 *  Show On Front: page
    Page On Front: 307 Page For Posts:
 *  Session: Enabled
    Session Name: PHPSESSID Cookie Path: / Save Path: /www/vapache/
   brett/sessions Use Cookies: On Use Only Cookies: On
 *  DISPLAY ERRORS: N/A
    FSOCKOPEN: Supported
 *  ACTIVE PLUGINS:
 *  Call Now Button: 0.1.2
    ClickDesk Live Chat, Help Desk & Voice Chat: 4.3 Jigoshop:
   1.12.3 Rich Reviews: 1.5.8 Symple Shortcodes: 1.6 Visual Form Builder: 2.8.1 
   WordPress Importer: 0.6.1 WP Canvas – Gallery: 1.24
 *  CURRENT THEME:
 * TheAgency V2: 2.0
 *  ### End System Info ###
 *  Thread Starter [BrettGilliat](https://wordpress.org/support/users/brettgilliat/)
 * (@brettgilliat)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/enable-jigoshop-web-optimization-system/#post-5463870)
 * Again, looking for a way to drop a button on a different page. Is there a way
   to do that, do I need an extension. I build a page in a different area, then 
   drop a button on the page for what’s on that page. either that or be able to 
   better edit the product pages, placement of the button and featured image
 *  Thread Starter [BrettGilliat](https://wordpress.org/support/users/brettgilliat/)
 * (@brettgilliat)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/enable-jigoshop-web-optimization-system/#post-5463897)
 * anybody out there?
 *  Thread Starter [BrettGilliat](https://wordpress.org/support/users/brettgilliat/)
 * (@brettgilliat)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/enable-jigoshop-web-optimization-system/#post-5463898)
 * Ok, I tried what I found at [https://www.jigoshop.com/documentation/wrap-themes-content-jigoshop/](https://www.jigoshop.com/documentation/wrap-themes-content-jigoshop/)
 * By adding
 * function mytheme_open_jigoshop_content_wrappers()
    { echo ‘<div class=”container”
   ><div id=”content”><div id=”left-area>’; }
 * function mytheme_close_jigoshop_content_wrappers()
    { echo ‘</div></div></div
   >’; }
 * function mytheme_prepare_jigoshop_wrappers()
    { remove_action( ‘jigoshop_before_main_content’,‘
   jigoshop_output_content_wrapper’, 10 ); remove_action( ‘jigoshop_after_main_content’,‘
   jigoshop_output_content_wrapper_end’, 10);
 *  add_action( ‘jigoshop_before_main_content’, ‘mytheme_open_jigoshop_content_wrappers’,
   10 );
    add_action( ‘jigoshop_after_main_content’, ‘mytheme_close_jigoshop_content_wrappers’,
   10 ); } add_action( ‘wp_head’, ‘mytheme_prepare_jigoshop_wrappers’ );
 * To the function.php in my template
    Then tried to edit it on the shop page using
   page attributes
 * It didn’t work.
 * you can see what it’s doing here [http://gilliat.com/?post_type=product](http://gilliat.com/?post_type=product)
 * please advise
 *  [Jigoshop Support – Marcin](https://wordpress.org/support/users/marcin_biegun-jigoshop/)
 * (@marcin_biegun-jigoshop)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/enable-jigoshop-web-optimization-system/#post-5463948)
 * jwos: please try disabling everything apart from jigoshop and switching to default
   theme. if it works – enable back things one by one to see which is causing issues.
   
   If it doesn’t work anyway – it may be related to your server config and require
   a look of advanced server administrator.
 * second question – not sure what you menat there. If you want to have purchase
   button on non-product page – take a look at shortcodes: [https://www.jigoshop.com/documentation/our-codes/](https://www.jigoshop.com/documentation/our-codes/)
 *  Plugin Author [MWSGD](https://wordpress.org/support/users/mwsgd/)
 * (@mwsgd)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/enable-jigoshop-web-optimization-system/#post-5463974)
 * Haven’t heard back — marking as resolved for now. Please reply if the issue still
   persists.

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

The topic ‘Enable Jigoshop Web Optimization System’ is closed to new replies.

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

 * 11 replies
 * 4 participants
 * Last reply from: [MWSGD](https://wordpress.org/support/users/mwsgd/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/enable-jigoshop-web-optimization-system/#post-5463974)
 * Status: resolved