Home Forums WoodMart support forum reopen #243951

reopen #243951

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

    giannisth
    Participant

    Please, there is still an issue on
    #243951, so can you reopen it?

    #245034

    Artem Temos
    Keymaster

    Hello,

    To fix the issue, please, edit the file woodmart/inc/widgets/class-widget-layered-nav.php and replace the following line

    echo '<span class="swatch-inner pf-value" data-val="' . esc_attr( $term->slug ) . '" data-title="' . esc_attr( $term->name ) . '">';

    with this one

    echo '<span class="swatch-inner pf-value" data-val="' . esc_attr( wc_attribute_taxonomy_slug( $term->slug ) ) . '" data-title="' . esc_attr( $term->name ) . '">';

    Kind Regards

    #245073

    giannisth
    Participant

    yes!!! you rock,thank you
    P.S i have entered this code on the parent theme file. When it updates i will loose the code.
    Should i enter it in functions.php of child theme?
    thanks

    #245074

    Artem Temos
    Keymaster

    Don’t worry, the fix will be included in our next update.

    #245077

    giannisth
    Participant

    great, solved, hanks again. You rock!

    #245078

    Artem Temos
    Keymaster

    Thank you!

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

The topic ‘reopen #243951’ is closed to new replies.