Last but not least, we will create the Services section component after which our Home page will be completed. This section has one dependency that is it allows user to click on each service and that is redirected to Service Details page. The section looks like the screen below: A carousal with 5 services items. … Continue reading Building Home page Components – Services Section
Placeholders
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
Sitecore – Dynamic Placeholders
Dynamic Placeholders come handy when you need repetition of data or placeholders. Lets consider you have one placeholder ‘main’ in the layout. Then to distinguish the page types you have one-col, two-col and three-col renderings. And then finally you have the components/renderings which will fit in the content – lets use the same ones which … Continue reading Sitecore – Dynamic Placeholders
Sitecore – Placeholders and placeholder settings
As we learnt about the renderings in the last blog, we saw that for dynamic binding of renderings we need placeholders. Placeholders will help us to make the website as dynamic as possible but with this flexibility we might increase the chances of error as well so we will need to configure some settings so … Continue reading Sitecore – Placeholders and placeholder settings