Regulating Ticketing Operations in the Help Center

Regulating Ticketing Operations in the Help Center

Hello Everyone, 
This week, we explore ZylkerShop's requirements for customizing tickets in the Help Center.
Frequent or accidental changes to tickets can affect the quality of support. Zoho Desk provides the following CSS codes to address these challenges.

Steps to add the CSS code
i. Navigate Setup (S) >> Channels >> Help Center >> Select the Help Center portal >> Select Customization. Click Customize on the theme you want to change. 
ii. On the left panel, under Customize, click on CSS and paste the code. On the top right of the screen, click Preview to view the changes, and then click Publish to see the live changes.





Help Center Customization
I. Hide the Edit Button on Tickets
The Edit button on tickets allowed users and their team members to make changes. To ensure that tickets are managed more effectively and to prevent unintended modifications, ZylkerShop decided to hide this button from the user interface.


  1. /*Elegant Theme*/
  2.  .ticketDetail .TicketDetailRightContainer__widgetSection span[data-id="edit_close"]{
  3.  display:none; 
  4.  }

  5. /*Materialized Theme*/
  6.  .ticketDetail .TicketDetailContainer__property button[data-id="edit_open"]{
  7.  display:none;
  8.  }

  9. /*Flat Theme*/
  10.  .ticketDetail .TicketDetailContainer__property div[data-id="edit_open"]{
  11.  display:none;
  12.  }

  13. /*Classic Theme*/
  14.  .ticketDetail .TicketDetailRightContainer2__property button[data-id="edit_open"]{
  15.  display:none;
  16.  }


II. Hide the Close Button on Tickets
Tickets in the Help Center featured a close button at the bottom, often leading to unintended closures or tickets being closed without resolution. While agents focused on open tickets, unresolved closed tickets were mistakenly seen as resolved. To prevent this, ZylkerShop decided to hide the close button from the user interface.


  1. /*Elegant Theme*/
  2.  .CloseTicketPopup__closeBtn{
  3. display: none
  4.  }

  5. /*Materialized Theme*/
  6.  .TicketDetailContainer__closeTicket { display: none; }

  7. /*Flat Theme*/
  8.  .TicketDetailContainer__messageRightPanelInfo + .Widget__widget{
  9. display:none;
  10. }

  11. /*Classic Theme*/
  12. .TicketClosePopup__container {
  13. display: none
  14. }
 
These codes help prevent unintentional changes to tickets in the Help Center. By implementing these customizations, you’ll enhance your ticket handling and customer support experience.
Stay tuned for next week’s update, where we’ll share another set of customization codes designed to improve user experience in the customer portal.
See you then!
Regards,
Lydia Kiruba | Zoho Desk 


    Access your files securely from anywhere

        Zoho Developer Community







                                  Zoho Desk Resources

                                  • Desk Community Learning Series


                                  • Digest


                                  • Functions


                                  • Meetups


                                  • Kbase


                                  • Resources


                                  • Glossary


                                  • Desk Marketplace


                                  • MVP Corner


                                  • Word of the Day



                                      Zoho Marketing Automation
                                              • Sticky Posts

                                              • Zoho Desk Virtual Meetup: US Central, October 5 - 7, 2021

                                                After the interactive Virtual Meetups in the other regions, we are starting with the US Central and Midwest regions from October 5 to October 7, 2021. The dates for other regions will be announced soon.  At this event, we will explore the topics which
                                              • Register for Zoho Desk Beta Community

                                                With the start of the year, we have decided to take a small step in making the life of our customers a little easier. We now have easy access to all our upcoming features and a faster way to request for beta access. We open betas for some of our features
                                              • Ask the Experts 10: A 5-hour online Q&A on Zoho Desk Best Practices

                                                Welcome to Zoho Desk's Ask the Experts session! This is a monthly discussion on our  forums; wherein a panel of experts will take on questions  specific to topics related to Zoho Desk. The panel will be available for a 5-hour period and will answer any questions posted here.   Let's begin the year learning some best practices from our experts. In this month's ATE we are opening the floor to questions on how to use Zoho Desk the best way.  If you have a business use case but not sure if Workflow is
                                              • Share your Zoho Desk story with us!

                                                Tell us how you use Zoho Desk for your business and inspire others with your story. Be it a simple workflow rule that helps you navigate complex processes or a macro that saves your team a lot of time; share it here and help the community learn and grow with shared knowledge. 
                                              • Ask the Experts 7: A 5-hour online Q&A on Telephony and Call Module

                                                Welcome to Ask the Experts session! This is a monthly discussion in forums; each session, a panel of experts will take questions on specific topics related to Zoho Desk. The panel will be available for a 5-hour period and answer any questions posted here. In this month's Ask the Experts, we will take questions on everything related to Telephony and the Call Module in Zoho Desk. We will discuss the following aspects:  Integration with different Telephony vendors Routing calls to agents Converting


                                              Manage your brands on social media



                                                    Zoho TeamInbox Resources

                                                      Zoho DataPrep Resources



                                                        Zoho CRM Plus Resources

                                                          Zoho Books Resources


                                                            Zoho Subscriptions Resources

                                                              Zoho Projects Resources


                                                                Zoho Sprints Resources


                                                                  Qntrl Resources


                                                                    Zoho Creator Resources



                                                                        Zoho Campaigns Resources


                                                                          Zoho CRM Resources

                                                                          • CRM Community Learning Series

                                                                            CRM Community Learning Series


                                                                          • Tips

                                                                            Tips

                                                                          • Functions

                                                                            Functions

                                                                          • Meetups

                                                                            Meetups

                                                                          • Kbase

                                                                            Kbase

                                                                          • Resources

                                                                            Resources

                                                                          • Digest

                                                                            Digest

                                                                          • CRM Marketplace

                                                                            CRM Marketplace

                                                                          • MVP Corner

                                                                            MVP Corner





                                                                              Design. Discuss. Deliver.

                                                                              Create visually engaging stories with Zoho Show.

                                                                              Get Started Now