We are building a site that is using CMS Nest to dynamically nest the related items to each collection, this has come to a point where the CMS Collection that is used to nest is over 100+ CMS item. We have tried using CMS Load but is fixing it.
Hey @Support-Luis , great solution!
Is there a way to load the script regularly and āre-loadā it again after all scripts are loaded?
Asking, since I have multiple CMS lists that have a nested element in them, and the first item is at the top of the page. With the current solution it takes long time for the nested items to load.
Hey @koptiz! You do not have the complete setup for CMS Load, you are just missing the load mode value. You could use fs-cmsload-mode=render-all but be mindful that this will load ALL items, if there are too many or the elements might slow the page down you can opt to use āfs-cmsload-mode=paginationā.
CMS Load will also cache the items automatically for better performance.
Iāve tried this solution but it still doesnāt render everything. Iām hoping itās something simple that Iām missing. It also behaves differently depending on the sort option on the nested collection.
UPDATE: I figured it out. I had the attributes code in the Head code section of the site custom code. I took a shot and moved it to the individual pages I was having problems with. It now works.