Related Posts Widget – Scrolling Sidebar

For AE-Post Blocks widgets, to force overflow scrolling in Y direction, add the following CSS code to the “Custom CSS” area of the “advanced” tab.

/* AE Post Block Widget Overflow Scrolls at 100% viewport height */

.ae-post-list-wrapper{
max-height:100vh;
overflow:auto;
}

 

SERMON ARCHIVE – Template Guide

PAGES:

  • (DEV) ARCHIVE LANDING PAGE
    • page link:
      • https://millingtonbaptist.org/dev-archive-landing-page/
    • Landing page for Sermon Archive
    • Displays list of current sermons, followed by previous sermons
    • Archive search (incl textbox, categories, tags) in right sidebar (desktop/tablet)
  • (DEV) ARCHIVE SEARCH PAGE
    • page link:
      • https://millingtonbaptist.org/dev-archive-search-page-sermon-videos-search-page/
    • Landing Page for ARCHIVE SEARCH
    • DEFAULT: list of sermon videos on left sorted new->old
    • SEARCH RESULTS: list of filtered sermon videos on left
    • SEARCH FORM on right sidebar
    • Return to Archive button

TEMPLATES:

  • ARCHIVE LANDING PAGE – Sermon Series List
    • Uses “AE – Post Blocks” widget to display list of sermon series
    • Widget uses AE Template: “Sermon Archive Page – Sermon Series with Thumbnail”
    • template link:
      • https://millingtonbaptist.org/?ae_global_templates=sermon-series-archive-page-block-layout
  • ARCHIVE SEARCH PAGE – Sermon Video List (Search Results)
    • Uses “AE – Post Blocks” widget to display list of sermon videos
    • Widget uses AE Template: “Sermon Series Video List – Single Video Item – with Thumbnail”
    • template link:
      • https://millingtonbaptist.org/?ae_global_templates=sermon-series-video-list-single-video-item-with-thumbnail
  • Sermon Series Landing Page – Sermon Video List (E.g., Messiah Landing Page)
    • Uses “AE – Post Blocks” widget to display list of sermon videos in this series
    • Widget uses AE Template: “Sermon Series Video List – Single Video Item – no Thumbnail”
    • template link:
      • https://millingtonbaptist.org/?ae_global_templates=sermon-series-video-list-single-video-item
    • Widget needs to be set to specific “Sermon Video Category” per landing page in widget settings->Sermon Video Categories
  • SERMON VIDEO POST PAGES (aka Vimeo Video Posts)
    • Full-page override using Elementor “single” template, set to override all vimeo video post pages with Elementor layout
    • (LEFT COL) Uses “Tabs” widget for “watch” and “listen”
    • (LEFT COL) Uses HTML widget to add javascript to enable watch/listen link capabilities to buttons in other templates
    • (RIGHT COL) Uses AE – Post Blocks widget to display related videos
      • Widget set to match with any category of viewed video
        • This allows relation by speaker AND series
        • sorted by reverse chronological order
        • adjustable in widget settings
    • template link:
      • https://millingtonbaptist.org/?elementor_library=vimeo-video-posts
    •