Service Portal redesign/widget question

Andrew Meza
Tera Expert

Hello, I am redesigning my "Standard Ticket" page. 

 

This is what it looks like now with the redesign.

2024-07-05_15-09-17.png

 

 

This is the old way, which is how it looks in production. How can I get the highlighted area to show on my new and improved "Standard Tickets" page? Not sure if it's a widget, if it is I am having a hard time finding the name.

 
 

2024-07-05_15-10-34.png

 

1 ACCEPTED SOLUTION

ChrisBurks
Mega Sage

Usually if you have the correct permissions and you do a Ctrl + Right-click on a rendered area of a widget it will give a context menu popup and include the name of the widget. In this case it should be the "Standard Ticket Header" widget.

Standard_ticket_header.png

View solution in original post

5 REPLIES 5

TrevorK
Kilo Sage

When I load our ESC it looks to me like this is the snippet in the HTML:

TrevorK_0-1720211504378.png

 

We don't use ESC so I'm not sure if that's exact (we don't have "actions" but everything else looks the same). But when I inspect the element, this looks like the block of code doing what you want. Of course, there are pieces in the other script boxes too but I assume this is what you need to get started.

ChrisBurks
Mega Sage

Usually if you have the correct permissions and you do a Ctrl + Right-click on a rendered area of a widget it will give a context menu popup and include the name of the widget. In this case it should be the "Standard Ticket Header" widget.

Standard_ticket_header.png

Andrew Meza
Tera Expert

Got it, thank you! I am running into a issue now. Looks good but my item and name area cut off. is there anyway to expand it to see the full context?

 

 

AndrewMeza_1-1721058654197.png

 

Have you ever used the Developer Tools to modify the CSS?

View and change CSS  |  Chrome DevTools  |  Chrome for Developers

 

What you want to do is inspect the elements and adjust the sizing of them. Then you put that CSS you used in the Developer Tools on your Portal Page record. Sounds a lot tougher than it is.

 

If it's a public page I can take a look and tell you what needs adjustment.