Bug found
Hi, I am building a website and I found an error in one of the theme file. In /themes/betheme/functions/builder/front.php at line 959 I found the following code :
if( ! function_exists( 'sc_sliding_box' ) )
{
/**
* [sliding_box]
*/
function mfn_print_sliding_box( $item ) {
echo sc_sliding_box( $item['fields'] );
}
}
The if function exist should match the function name. I hope this will be fixed in the next update so I don't need to go back in the parent theme files to edit this again.
Thanks
if( ! function_exists( 'sc_sliding_box' ) )
{
/**
* [sliding_box]
*/
function mfn_print_sliding_box( $item ) {
echo sc_sliding_box( $item['fields'] );
}
}
The if function exist should match the function name. I hope this will be fixed in the next update so I don't need to go back in the parent theme files to edit this again.
Thanks
Comments
thanks for this info. This would be fixed with next update of course.