Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter reznichenko88

    (@reznichenko88)

    Issue resolved!!

    wp-content\plugins\premmerce-woocommerce-product-filter\views\frontend\types\checkbox.php

    <!– <?php echo apply_filters(‘premmerce_filter_render_checkbox_title’, $term->name, $term); ?> –>
    <?php echo apply_filters(‘premmerce_filter_render_checkbox_title’, esc_html( $term->name ), $term); ?>

    wp-content\plugins\premmerce-woocommerce-product-filter\views\frontend\active_filters.php

    <!– <?php echo apply_filters(‘premmerce_filter_render_active_item_title’, $item[‘title’]) ?> –>
    <?php echo apply_filters(‘premmerce_filter_render_active_item_title’, esc_html($item[‘title’])) ?>

    https://monosnap.com/file/YaJkWEoyAviSf7shE80eCi3evaK9ci

    Hi @reznichenko88

    Could you please help me to explain how you fix the problem?
    I have the same problem in cart [:ua]Color[:], [:ru]Colorru[:]
    I’m using the custom theme but the problem is the same.
    Can you contact me? (Ukraine)

    I’ll be thankful for that!

    My samples are:
    <?php echo apply_filters(‘wcva_custom_attribute_display_displaytype’, $key ); ?>
    on the tab page

    And others:
    <span style=”width:<?php echo $spanwidth; ?>px;” class=”belowtext”><?php echo apply_filters( ‘woocommerce_variation_option_name’, $option->name ); ?></span>

    <label selectid=”<?php echo rawurldecode($labelid); ?>” class=”wcva_image_label attribute_<?php echo rawurldecode($labelid); ?>_<?php echo esc_attr( sanitize_title( $option->slug ) ); ?> <?php echo $labelclass; ?> <?php if ($displaytype == “round”) { echo ‘wcvaround’; } else { echo ‘wcvasquare’;} ?>” data-option=”<?php echo esc_attr( sanitize_title( $option->slug ) ); ?>” selectedtext=”<?php echo apply_filters( ‘woocommerce_variation_option_name’, $option->name ); ?>” title=”<?php echo apply_filters( ‘woocommerce_variation_option_name’, $option->name ); ?>” style=”–bg-image: url(‘<?php if (isset($url)) { echo $url; } ?>’); width:<?php echo $imagewidth; ?>px; height:<?php echo $imageheight; ?>px; “></label>

    Thread Starter reznichenko88

    (@reznichenko88)

    Напишите мне на почту ([email protected]), в ответ отпишу номер телефона для связи, я тоже с Украины.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Incorrectly working with the WP Multilang plugin’ is closed to new replies.