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
- Content model
- Services
- Service
- Portfolio
- Project
- Pricing
- PrincingPlan
- FAQ
- QuestionAnswer
- Team
- Customers
- Blog
- BlogPost
- 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
- Breadcrumb
- Zones and Layers
- Widgets
- Carousel *Footer
- Pageheader (containing breadcrumb)
- Menu (see issues)
- Blog Comment section – Used Disqus
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)
Used Lucene queries to retrieve content by its type, example:
{
"query": {
"term" : { "Content.ContentItem.ContentType" : "Project" }
}
}
- 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