Quick Reply window sliding to Left and disappearing on smaller screens
Quick Reply window sliding to Left and disappearing on smaller screens was created by dexter33
Posted 3 months 2 weeks ago #16990
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:3 months 5 days ago
Post by dexter33
Last edit: 3 months 5 days ago by cssyeah.
Please Log in or Create an account to join the conversation.
Replied by cssyeah on topic Quick Reply window sliding to Left and disappearing on smaller screens
Posted 3 months 1 week ago #16992
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...)
Post by cssyeah
The following user(s) said Thank You: dexter33
Please Log in or Create an account to join the conversation.
Replied by dexter33 on topic Quick Reply window sliding to Left and disappearing on smaller screens
Posted 3 months 1 week ago #16993Don't panic!
Post by dexter33
Please Log in or Create an account to join the conversation.
Time to create page: 0.712 seconds