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

    Hi all,
    could you please ask Ismael, if he could have another look at his code from this thread: https://kriesi.at/support/topic/product-category-pages-full-width-page-banner-and-description/#post-559611
    It works fine, but produces the following php errors:

    PHP Warning:  Missing argument 2 for avia_woocommerce_parallax_banner_child_theme() in /home/domain/domain.de/html/wp-content/themes/childtheme/functions.php on line 133, referer: http://domain.de/
    PHP Warning:  Missing argument 3 for avia_woocommerce_parallax_banner_child_theme() in /home/domain/domain.de/html/wp-content/themes/childtheme/functions.php on line 133, referer: http://domain.de/
    PHP Warning:  Missing argument 4 for avia_woocommerce_parallax_banner_child_theme() in /home/domain/domain.de/html/wp-content/themes/childtheme/functions.php on line 133, referer: http://domain.de/
    PHP Warning:  Missing argument 5 for avia_woocommerce_parallax_banner_child_theme() in /home/domain/domain.de/html/wp-content/themes/childtheme/functions.php on line 133, referer: http://domain.de/

    and he might be able to see the problem right away, I hope.

    #750323

    Hey Michael,

    Thank you for using Enfold.

    Please look for this line:

    function avia_woocommerce_parallax_banner_child_theme($bg, $overlay, $opacity, $description, $font)
    

    .. try to set a default value to the arguments.

    function avia_woocommerce_parallax_banner_child_theme($bg = '', $overlay = '', $opacity = '', $description = '', $font = '')
    

    Best regards,
    Ismael

    #750437

    Hi Ismael,
    seems to work fine, thank you so much!
    Cheers,
    Michael

    #751181

    Hey!

    Great! Let us know if you need anything else. :)

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Full sized product category images’ is closed to new replies.