This topic has 11 replies, 3 voices, and was last updated 3 years, 5 months ago ago by Rose Tyler
I registered some products, and I’m having problems with the category pages. See at the bottom of the page that some products appear misaligned.
And the left sidebar is hidden in some categories.
links:
https://homeoderm.com.br/produto-categoria/beleza/page/2/
https://homeoderm.com.br/produto-categoria/cabelos/
What can we do?
Hello,
Theme Options > WooCommerce (Shop) > Shop > Products style > Show Excerpt In Content Product > Off
Regards
It solves, but I need the excerpts. And now?
I have also noticed a slowdown when accessing the theme options.
Hello,
I have added below code to Theme Options > Custom CSS to align excerpt
.products-grid .product-excerpt {
line-height: 3ex;
height: 9ex;
overflow: hidden;
}
Check now.
Issue with the sidebar was caused by a broken excerpt for one of your products because you used unclosed spans there https://gyazo.com/a6f38a6b5f241f1bafd69b6b897db5e8
I replaced it with simple text and the sidebar is ok.
Regards
It was great, but I didn’t understand what I did wrong. Can you explain to me better so that this doesn’t happen again. When you say ‘Spans’. Would it be about formatting the text? How should I proceed so that it doesn’t happen?
I also noticed an improvement in the speed of the website.
Hello,
I meant the <span>
tags that you used and one of them did not have the close tag. I just removed them and added just a simple text to your short description.
Glad to hear that you noticed speed improvements 🙂
Regards
I’m worried about that. . It’s used in html, and I didn’t use the html text editor to publish short description.
Can this be repeated?
Thank you very much for your attention.
Hello,
Probably you copied the description from any other site and paste it to the visual tab of the short description, so styles from that third-party site were copied. Use the Code tab to paste the description, then you will see if you paste any additional tabs or not.
Rgeards
ok
Hello Téo Jordão,
We’d appreciate if you could take a moment to give us 5-stars on ThemeForest! https://themeforest.net/downloads
Regards
You must be logged in to reply to this topic.Log in/Sign up