Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » eCommerce & Atahualpa »

[SOLVED] Woocommerce and Atahualpa


  #1  
Old Oct 12, 2012, 03:48 AM
Viktoria's Avatar
Viktoria
 
77 posts · Jun 2012
Options [SOLVED] Woocommerce and Atahualpa

Hello,

I tried to use the plugin Woocommerce
This plugin has been realized and Atahualpa do not work well together.
The menu and the footer of Atahualpa Disrupted.

http://www.billieshimoni.co.il/?post_type=product

There is a way to fix this? Maybe I can add some code?
I tried to contact help in Woocommerce, but no one to talk there.


Thank you.
  #2  
Old Oct 12, 2012, 05:06 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
what page are you seeing a problem on? when I follow the link it looks fine in Safari.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Oct 12, 2012, 06:58 AM
Viktoria's Avatar
Viktoria
 
77 posts · Jun 2012
In Store page - all pages of products, down a menu should not appear and footer distorted.
I checked it does not look good in all browsers.

thank you.
  #4  
Old Oct 12, 2012, 09:14 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
you could try this edit footer.php and change line 3 from
HTML Code:
if (!isset($bfa_ata))
to
HTML Code:
if ((!isset($bfa_ata)) or (class_exists('Woocommerce')) )
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old Oct 12, 2012, 09:51 AM
Viktoria's Avatar
Viktoria
 
77 posts · Jun 2012
You are amazing! Now Footer looks great!
But the problem still remained in the right menu, the menu appears again under products
How can I fix this?

Thank you very very much
  #6  
Old Oct 12, 2012, 12:48 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
This is a Woocommerce 'issue'. They are calling the footer passing a parameter that should make it run the file 'footer-shop.php' but they don't have one so it just defaults to 'footer.php' and then Atahualpa runs 'footer.php' as it should.

here is a possible fix, create a file called 'footer-shop.php with the following in it
HTML Code:
<?php 
// dummy footer-shop.php file to get around Woocommerce bug of a missing file
?>
save it and put it in the theme folder.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Last edited by juggledad; Mar 30, 2013 at 05:44 PM.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sidebar/Footer-problem with Atahualpa and WooCommerce owc eCommerce & Atahualpa 2 Oct 26, 2011 08:00 AM


All times are GMT -6. The time now is 08:20 PM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.