This topic has 6 replies, 2 voices, and was last updated 3 months, 1 weeks ago ago by Rose Tyler
Hello!
I have more than one problem with one product page and translation.
1 – I was unable to change the color of the price of the product that appears basically below the name
product.
2. The part showing the text (people are wiewing this product right now)
I want to control it so that I hide it.
3 – Control the color of the price that appears after selecting a specific option whether before the discount or after the discount
4 – I translated the following texts in WPLM and the translation did not appear (add to compare and add to wishlist).
Please kindly solve these problems with me.
Hello, Albaghlisponge,
Thank you for reaching out to us with your concerns regarding the product page and translation issues on your website. We appreciate your detailed description of the problems, and we are here to assist you in resolving them.
1/ Please read this article – https://www.8theme.com/documentation/xstore/xstore-builders/xstore-single-product-builder-with-elementor/
or just use custom CSS code to change the color of the price –
.single-product .product-content .price {
color: black !important;
}
2/ https://www.8theme.com/documentation/docs/fake-live-viewing/
3/
.single-product .price ins .amount {
color: blue;
}
.single-product .woocommerce-variation-price .price {
color: red !important;
}
4/ Theme Options > WooCommerce > Compare and Wishlist > edit texts.
We hope this information is helpful.
Best Regards,
8Theme’s Team
Thank you for help me>
but for the problem number 4 => (I translated the following texts in WPLM and the translation did not appear (add to compare and add to wishlist).)
I don’t mean edit the text but I mean translat it
Hello, Albaghlisponge,
You’re welcome!
Please provide FTP access.
For FTP access, we require the following details: FTP host, FTP username, FTP password, FTP port, and FTP encryption type. If you need assistance in creating these credentials, please reach out to your hosting provider who will guide you through the process.
Best Regards,
8Theme’s Team
this is username and password for wordpress
Hello, Albaghlisponge,
You provided wp-admin access, but we need FTP access also. Please contact your hosting provider to get credentials.
We would like to bring to your attention that utilizing the Appearance theme editor or a file manager plugin via the site Dashboard to implement fixes or code carries the risk of inducing fatal errors. Such errors could potentially result in you being locked out and the website becoming inaccessible. It is for this reason that we recommend editing files through FTP; the use of the File Manager or theme editor alone does not offer the level of security and control required for such operations.
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up