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.
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
Hi Ismael,
seems to work fine, thank you so much!
Cheers,
Michael