Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #456404

    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 :)

    #456823

    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

    #456861

    Works like a charm :)

    Do you have any idea regarding the facebook-sharing, and how to solve it?

    #457017

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.