Quick Reply window sliding to Left and disappearing on smaller screens
Quick Reply window sliding to Left and disappearing on smaller screens
8 months 2 days ago - 7 months 3 weeks ago
Hello support
Some users on my forum have reported this bug in NTS Kay 6.2.5.
Steps to reproduce
Press Quick Reply button, to reply to an existing post.
Expected behaviour
Reply message window should be in middle of screen
Actual behaviour
Reply window is shifted to the Left and actually disappears if using a smaller screen.
When I switched the template to Aurelia instead and inspected the code, it is very different to NTS Kay code.
Aurelia shows Quick Reply in center of screen.
Regards
Derek
Some users on my forum have reported this bug in NTS Kay 6.2.5.
Steps to reproduce
Press Quick Reply button, to reply to an existing post.
Expected behaviour
Reply message window should be in middle of screen
Actual behaviour
Reply window is shifted to the Left and actually disappears if using a smaller screen.
When I switched the template to Aurelia instead and inspected the code, it is very different to NTS Kay code.
Aurelia shows Quick Reply in center of screen.
This message contains confidential information
Regards
Derek
Don't panic!
Last edit: 7 months 3 weeks ago by cssyeah.
Please Log in or Create an account to join the conversation.
Re: Quick Reply window sliding to Left and disappearing on smaller screens
7 months 4 weeks ago
Hi Derek,
I checked on your website, the reason is conflict with joomla template style. Please add the code below to custom.css file to handle the above conflict.
Save and reload your webiste to view the changes.
Kind regards,
I checked on your website, the reason is conflict with joomla template style. Please add the code below to custom.css file to handle the above conflict.
Code:
#kunena.layout .modal.kreply-default { transform: none; }
Kind regards,
UI/UX Designer - Web developer. (UI/UX design for T4 Framework, T4 Pagebuilder, GK Framework products...)
The following user(s) said Thank You: dexter33
Please Log in or Create an account to join the conversation.
Time to create page: 0.455 seconds