Enfold 3.2 is great! Nice work.
I have a couple questions.
I have manually added prices at the bottom of columns. But due to the variation of text in the columns the placement of prices looks awkward. I want the prices to be in a fixed position in the left corner of the columns. Do you have any solution for that?
When sharing blog-posts on Facebook trough the share buttons in the theme, Facebook randomly pick a picture that is not related to the post. A picture that not even located on the site (see private content).
When sharing other blogposts, there is no picture represented at all, even tho the post has a picture.
Why is that and how do I fix it?
Thank you :)
Hi luckylobo10!
Drag a codeblock element to the page and add this inside.
<style type = "text/css">
.avia_textblock span {
position: absolute;
bottom: 5px;
}
</style>
Regards,
Elliott
Works like a charm :)
Do you have any idea regarding the facebook-sharing, and how to solve it?
Hi!
The Facebook issue is probably due to Facebook’s own cache, you could try to use this to clear it: https://developers.facebook.com/tools/debug/
Regards,
Rikard