简体   繁体   English

删除Ektron小部件

[英]Removing Ektron widget

I believe there is a widget on my page that is causing unbelievably slow page loads. 我相信我的页面上有一个小部件会导致页面加载缓慢。 I have narrowed down the exact page it is, and I have about 8 widgets on it. 我缩小了确切的页面范围,并且上面有大约8个小部件。 I am trying to disable the widgets one by one, but am having a tough time figuring it out. 我试图逐个禁用这些小部件,但是很难弄清楚它。 In the documentation to explains how to remove a widget, but I would like to only temporarily disable them. 在说明如何删除窗口小部件的文档中,但我只想暂时禁用它们。

These widgets are on PageBuilders, and I have tried to deselect them in Settings > Configuration > Template Configuration but this does not seem to disable it. 这些小部件位于PageBuilders上,我尝试在“设置”>“配置”>“模板配置”中取消选择它们,但这似乎并未禁用它。

Is there a different way to disable widgets? 有禁用小部件的其他方法吗?

I am using Ektron 8.6.1 我正在使用Ektron 8.6.1

To disable the widget, you could remove the .ascx file from the /widgets folder. 要禁用该小部件,您可以从/ widgets文件夹中删除.ascx文件。 The Page should open but report "Cannot load widget" where that widget would appear on the page. 页面应打开,但报告“无法加载小部件”,该小部件将出现在页面上。

The template configuration setting only prevents you from adding that widget to a new page. 模板配置设置仅阻止您将小部件添加到新页面。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM