Profile page bugs
Profile page bugs
2 years 3 months ago - 2 years 3 months ago
Hello,
there are a few bugs in the profile page:
1. The private message icon has been displaced. The text "private message" is visible, but it shouldn't be.
2. In the profile tabs, except for the "posts" tab, there is a large empty space to the beginning of the tables - maybe the same table, but without the content visible.
Joomla 3.10.11
Kunena 5.2.14
NTS Kay 5.5.4
Private message system - Community Builder 2.8.0
there are a few bugs in the profile page:
1. The private message icon has been displaced. The text "private message" is visible, but it shouldn't be.
2. In the profile tabs, except for the "posts" tab, there is a large empty space to the beginning of the tables - maybe the same table, but without the content visible.



Joomla 3.10.11
Kunena 5.2.14
NTS Kay 5.5.4
Private message system - Community Builder 2.8.0
"I know that I know nothing" - Socrates
Last edit: 2 years 3 months ago by ciklon.
Please Log in or Create an account to join the conversation.
Re: Profile page bugs
2 years 3 months ago - 2 years 3 months ago
Hi Ciklon,
Please send me a test account to login to your website via email. I'll check and solve this issue.
Update: I have checked and updated to the download package. Please download the template package and update on your website.
Kind regards,
Please send me a test account to login to your website via email. I'll check and solve this issue.
Update: I have checked and updated to the download package. Please download the template package and update on your website.
Kind regards,
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
Email: 9themestore@gmail.com
Twitter: @9themestore
Last edit: 2 years 3 months ago by ntstore.
Please Log in or Create an account to join the conversation.
Re: Profile page bugs
2 years 3 months ago
Hi ntstore,
1. Solved
2. It's still being worked on
3. Another bug in the Profile/Edit/Profile Information page - Sintature label on wrong place
And maybe move the Web Site Name field to the left?
1. Solved
2. It's still being worked on
3. Another bug in the Profile/Edit/Profile Information page - Sintature label on wrong place
And maybe move the Web Site Name field to the left?

"I know that I know nothing" - Socrates
Please Log in or Create an account to join the conversation.
Re: Profile page bugs
2 years 3 months ago
Hi,
Please update the below css rules to the nts_kay_custom.css to solve your issues.
1. Update below css rule:
to
2. Add below css style to fix the Signature label issue.
Save and reload your website.
Please update the below css rules to the nts_kay_custom.css to solve your issues.
1. Update below css rule:
Code:
#kunena.layout .fade.show {
opacity: 1;
}
to
Code:
#kunena.layout .fade.active {
opacity: 1;
}
2. Add below css style to fix the Signature label issue.
Code:
#kunena.layout .block-configure ul {
display: flex;
flex-wrap: wrap;
align-items: stretch;
}
#kunena.layout .item-col-12 {
flex-basis: 100%;
}
Save and reload your website.
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
Email: 9themestore@gmail.com
Twitter: @9themestore
Please Log in or Create an account to join the conversation.
Re: Profile page bugs
2 years 3 months ago
Hi,
1. Adding CSS code does not solve the tabs issue.
I found a solution by removing "show" from code in /components/com_kunena/template/nts_kay/layouts/user/item/default.php
to
to
2. Signature label issue is solved.
3. I noticed another issue:
Field location " - Choose Action - " /Subscription tab
Thanks
Best regards
1. Adding CSS code does not solve the tabs issue.
I found a solution by removing "show" from code in /components/com_kunena/template/nts_kay/layouts/user/item/default.php
Code:
#63 <div class="tab-pane fade<?php echo $tab->active ? ' in show active' : ''; ?>" id="<?php echo $name; ?>">
to
Code:
#63 <div class="tab-pane fade<?php echo $tab->active ? ' in active' : ''; ?>" id="<?php echo $name; ?>">
Code:
#65 <div class="tab-pane fade<?php echo $tab->active ? ' in show active' : ''; ?>" id="<?php echo $name; ?>">
to
Code:
#65 <div class="tab-pane fade<?php echo $tab->active ? ' in active' : ''; ?>" id="<?php echo $name; ?>">
2. Signature label issue is solved.
3. I noticed another issue:
Field location " - Choose Action - " /Subscription tab

Thanks
Best regards
"I know that I know nothing" - Socrates
Please Log in or Create an account to join the conversation.
Time to create page: 0.350 seconds