• lmoore11608

    (@lmoore11608)


    I just updated woocommerce and I am using the Tab Manager and my tabs are not showing up and I am getting these errors.

    Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘woocommerce_product_attributes_tab’ was given in /home/adminvm/public_html/wp-includes/plugin.php on line 173
    Features
    Options
    Downloads

    Warning: uasort() [function.uasort]: The argument should be an array in /home/adminvm/public_html/wp-content/plugins/woocommerce/woocommerce-template.php on line 792

    https://www.ads-software.com/extend/plugins/woocommerce/

Viewing 8 replies - 1 through 8 (of 8 total)
  • brandonallred

    (@brandonallred)

    Do you have the woocommerce tabs plugin? If so try disabling it and re-activating it. Also try updating the plugin from the developers website it that doesn’t work.

    Thread Starter lmoore11608

    (@lmoore11608)

    Nope, it didnt work. I just tried to restore my site from a backup I had, and it still did not resolve the issue and change it back the way I had it. Now all of my alignment and styles are f-ed up.

    brandonallred

    (@brandonallred)

    Try going into the woocommerce settings and turning “css styling” off. Then save and re-enable it the css settings.

    Thread Starter lmoore11608

    (@lmoore11608)

    I had to update the Tab Manager plugin. However, I lost all of my CSS for the alignment. Where do I put the custom CSS?

    Anderson Narciso

    (@andersonnarciso)

    I’m having the same problem … And i dont understand, config in host serve maybe?

    Thread Starter lmoore11608

    (@lmoore11608)

    After the update certain style changes wont show up if I put them in my theme’s style.css. So I had to search in the woocommerce.css and change it, but now I will have to change it again anytime I update the plugin.

    For my tabs to display properly I had to make sure my code was wrapped in a div.

    Try this:

    <div class="woocommerce">
    <?php woocommerce_content(); ?>
    </div>

    The new update made my website disappear ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘2.0 update – Tabs Not showing’ is closed to new replies.