Forum Support

Shape 5
March 28, 2024, 05:15:50 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Shape 5 Forum
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: WooCommerce  (Read 1238 times)
soundtilt
Jr. Member
**
Offline Offline

Posts: 21



« on: October 24, 2014, 10:54:18 AM »

Is this theme compatible with Woocommerce? If so, is there something I am doing wrong?

If I activate WooCommerce, my front page disappears and turns into the standard blog layout WordPress originally begins with.
Logged
Tristan Rineer
Global Moderator
*****
Offline Offline

Posts: 3858

Gravatar


« Reply #1 on: October 24, 2014, 11:17:03 AM »

This thread has information on how to add Woocommerce support.  I also have a compatibility patch I'd like to test before I release it; if you're interested in letting me test on your site, PM me FTP and WP login information.
Logged

Tristan Rineer
------------
Shape 5 Team



- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
soundtilt
Jr. Member
**
Offline Offline

Posts: 21



« Reply #2 on: October 24, 2014, 01:33:22 PM »

The patch would either have to be tested by me or while we're under live conversation. The past few times I've tried installing WooCommerce resulted in the frontpage being irreversably broken just because of hitting the activate button.
Logged
soundtilt
Jr. Member
**
Offline Offline

Posts: 21



« Reply #3 on: October 24, 2014, 03:07:40 PM »

As for the link you gave, I've tried for a good two hours now without success to make it work with helion using those codes they mention. That, or I'm misunderstanding what to do entirely.
Logged
Tristan Rineer
Global Moderator
*****
Offline Offline

Posts: 3858

Gravatar


« Reply #4 on: October 27, 2014, 06:42:23 AM »

I'll try to put it into easy steps:

1. Create a copy of the theme's index.php file and name it woocommerce.php

2. Find the following code in the new woocommerce.php file:

   
Code:
<?php if ($s5_show_component == "yes") { ?>

<?php s5_component_call(); ?>
<div style="clear:both;height:0px"></div>

<?php ?>
   
3.  Replace that code with the following:

   
Code:
<div class="woocommerce">
 <?php woocommerce_content(); ?>
 </div>
 <div style="clear:both;height:0px"></div>


 
 That should be all you need to do; multiple people have used that method successfully now, so it should work.
Logged

Tristan Rineer
------------
Shape 5 Team



- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
soundtilt
Jr. Member
**
Offline Offline

Posts: 21



« Reply #5 on: October 27, 2014, 07:36:13 AM »

Are you sure this is for the Helion - Club Wordpress theme?
My index.php file located @ s5-helion directory folder shows this code in that location:


Code:
<?php ?>

<?php if ($s5_show_component == "yes") { ?>

<div id="s5_component_call_wrap">
<div id="s5_component_call_wrap_inner">
<?php s5_component_call(); ?>
<div style="clear:both;height:0px"></div>
</div>
</div>

<?php ?>
Logged
Tristan Rineer
Global Moderator
*****
Offline Offline

Posts: 3858

Gravatar


« Reply #6 on: October 27, 2014, 07:59:02 AM »

It shouldn't matter, but try this code:


Code:
<?php if ($s5_show_component == "yes") { ?>

<div id="s5_component_call_wrap">
<div id="s5_component_call_wrap_inner">
<div class="woocommerce">
<?php woocommerce_content(); ?>
</div>
<div style="clear:both;height:0px"></div>
</div>
</div>

<?php ?>
                     
                     
The instructions I gave are generic instructions for how to create the Woocommerce page template, the only thing that really matters is the woocommerce class on the div, and the function to call the shop content.
« Last Edit: October 27, 2014, 08:00:35 AM by Tristan Rineer » Logged

Tristan Rineer
------------
Shape 5 Team



- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
soundtilt
Jr. Member
**
Offline Offline

Posts: 21



« Reply #7 on: October 27, 2014, 12:25:50 PM »

Didn't work either. Anyways, I have found a different commerce provider that seems to work nicely, so I believe I'll just stick to that. Thanks anyways  Smiley
Logged
Tristan Rineer
Global Moderator
*****
Offline Offline

Posts: 3858

Gravatar


« Reply #8 on: October 27, 2014, 01:50:46 PM »

As long as you found something that works for you.  What have you decided to use?  Other members who find this thread may be interested.
Logged

Tristan Rineer
------------
Shape 5 Team



- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
soundtilt
Jr. Member
**
Offline Offline

Posts: 21



« Reply #9 on: October 28, 2014, 08:10:18 PM »

It's called Easy Digital Downloads. A good collection of plugins which haven't caused me any problems with the theme, except for a widget that aesthetically doesn't match. So I am trying to figure out how to edit it.
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Looking for the largest variety in template designs? Look no more. Never buy 1 theme again. Signups start at just $89 for access to all of our themes.
Send Us An Email
Please send us your questions and we will email you back as soon as we can. Product support questions should be posted in our support forums under the Help menu. Our staff will assist you from there.