Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #871428

    I was under the impression that your theme was compatible with the Modern Tribe Events Calendar. One of the features of the events calendar is that you can paste a permalink from an event to embed that event into a post or page. This doesn’t seem to be working with enfold currently. I see part of the featured image but the rest of the content is missing in action. I searched and found this thread which may give you some clues.

    clues:
    https://theeventscalendar.com/support/forums/topic/enfold-theme-conflict-with-featured-event-listings/

    how it’s supposed to look
    https://theeventscalendar.com/knowledgebase/inserting-calendar-content-posts-pages/#single-events

    test page on client website:
    http://southeastiowabluessociety.org/testing-enfold-modern-tribe/

    Partially embedded featured event appears just to the right of the text “Countdown to the Next Event”. I hope we can work this out because I can’t imagine not having Enfold or the Events Calendar in my workflow. Thanks in advance for your support and great theme!

    • This topic was modified 7 years ago by bluesbrush. Reason: just removed redundant link
    #872192

    Hey bluesbrush,

    Please, may you provide to us your website link and the WP and FTP credentials?

    Best regards,
    John Torvik

    #872245

    Just attached creds

    #872470

    Hi,

    I can’t see any login details in the thread, could you try posting them again please?

    Best regards,
    Rikard

    #872578
    This reply has been marked as private.
    #873190

    Hi bluesbrush,

    The block is bigger than the space allocates, it takes simple css to adjust the height of the container and I would not call it a conflict. I would say, you just need to know some css.
    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .flex_column .avia_textblock .avia-iframe-wrap {
      padding-bottom: 0;
      min-height: 760px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #873202

    Thanks Victoria. Could you help me understand your answer “bigger than the space allocates”. I thought avia “spaces” were designed to accommodate the size of the content within it?

    #873215

    Setting a min-height doesn’t seem very flexible? I’m hoping for a solution that would be able to make good use of space for all future events and collapse if no featured event is available. Different events will have different featured image formats and description excerpt lengths.

    #873871

    Hi,

    Min height will make it be the same, even if the iframe is smaller.
    That is the best solution, else it owuld require some more coding or a solution with some JS, which is outside from our support policy.

    Let us know if you have any question

    Best regards,
    Basilis

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