WPBakery Text block style
-
After I updated from 6.1.5 to 6.2.4 the Color Scheme of old WPBakery text block is no longer respected, the element always inherits color from the parent element.
Hi,
Please, describe to us your problems in a bit more details. Attach some screenshots and provide us with a list of steps on how to reproduce them on your website.
Thank you in advance.
Please check the following page:
Hello,
Yes, it looks like a bug in our theme. Try to edit the file woodmart\inc\integrations\visual-composer.php
and replace the code as shown on the screenshot https://prnt.sc/2260lo7
if ( ! empty( $atts['woodmart_color_scheme'] ) && ( 'vc_column' === $base || 'vc_column_inner' === $base || 'vc_empty_space' === $base ) )
with this one
if ( ! empty( $atts['woodmart_color_scheme'] ) && ( 'vc_column' === $base || 'vc_column_inner' === $base || 'vc_empty_space' === $base || 'vc_column_text' === $base ) )
Kind Regards
Thanks, that worked, but the file name was functions.php in woodmart\inc\integrations\visual-composer\.
Also i would advise you to use something different to prnt.sc as lately it does not work for many Woodmart users including myself.
Yes, sorry, my mistake. OK, we will take your feedback into account.