Skip to content

Theme for Orchard Core based on 'Modern Business' by 'start bootstrap'

License

Notifications You must be signed in to change notification settings

psijkof/ModernBusiness.OrchardCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ModernBusiness.OrchardCore

Theme for Orchard Core based on the Modern Business theme of Start Bootstrap

See the README file of the embedded theme repo.

The goal is to implement this template as efficiently as possible with Orchard Core

Status and implementation details

Modern Business Theme, content type

  • Content model
  • Services
  • Service
  • Portfolio
  • Project
  • Pricing
  • PrincingPlan
  • FAQ
  • QuestionAnswer
  • Team
  • Customers
  • Blog
  • BlogPost

Pages

  • Homepage
  • About
  • Services
  • Contact (Workflow form validation and submit)
  • Portfolio pages
    • 3 Column Portfolio
    • Single Portfolio item (via link on portfolio summary)
  • Blog Home 2
  • Blog Post (search and categories still hard coded)
  • Faq
  • Pricing Table

Details

  • Breadcrumb
  • Zones and Layers
  • Widgets
    • Carousel *Footer
  • Pageheader (containing breadcrumb)
  • Menu (see issues)
  • Blog Comment section – Used Disqus

Approach

Using Page content type with Flow part, provides some extra control over how to display content without much effort, mainly useful if Page contains several sections each with different types of content (Homepage)

Queries

Used Lucene queries to retrieve content by its type, example:

{
  "query": {
    "term" : { "Content.ContentItem.ContentType" : "Project" } 
  }
} 

Issues

  • Pagination – No idea/documentation on how to create pagination from queried items
    • Also, no information on how to create templates for pagination
  • Search
    • Search box on the Blog summary page is not implemented.
  • Homeroute / menu routes has an issue
    • Reported issue #2399

About

Theme for Orchard Core based on 'Modern Business' by 'start bootstrap'

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published