This topic has 12 replies, 2 voices, and was last updated 8 years, 1 months ago ago by Jack Richardson
Hi!
My store is almost finished but it still has some issues in the cart and checkout pages.
Cart page:
http://imgur.com/a/llimn
It still says “Coupon code” and I have translated it to “Alennuskoodi”. How could I get it working?
Checkout page:
http://imgur.com/a/zi8wN
It still says “Cart subtotal” and I have translated it to “Välisumma”. How could I get it working?
Also both of these pages have grey buttons. Is there any way to change the color of these buttons or at least the color for some of these buttons?
Thanks in advance!
Hello,
To change buttons color use this code in custom.css file:
.actions .button, .wc-proceed-to-checkout a, a.button.checkout-cont, #payment #place_order {
background-color: black;
}
As for the translation, please update the theme to 4.2 version.
Best regards,
Jack Richardson.
I updated the theme to 4.2 version but it didn’t help with the translations. Actually now in the cart page the is one more word (apply coupon) to be translated 🙂 What shoudl I do to get them translated?
Hello,
As I see you’re still using 4.1.1 version http://storage6.static.itmages.com/i/16/1014/h_1476445452_9019072_78de6a2029.jpeg .
May we update the theme for you?
Create full back up.
Best regards,
Jack Richardson.
I downloaded the newest files from the Themeforest and copied them to the wp-content/themes folder and replaced the old idstore folder. Don’t know what went wrong…
Yes you can update the theme 🙂
Hello,
I’ve updated the theme. Clear browser cache and check the site now.
Best regards,
Jack Richardson.
Thanks!
I would like to ask one more question. How could I change the text font bigger in the homepage under the three pictures?
http://imgur.com/a/qthAH
Those texts don’t get any bigger when I increase the site font from the Theme Options->Typography. I tried changing the text into h6 and increasing that font but that didn’t work because other texts also use the h6 by default.
In the private content I inserted the homepage code.
Hello,
Add this code in custom.css file:
.text-banner p {
font-size: 16px;
}
Best regards,
Jack Richardson.
Thanks!
Is it possible to remove the Google Maps from the contact page? I tried deleting the Longitude and Latitude but it didn’t help.
[etheme_contacts gmap=”1″]
This is all I have in the contact page.
Hello,
You need use this shortcode [etheme_contacts gmap="0"]
to remove the map.
Best regards,
Jack Richardson.
Thanks again!!!
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘Cart and checkout pages’' has been successfully resolved, and the topic is now closed for further responses