That is because you would need to change it in two different places. Once where you have already changed, and the other is after the AJAX call. I cannot tell you where that is unfortunately as I am not familiar with that theme.
Thread Starter
HagiHD
(@hagihd)
That’s what i thought at the first time, but i can’t find it.
I’ll try again tommorow, i’ll be back if i did find it, in the meantime any help would be much appreciated.
Thanks Roy.
Thread Starter
HagiHD
(@hagihd)
I couldn’t find it, this is the only code i found it:
<div class=”cart-items cart-items-icon”>
<span class=”cart-items-number”><?php echo $cart_items ?></span>
<span class=”cart-items-label”><?php echo $cart_items != 1 ? __(‘Items’, ‘yit’) : __(‘Items’, ‘yit’) ?></span>
</div>
I translated Items but i have the same problem…
I think something from the header is causing it.
Thread Starter
HagiHD
(@hagihd)
Maybe it has something to do with uSquare?
Thread Starter
HagiHD
(@hagihd)
Does someone have a clue?