Widget not visible

anirban300
Kilo Guru

Hi Everyone,

I have added a widget to a portal page through the designer. When previewed the widget is shown in the page but when you go to the main portal link, the widget is not shown. Can someone tell me why?\

Regards

Anirban

3 REPLIES 3

Ankur Sharma
Tera Guru

Hi Anirban,

Could you please check if the Active flag is true for the widget instance. Also, you can check if any roles are defined to restrict the access.

find_real_file.png

Let me know if it helps.

Hi Ankur,

 

Thanks for replying, I could confirm that the Action Flag is true and there are no Roles added to the Widget instance.

 

One Observation I could see that if i am creating Widget instance in content Delivery Package then it is visible but when I am creating Widget instance in Human resource:Service Portal Package, its not appearing in the list.

 

Kindly suggest

 

sooriyakala
Tera Contributor

Hi Anirban,

 

Open the page in legacy and in Page specific CSS add the below lines

body{
  height:auto;
  width:auto;
}

Thanks,

Sooriyakala