cosmins
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Book Rev Lite] Comments are closedHi @felipemgomes,
The Book Rev Lite recommends having WP Product Review. Try installing it and let me know if you still have that error.- This reply was modified 7 years ago by cosmins.
Hi @candyg333,
Basically shortcodes are a way of adding custom code inside WP posts/pages – you can read more about them here: https://www.wpbeginner.com/glossary/shortcodes/
What FEEDZY RSS Feeds does is generating itself a shortcode (based on the settings you provide) and adding it to the desired page/post.Forum: Themes and Templates
In reply to: [Hestia] Big Title Section: Move Text and Button DownHey @,
You can try it like this in Additional CSS section:.carousel .item .container { top: 65%; }
and adjust the value properly.
Let me know if it did the trick.Forum: Themes and Templates
In reply to: [Hestia] WhatsApp button in contact form on front pageHi @aikichick2012,
Thanks for checking out our product!
I really appreciate you taking the time to get under the hood and try to modify it. As of this time, however, helping our users with custom code isn’t a perfect fit for us.We do have some exciting products on our plate and should anything about the way a product works goes wrong, we are here to help you. Custom code is not one of them.
To support these kind of requests would mean that we can’t deliver on updates, new features, and enhanced experience for the users.
We wanted to make sure the experience is the best it can be for the vast majority of our customers, so supporting custom code would have held us back.
You can check out some great websites that offer this kind of services.
If you have any other questions, just let me know and I’ll be happy to help.
And have an awesome day!Forum: Themes and Templates
In reply to: [Hestia] Translate Read MoreHi @a778,
We have a nice tutorial for doing that: How to change read more text in Hestia
Let us know if it did the trick.Forum: Themes and Templates
In reply to: [Hestia] Justify testimonials text on front page@aikichick2012 you’re welcome!
Forum: Themes and Templates
In reply to: [Hestia] Page colorHi @stavrosste,
Yes, you can change the background color of the page by adding code to the Additional CSS section. Something like:body { background-color: #e2e2e2; }
will change it properly.
Forum: Themes and Templates
In reply to: [Hestia] Justify testimonials text on front pageHi,
Try adding this code to the Additional CSS section:.card-testimonial .card-description { text-align: justify; }