HI Gopi, I am getting XHTML markup errors while rendering the rich text in experience editor, Can you pls let me know how to remediate the issue. Thanks
Hi Anvay, little tricky to solve without full context. How are you rendering the field, using Sitecore HTML helper or field renderer? are these errors only in the experience editor or on the website as well? Can you please use Suggest fix on the RTE field in the Content editor, then observe if there are any issues in the content. Please post your questions on these wider community forums, even I am there and will have a look. sitecore.stackexchange.com/ or sitecore.chat/
Hi Anvay, i also got same error i solved it by adding 'model.item' to this field as second parameter. @Html.Sitecore().Field("Call_To_Action",Model.Item,new { @class="btn"})
@@RajaSekhar-fq4il Thank you and a good catch. yes, I just looked at the code, Call to action HTML helper, is missing Model.Item, updated the code and pushed to Github. @Anvay Joshi, please pull the latest from Github repo github.com/gopigujjula/Sitecore.DemoProject.MVC/blob/4489a82a875650c7bdff06185523c8478f02fb90/Sitecore.DemoProject.MVC.Web/Views/About/Index.cshtml
Guys, stop searching internet for Sitecore tutorials. This one is the best! :)
Your explaining all clear cut!!
I m new to sitecore..but this is best tutorials for sitecore 🙏🙏🙏
Thank you.
you tutorial helped me a lot but you made some easy topics hard to understand.
btw thanks for all the knowledge.
Thanks for the feedback, could you please let me know which topic/area you felt was difficult to understand so that I can improve on those.
Nice video Gopi ,Please take one example related to dynamic placeholder
These concepts will be covered in the later videos.
I'm new to Sitecore your tutorials really helping me out.
Much thanks!!!
btw can you make a video on Helix? that would be great!
HI Gopi, I am getting XHTML markup errors while rendering the rich text in experience editor, Can you pls let me know how to remediate the issue. Thanks
Hi Anvay, little tricky to solve without full context. How are you rendering the field, using Sitecore HTML helper or field renderer? are these errors only in the experience editor or on the website as well? Can you please use Suggest fix on the RTE field in the Content editor, then observe if there are any issues in the content.
Please post your questions on these wider community forums, even I am there and will have a look.
sitecore.stackexchange.com/ or sitecore.chat/
@@GopiGujjula I am using HTML helpers only the same way you explained in the video. It's appearing only in Exp Editor.
Hi Anvay, i also got same error i solved it by adding 'model.item' to this field as second parameter.
@Html.Sitecore().Field("Call_To_Action",Model.Item,new { @class="btn"})
@@RajaSekhar-fq4il Thank you and a good catch. yes, I just looked at the code, Call to action HTML helper, is missing Model.Item, updated the code and pushed to Github. @Anvay Joshi, please pull the latest from Github repo github.com/gopigujjula/Sitecore.DemoProject.MVC/blob/4489a82a875650c7bdff06185523c8478f02fb90/Sitecore.DemoProject.MVC.Web/Views/About/Index.cshtml
@@RajaSekhar-fq4il I am not getting the issue with Call To Action Part, I am getting it for Description which is a Rich Field Text
Can we use python here?
No, at present Sitecore XP supports ASP.NET Webforms and ASP.NET MVC.
Headless deployment supports JavaScript & ASP.NET Core.
Also I am not getting how sitecore search is working using solr indexing please make one video to clear concepts , Thankyou
These concepts will be covered in the later videos.
👍👍 Please make videos on sitecore sxa also
I will do it, but it might take some time.
grt tutorial