attached the image of the settings, i’m writing here because i see that in the menu i see that it’s available in the jevelin element menu
the label View Cart, Checkout, Done are not present in the jevelin.pot file it’s not an issue with loco translate
so why is not present in the pot file and loco translate can not translate that ?
For now i’ll try without the cache module …. and see
also i edited the css manually and fixed the cart blue color problem
and about this code:
<div class=”woocommerce-progress <?php echo esc_attr( $step ); ?> container sh-heading-font”>
<div class=”woocommerce-progress-item woocommerce-header-item-cart”>
<?php esc_attr_e( ‘View Cart’, ‘jevelin’ ); ?>
</div>
<div class=”woocommerce-progress-item woocommerce-header-item-checkout”>
<?php esc_attr_e( ‘Checkout’, ‘jevelin’ ); ?>
</div>
<div class=”woocommerce-progress-item woocommerce-header-item-done”>
<?php esc_attr_e( ‘Done’, ‘jevelin’ ); ?>
</div>
</div>
that you have in your theme in file: inc/templates/woocommerce-progress.php
the 3 text are not translatable in loco translate.
i’m using real time and replace, but i don’t think that it’s the best solution, i think it’s better to have thoose translateble too.
ok, the cache plugin is disabled, and i can see that the cart have a better look now …
and also i can see the ability to login or don’t check the create account option on checkout …
so i think that this theme doesn’t work well with w3 total cache….
now i only need to understand how to translate the upper part and also change the style of
<div class=”woocommerce-progress step2 container sh-heading-font”>
<div class=”woocommerce-progress-item woocommerce-header-item-cart”>
View Cart </div>
<div class=”woocommerce-progress-item woocommerce-header-item-checkout”>
Checkout </div>
<div class=”woocommerce-progress-item woocommerce-header-item-done”>
Done </div>
</div>
i’m using that version, i have envato market plugin to keep it updated
attached you can find the cart and the checkout page, you have to try it with adding url add to cart from product url
i had to disable the add to cart button on the site for now, but you can see the cart have a responsive table but it behave quite bad on desktop
you can also see the top navigation of the cart not translated and with a blue color
and in the checkout page you can see that i can only create a new user and unable to checkout as guest or login (i’ve also tried to do this as not logged in with same result)