BrettGilliat
Forum Replies Created
-
Forum: Plugins
In reply to: [Jigoshop] Page LayoutsIt has to do with the CSS and how it is wrapped. The support team is looking at it
Forum: Plugins
In reply to: [Jigoshop] Enable Jigoshop Web Optimization SystemOk, I tried what I found at 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 attributesIt didn’t work.
you can see what it’s doing here https://gilliat.com/?post_type=product
please advise
Forum: Plugins
In reply to: [Jigoshop] Enable Jigoshop Web Optimization Systemanybody out there?
Forum: Plugins
In reply to: [Jigoshop] Page LayoutsI tried to edit the template as well under Shop and that’s not going to work, I need to edit this
Forum: Plugins
In reply to: [Jigoshop] Enable Jigoshop Web Optimization SystemAgain, 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
Forum: Plugins
In reply to: [Jigoshop] Enable Jigoshop Web Optimization Systemhere’s the rest of the info
Jigoshop Version: 1.12.3
WordPress Version: 4.0Platform: 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 GeckoPHP Version: 5.3.10
MySQL Version: 5.1.58
Web Server Info: ApacheeAccelerator: Disabled
APC: Disabled
OpCache: DisabledPHP 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: 96MBShort Open Tag: Enabled
Allow URL fopen: DisabledWP_DEBUG: Disabled
WP Table Prefix: Length: 3 Status: AcceptableShow 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: OnDISPLAY ERRORS: N/A
FSOCKOPEN: SupportedACTIVE 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.24CURRENT THEME:
TheAgency V2: 2.0
### End System Info ###
Forum: Plugins
In reply to: [Jigoshop] Enable Jigoshop Web Optimization SystemAlso with that problem, I want to know how to edit where the button goes on thee product page
Forum: Plugins
In reply to: [Jigoshop] Enable Jigoshop Web Optimization SystemNo, 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 linksForum: Plugins
In reply to: [Jigoshop] Enable Jigoshop Web Optimization SystemIt’s the newest JigoShop and 4.0 wordpres