Home › Forums › Basel support forum › WooCommerce update › Reply To: WooCommerce update
Giulio
I uploaded WooCommerce and then Basel. I hadn’t any problems, so thank you very much. Before I had modified some strings of code inside shortcode.php
if( $subtitle != '' ) {
$output .= '<h2 span class="title-subtitle font-'. esc_attr( $subtitle_font ) .'">' . $subtitle . '</h2>';
}
And
$output .= '<div class="liner-continer"> <span class="left-line"></span> <h1 span class="title" ' . $gradient_style . '>' . $title . $separator . '</h1> <span class="right-line"></span> </div>';
No problem for first part. But the second it changed in this the last version of Basel. It will be right like this?
$output .= '<div class="liner-continer"> <span class="left-line"></span> <h1 span class="title" '. $tag .' '. $gradient_style . '>' . $title . $separator . '</'. $tag .'</h1> <span class="right-line"></span> </div>';
Thank you.