Below is the recording of Sitecore Introductory Training - Session 2, which covers below topics: Templates Fields & Field types Standard Values Media Library Layouts Renderings. The recording is not perfect as it lost the audio for last couple of minutes. I am planning to record the sessions for each topic separately and upload. I … Continue reading Sitecore Introductory Training – Session II
Layout
Creating Service Details and Listing page
So in the previous blogs, we completed Home & About page and now we will be working on Service Details and Listing pages. So lets see what all components are there on the Service Details page except the layout. So if we list these components then it is - Banner, Left Navigation Bar & the … Continue reading Creating Service Details and Listing page
Building Home page Components – “Why Choose Us?”
In this blog, we will be working on the Why Choose Us? component which looks like below screen: The section contains the fields like - Image, Title, Summary & CTA. So we will create a template for the About item and inherit the CTA template in it. Also we will set presentation details to this … Continue reading Building Home page Components – “Why Choose Us?”
Building Home page components – Facts & Figures
In this blog, we will be working on the Facts & Figures component which looks like below screen: The section contains the fields like - Success Figures & Supporting Text. So we will create a template for the FactsNFigures item and will also create one container that will have all the Facts and Figures items. … Continue reading Building Home page components – Facts & Figures
Building Home page Components – Safe & Secure tagline section
According to the flow, we should have created Services we offer section but those services will need the details page as well so we will create that component as the last component while building the Home page. Till now if you have any queries then please get in touch with me and give a brief … Continue reading Building Home page Components – Safe & Secure tagline section
Building Home page Components – Featured Services section
As we did end to end steps for building the Banner component, we will do the same for this component as well. The feature section which I am talking about is as below: Lets create this component from scratch and we will be using View rendering to render this component on the front end. From … Continue reading Building Home page Components – Featured Services section
Creating a Layout – Part IV
As the last part of creating a layout we will create the Estimates Form, we will add the functionality (Either saving the data in a custom database, sending the email to the end user & admin, share the data to CRM, etc) later on. Actually, we can use Sitecore Forms instead of custom coding but … Continue reading Creating a Layout – Part IV
Creating a Layout – Part III
In the previous blog, we had created Header component. As we are new to the concepts, I am covering the steps in detail. If you have idea then you can skip some steps and follow yours as well. For making it easy, we will create Footer component first. Create a new View and name it … Continue reading Creating a Layout – Part III
Creating a Layout – Part II
In the last blog, we had created a layout with the static html. Now lets break this html into components and bind it all on the layout. Go to Dummy Website solution in Visual Studio. Lets create a Header component first. Create a view named "Header" and copy entire Header tag html markup in it. … Continue reading Creating a Layout – Part II
Creating a Layout – Part I
Welcome back! Till now we have created templates and content based on those templates. Its a time we start creating a layout. So Layout in Sitecore is similar to a Master page concept in web forms which we will be using on all the pages. So as we know about Static and Dynamic renderings. We … Continue reading Creating a Layout – Part I