Problem in integrating theme Themia Premium with woocommerce plugin

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by fabiomarelli, Jan 27, 2014.

  1. fabiomarelli

    fabiomarelli New Member

    Joined:
    Jan 22, 2014
    Messages:
    1
    Likes Received:
    0
    I'm not able to integrate the theme Themia Premium woocommerce plugin! The layout is still broken and messy ... I've tried everything! Can anyone help me? I'm new to wordpress!

    I've tried creating the woocommerce.php file from the page.php file, replacing the loop if by woocommerce_content (), and also including the following lines of code in function.php:

    remove_action ('woocommerce_before_main_content', 'woocommerce_output_content_wrapper', 10);
    remove_action ('woocommerce_after_main_content', 'woocommerce_output_content_wrapper_end', 10);

    add_action ('woocommerce_before_main_content', 'inkthemes_wrapper_start', 10);
    add_action ('woocommerce_after_main_content', 'inkthemes_wrapper_end', 10);

    inkthemes_wrapper_start function () {
    echo '<section class="grid_15 alpha">';
    }

    inkthemes_wrapper_end function () {
    echo '</ section>';
    }

    nothing worked! Help me please!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    It is not a theme issue, Please contact to plugin related support forum, they will provide solution for that.

    Or

    You can also try WP-eCommerce plugin, Download it from WordPress.org
    http://wordpress.org/plugins/wp-e-commerce/

    It will works fine.


    Thanks & Regards
    Gourav Shrivastava
     

Share This Page