• Resolved justwebman

    (@justwebman)


    Hi Tom,

    First of all, thank you for this awesome theme. I think I created more than 30 websites on it so far.

    I think I found a “little escape” at one of the hook functions.
    The function name is “generate_featured_page_header_inside_single” located in “featured-images.php”. This adds a featured header on the singe page (including the featured image), but it adds on WooCommerce product page too and duplicate the featured image of a product. So I modified that if statement to: “if ( is_single() && !is_product() )” and everything is fine right now. I hope this information is useful.

    Thank you and have a nice weekend !

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Tom

    (@edge22)

    Hi there,

    Glad you’re enjoying the theme!

    Appreciate the heads up, thank you! I believe we have some CSS which hides the WooCommerce featured image right now, but we’ll look into adding a conditional into the function itself 🙂

    Thread Starter justwebman

    (@justwebman)

    Indeed it’s an applied style which hides the image. I only thought about the good of speed optimization. Thanks !

    Theme Author Tom

    (@edge22)

    I agree – the entire element should be removed. I’ll get that adjusted in a future version.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Featured header on WooCommerce product page’ is closed to new replies.