I continue to have issues with integrating the CMS Kit Pro module into my new Blazor Full-Stack Web App UI generated using ABP Commercial Suite 8.2.
Background: Since there is no Blazor version of the public website, we opted to do away with the public website and integrate the rendering of the CMS content into the ABP Full Stack Web App solution that was generated by ABP Suite.
The first task we tackled was getting the CMS user-generated menus to render as part of the left navigation, and we were able to do that by making changes to the ConfigureMainMenuAsync method. We've added code to AddChildItems, and that appears to be working fine.
Our next task is to do the same for Pages and Blogs, but we are stumped as to where to make these changes and what is the best way to get these custom user-created pages and blogs from the CMS Kit Pro to work. We are hoping this is possible for pages attached to the menu items or accessed through the {slug} URL.
Your guidance is greatly appreciated.
Hi,
So, I got the CMS-Kit Pro module working with source code in my abp webapp blazor solution, but not sure how I render the CMS content (menus, pages, blogs, etc..) in the abp webapp blazor application. The only demo I saw to render content is the CMS public website but it is not compatible with my blazor web app application.
I do not really need a public website, can you provide guidance on how to render CMS content from the CMS-Kit Pro
Thanks for the reply. Your suggestion works, and I'm now able to see the CMS menu and use the included features.
However, I need to get this working with the module source code since we need to make changes to the CMS-Kit Pro module. How can I get this working with the CMS-Kit Pro Module instead of the package?
Hi, thanks for reporting this problem. We successfully identified the problem and will fix it asap. In the meantime, you can add the related CMS Kit Pro package to the
Blazor.Client
project as well. Btw, I have refunded your ticket.Regards.
Hi, Thank you for identifying the problem and issuing the refund. I appreciate your prompt response.
I need a bit more clarification regarding the suggested workaround. When you mentioned adding the related CMS Kit Pro package to the Blazor.Client project, which package should I add to get CMS pro working, tried a handful of packages but none worked for me.
Thank you
Hello,
I am experiencing an issue with integrating the CMS Kit Pro module into my new Blazor Full-Stack Web App UI generated using ABP Commercial Suite 8.2.
Steps to Reproduce:
Observed Behavior:
Expected Behavior:
Additional Information:
I would appreciate your assistance in resolving this issue. Please let me know if you need any additional information.