HTML custom widget not working
The problem may occur due to incorrect HTML code used in the widget. One common reason is that non-HTML5 tags are used (e.g. <gcse:search> </gcse:search>). They should be replaced with valid HTML5 tags (eg <div class="gcse-search"></div>).