Okay
  Public Ticket #2706475
Double information in customer panel
Closed

Comments

  •  11
    Christian started the conversation

    Dear TMS Plugins Support,

    I am in my final stages of configuring Amelia, and I just noticed that the customer panel shows the same information multiple times when looking at the details of an event on zoom.

    I have attached a screenshot of this.

    If there a way to only show periods when NOT a zoom meeting and to NOT show periods when there is a zoom meeting?

    Having the same information twice is rather confusing. Or perhaps I am missing something in the settings?


    Thank you!

    Best wishes,

    Dragos-Cristian

  • [deleted] replied

    Hi Christian,

    thank you so much for your kind inquiry.

    We would require access to the panel so that we can create a custom CSS for hiding this field. However, if it is hidden, it will be hidden from both normal and zoom events.

  •   Christian replied privately
  • [deleted] replied

    Hello Christian,

    thank you so much for replying and for credentials provided!

    Since at the moment we are unable to split these two without causing disruption in the code that could influence other fields, I had to let you know that, if hidden, it will remain hidden for both fields.

    I would gladly have them split for you, however, as this is the option that we currently have, please let me know if you would have use of full hiding.

    Additionally you can add it as a feature suggestion on this page. Features are pushed up on our "to-do" list when there are a lot of customers requesting those features, so having your vote as a customer can be beneficial to this feature being developed sooner.

  •  11
    Christian replied

    Hi Ivana,

    sure, please give me the code to see how this will work out! Thank you!

    Best wishes,

    Christian

  • [deleted] replied

    Hello Christian,

    Please find the code below:

    #el-collapse-content-4411 > div > div > div > div:nth-child(3) > div {
        display: none!important;
    }
    
  •  11
    Christian replied

    Dear Ivana,

    Your CSS does not work at all.

    Fortunately I was able to fix it exactly how I described it to you (when a Zoom event, only show the Zoom field with the links, and when normal event, just show the dates of the event). This was possible, doable and did not cause any disruption in the code like you mentioned...

    I am pasting the code here for other people looking for the same solution:

    .am-cabinet-collapsed-content > div:nth-child(1) > div:nth-child(3) {
        display: none !important;
    }

    Best wishes,

    Christian

  • [deleted] replied

    Hi Christian,

    thank you for your contribution, I apologize for the oversight I made.