[Resolved] Missing Tooltips on Toolbar

    • March 28, 2019 at 12:01 am #3360
      B
      BarrettComms
      Participant

      I was hoping 1.11 would bring back tooltips on the toolbar. Its a missing feature that really bugs my users.

      Could you tell me how to re-enable them, when you hover over reply, note, close button, it should display a description of what each button is.

      Thanks.

    • April 11, 2019 at 8:57 pm #3490
      B
      BarrettComms
      Participant

      Please help getting tool tips back.

    • April 11, 2019 at 9:31 pm #3494
      S
      sforbes
      Participant

      Hey,

      FYI I’ve made some progress on this by commenting out the tooltip-inner style in …\osta\css\staff-desktop.css (at line 1999).

      At the moment it just sets display:none for the .tooltip-inner class and removing that style seems to make the tooltip display for just about everything. For some reason Transfer and Edit still don’t display but lots of other tips do.

      Cheers, Shaun

    • April 11, 2019 at 10:59 pm #3500
      B
      BarrettComms
      Participant

      Thanks Shaun,

      That worked perfectly. I have fixed Transfer and Edit not showing up with the following:

      Edited \include\staff\ticket-view.inc.php

      Changed Line 75 from:<br />

      to:<br />
      “>

      Changed Line 93 from:<br />
      <br />
      to:<br />
      “>

    • April 11, 2019 at 11:01 pm #3504
      B
      BarrettComms
      Participant

      Let me try that again.

      Thanks Shaun,

      That worked perfectly. I have fixed Transfer and Edit not showing up with the following:

      Edited \include\staff\ticket-view.inc.php

      Changed Line 75 from:<br />

      to:<br />
      ">

      Changed Line 93 from:<br />
      <br />
      to:<br />
      ">

    • April 11, 2019 at 11:06 pm #3508
      B
      BarrettComms
      Participant

      3rd time lucky, without the brackets and php echos.

      Edited \include\staff\ticket-view.inc.php

      Changed Line 75 from:<br />
      span class=”action-button pull-right”

      to:<br />
      span class=”action-button pull-right” id=”ticket-transfer” data-placement=”bottom” data-toggle=”tooltip” title=”Transfer”

      Changed Line 93 from:<br />
      span class=”action-button pull-right”<br />
      to:<br />
      span class=”action-button pull-right” id=”ticket-transfer” data-placement=”bottom” data-toggle=”tooltip” title=”Edit”

    • April 11, 2019 at 11:44 pm #3512
      B
      BarrettComms
      Participant

      Did the same in

      \include\staff\templates\tickets-actions.tmpl.php

      to fix Transfer and Delete tooltips

    • April 14, 2019 at 4:57 pm #3528
      S
      sforbes
      Participant

      Worked as advertised. Cheers.

    • April 22, 2019 at 5:27 pm #3619
      stevland
      Keymaster

      Hey guys, just so you know the tool tips will be back by popular demand in the next release.

You must be logged in to reply to this topic.