Home Forums WoodMart support forum WPBakery Text block style

WPBakery Text block style

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #337105

    horny_fungus
    Participant

    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.

    #337137

    Artem Temos
    Keymaster

    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.

    #337483

    horny_fungus
    Participant

    Please check the following page:

    #337496

    Artem Temos
    Keymaster

    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

    #337502

    horny_fungus
    Participant

    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.

    #337509

    Artem Temos
    Keymaster

    Yes, sorry, my mistake. OK, we will take your feedback into account.

Viewing 6 posts - 1 through 6 (of 6 total)