This topic has 9 replies, 2 voices, and was last updated 1 years, 2 months ago ago by Rose Tyler
Hello, I have a problem with the payment load (checkout page), it stays in load and does not show the pay button.
Thank you
I have found this error jet
Waning: Undefined property: stdClass::$plugin in /home/cactusco/public_html/wp-includes/class-wp-list-util.php on line 168
Warning: Undefined property: stdClass::$plugin in /home/cactusco/public_html/wp-includes/class-wp-list-util.php on line 168
Warning: Undefined property: stdClass::$plugin in /home/cactusco/public_html/wp-includes/class-wp-list-util.php on line 168
Warning: Undefined property: stdClass::$plugin in /home/cactusco/public_html/wp-includes/class-wp-list-util.php on line 168
I can resolved the problem but you can check if all things are ok .
But I have another problem, I have uploaded the .po file in Spanish and I have entered it with loco tranlate and it has synchronized well, but it does not translate for me, for example on the check out page there are the titles in English, could you tell me what it is what is wrong. Thank you
send you a ftp login
Hello, DAVID,
Thank you for contacting us and for using XStore.
We’ve renamed files https://prnt.sc/DpsQB6ppMiSn https://prnt.sc/T5BRZUFw8hq4
to https://prnt.sc/WzlzIcvxb06U
Please check now.
If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.
Kind Regards,
8theme team
Thank you very much for solving it.
I have another problem. I have added product attributes to the individual product file, but the alignment is not on the left (I attach an image, there is a lot of space between the pot and L), how can I make them appear united and in bold. Thank you
Hello, DAVID,
You’re welcome!
Please try to use the next custom CSS code:
.single-product .et_product-block>.shop_attributes td {
text-align: start;
}
.single-product .et_product-block>.shop_attributes th,
.single-product .et_product-block>.shop_attributes td {
font-weight: 600 !important;
}
if this is not what you are looking for, please describe the desired result in more detail.
Kind Regards,
8theme team
Thank you for your quick response, it has been solved enough, but there is still a wide space between the attribute id and the attribute, could more be added?
https://prnt.sc/K6lcKOGhBcGE
https://prnt.sc/61fANt8r-3Kl
On the other hand, the same thing happens in the long description of the product, everything is justified to the right.
I wanted to ask you a technical question, is the litespeed cache enough or do you recommend WP ROCKET, I have been doing performance tests under gtmetrix and the load with litespeed cache does not improve much
A lot Thks
Hello, DAVID,
Thank you for your response.
Please post separate questions via separate topics – https://www.8theme.com/forums/xstore-wordpress-support-forum/
Change previous code to:
table td:last-child, table th:last-child {
text-align: start;
}
.single-product .et_product-block>.shop_attributes th,
.single-product .et_product-block>.shop_attributes td {
font-weight: 600 !important;
}
.single-product .et_product-block>.shop_attributes td {
width: 80%;
}
We hope this code is helpful.
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up