Home Forums Free Themes Education Hub WooCommerce product pages show date & author after WP 4.9.3 update

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #65265
    evollo
    Participant

    A strange thing happened to the WooCommerce product page display after after today’s WP 4.9.3 update. The product creation date (“post date”) and “author” now appear. It is OK for these fields to appear on posts, but I don’t want to display these fields on product pages. These fields did not appear before the WP update.
    http://www.freddykaltenborn.com/books-tools/manual-mobilization-of-the-joints-vol-1-the-extremities/

    I am aware that our Free version of Education Hub does not support WooCommerce, but this was so strange I thought I would report it.

    #65291
    wensolutions
    Keymaster

    Hello @evollo,

    As you already know, the free version of Education Hub theme has not been tested for compatibility with woocommerce plugin, however, we thank you for the heads on for the changes regarding product page.

    As for now, you can simply hide the Author and post date metas from the product page by adding the following custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS :

    .single-product header .entry-meta {
        display: none;
    }

    Hope this Helps,

    Best Regards !!

    #65416
    evollo
    Participant

    This was a WooCommerce issue and was corrected in yesterday’s 3.3.1 – 2018-02-06 update:

    Fix – Added woocommerce_output_product_categories to replace woocommerce_product_subcategories function to prevent outdated theme template files from outputting categories on the shop and category pages in err.

    #65431
    wensolutions
    Keymaster

    Hello @evollo,

    Thank you for the heads up on the issue resolution. Also, we are glad to know that your issue has been resolved. 🙂

    If you have any queries/issues further, please feel free to post your queries here.

    Best Regards !!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.