如何修复主题的woocommerce问题?

时间:2017-10-30 09:41:23

标签: php css wordpress woocommerce hook-woocommerce

我正在尝试使用woocommerce,我在新的wordpress安装网站上安装了woocommerce,woocommerce工作正常,然后我安装了一个主题和woocommerce商店页面看起来像这样:

enter image description here

我试图从主题function.php文件中删除这段代码:

add_filter( 'woocommerce_enqueue_styles', '__return_false' );
//add_shortcode( 'sh_animate_it', '_sh_animate_it' );
function _sh_animate_it( $atts, $contents = null )
{
    return include( 'includes/modules/shortcodes/animate_it.php' );
}

现在情况好一点,页面看起来像这样:

enter image description here

但它没有显示woocommce商店页面的默认情况。它没有显示图像或任何东西。

第二件事,产品以非常奇怪的方式展示:

enter image description here

没有添加到购物车按钮,没有结帐等,但在后端有所有页面,如结帐页面,购物车页面等

那么这个主题有什么问题以及如何解决这个问题?

1 个答案:

答案 0 :(得分:0)

它在woocommerce插件文件夹和主题woocommerce文件夹上发生冲突。您删除主题文件夹中的woocomerce文件夹。