Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1401534
    Lennard Minneboo
    Guest

    Hi Enfold!
    I am using Enfold for years now, since 2015. I always thought updates and support are for life, but today I wanted to post a support-question within Enfold and the message “your license key expired” appeared. But what I don’t understand is that I have been able to post questions since the start (2015). Even two years ago I was able to post a question in the forum? I didn’t even know that support wasn’t for life. I don’t mind buying a new subscription, but I find it strange that I have been able to post in the forum until at least two years ago, without renewing the initial key (that i received in 2015). Can you please explain how this is possible?
    Thanks! Enjoy your weekend!

    #1401582

    Hey Lennard,

    We needed to change our support policy since it was a requirement from Themeforest. Please refer to this on how to extend your support period: https://help.market.envato.com/hc/en-us/articles/207886473-Extending-and-Renewing-Item-Support. You can also post your question here.

    Best regards,
    Rikard

    #1401624

    Hu Rikard,

    Thanks for your quick reply. I understand now why it changed. And Enfold still rules ;-).
    I already solved my problem myself. I will post my solution underneath. Maybe it helps other people searching the forum!

    My problem was that, only on mobile phones, text was wrapped around images in a very ugly way. I solved this using this code under ‘quick css’ under the “Style’ tab. All images are now centered and the text starts under the image. Please see https://divorcesupport.nl
    This is the css code:
    img.alignleft,
    img.alignright {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    display: block;
    }
    }

    Then there was a new problem. There are also some images with captions on my website. These were still not centered because they are not ‘seen’ as images. I am a complete noob and couldn’t find the solution within the forum, so I tried and … tried… and managed to solve it using this css code under ‘quick css’ under the style tab:
    @media(max-width: 767px){
    #top .wp-caption.alignright,
    #top .wp-caption.alignleft {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    }
    }

    And now also the images with captions look great on mobile phones, for example see https://divorcesupport.nl/scheiden-scheiding-mediator-mediation-mijdrecht-hillegom-alphen-aan-den-rijn-roelofarendsveen-co-ouderschap/

    Just posting all the above to help others. Thank you for your quick reply. Enjoy your weekend!
    Lennard

    #1401643

    Hi,
    Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘support Enfold’ is closed to new replies.