Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #440008

    Hi there. Any suggestions on how to insert full width images or layerslider images at the top of a product category page?

    #440049

    So, I figured this out but ran into a glitch. For any other readers, you have the ability to set a value at the product category level called the Category Styling. This let’s you add a full width banner at the top of category pages.

    The glitch that I ran into, though, is that that banner displays the “extra_large” image size rather than the “full” image size. This causes the banner images to be stretched and pixelated to fill the area when the browser window is maximized on a 1920 pixel wide monitor. It sort of accomplishes the parallax feature but it looks pretty bad. To avoid hacking Enfold, I ended up using remove_action to bypass avia_woocommerce_big_cat_banner() and then making my own duplicates (renamed) of avia_woocommerce_big_cat_banner() and avia_woocommerce_parallax_banner() in functions.php and having xxx_woocommerce_parallax_banner() use the full image.

    It would be great if there was a filter that let me specify which image size to use for that banner. It would be a much better solution that having to override built in Enfold functions and lose access to future updates/upgrades in those functions.

    #440635

    Hi!

    Glad you found a workaround. For a new hook consider adding a feature request here, https://kriesi.at/support/enfold-feature-requests/, and we may see one get added in a future update.

    Cheers!
    Elliott

    • This reply was modified 9 years, 6 months ago by Elliott.
    #440690

    Done. Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Full width image on WooCommerce category pages’ is closed to new replies.