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] Atahualpa and Woocommerce 3.3.1


 
Prev Previous Post   Next Post Next
  #1  
Old Feb 9, 2018, 08:24 AM
Grum
 
49 posts · Feb 2010
Scotland
[SOLVED] Atahualpa and Woocommerce 3.3.1

The latest Woocommerce 3.3.1 update has been causing me some problems (now there's a surprise!).
https://westerngeomancy.org/shop/

The shop page looks OK except that the payment options banner is now not centred, and when you go into a category or an item it is displaying with sidebars when it shouldn't. (Sidebars are disabled for the shop page in ATA options.) Also, the old 2.8.6 displayed a navigation hierarchy above the products, which has now disappeared (e.g. SHOP>courses> etc.)

I have added the 'declare Woocommerce support' code as mentioned on their support forum here: https://github.com/woocommerce/wooco...port-in-themes -
I just pasted the whole settings code into ATA > CSS inserts, but I can't say that it seems to have made any difference. The whole WC inserts section (including the part inserted by Juggledad to get ATA to work with Woocommerce originally) now look like this:
PHP Code:
.woocommerce ul.products li.product a img, .woocommerce div.product div.images img {
   
widthauto;
}

function 
mytheme_add_woocommerce_support() {
    
add_theme_support'woocommerce', array(
        
'thumbnail_image_width' => 150,
        
'single_image_width'    => 300,

        
'product_grid'          => array(
            
'default_rows'    => 3,
            
'min_rows'        => 2,
            
'max_rows'        => 8,
            
'default_columns' => 4,
            
'min_columns'     => 2,
            
'max_columns'     => 5,
        ),
    ) );
}
add_action'after_setup_theme''mytheme_add_woocommerce_support' 
I'm a bit stumped as to where to go with this now. Maybe it's time to find another theme?
__________________
Grum
ATA 3.7.24/ WP 4.9.4
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Atahualpa 3.7.13 with Woocommerce 2.1.2 Internetfoto eCommerce & Atahualpa 3 Feb 27, 2014 11:13 AM
[SOLVED] Atahualpa + woocommerce - Searchfield and the Results bernishome eCommerce & Atahualpa 2 Apr 21, 2013 01:25 PM
[SOLVED] Atahualpa + WooCommerce - container shadow omily eCommerce & Atahualpa 2 Apr 18, 2013 01:33 PM
[SOLVED] Woocommerce and Atahualpa Viktoria eCommerce & Atahualpa 12 Oct 15, 2012 06:38 AM
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 12:16 PM.


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