Important: when posting, please provide your Club Number at a minimum, and as many details as possible.
For further info, please read This page before posting.

FTH4 BETA participation requests are now CLOSED

The 106 clubs who are part of FTH4 Beta testing, please post in the FTH4 Beta Support Forum only.

Float message blocks mobile menu button even after close

  • overland
  • overland's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 2
  • Thanks: 2

Float message blocks mobile menu button even after close

7 years 7 months ago
#73001
When the floater message is closed, it does a nice animation where it scrolls down a bit and opacity goes to 0. However, the #message_box element is still on the page and blocks the menu button in the new mobile layout.

I believe that the element should be set to display: none; when dismissed. If the same visual effect is desired, something like
Code:
setTimeout(function() {$("#message_box").css("display","none");},600);
could be added at the end of the #close_message click() function.

I know I have seen other threads considering bigger overhauls to the floater for mobile. I think this change would help to the extent it remains as is. Thanks!
The topic has been locked.
  • SteveTheTechie
  • SteveTheTechie's Avatar
  • Offline
  • Emeritus
  • Emeritus
  • Posts: 11492
  • Thanks: 3057

Re: Float message blocks mobile menu button even after close

7 years 7 months ago
#73019
Let me chew on this a bit... I need to make sure I understand what you are talking about for the improvement.
The topic has been locked.
Moderators: BrianHeniPamrhtaylor3NotLiableNSBjgavinLcala305peterb323DebbieT
Time to create page: 0.141 seconds