Profile page bugs

Profile page bugs was created by ciklon

Posted 1 year 11 months ago #16480
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.

[img



[img




[img



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:1 year 11 months ago Post by ciklon
Last edit: 1 year 11 months ago by ciklon.

Please Log in or Create an account to join the conversation.

Replied by ntstore on topic Profile page bugs

Posted 1 year 11 months ago #16481
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,

Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore

Last Edit:1 year 11 months ago Post by ntstore
Last edit: 1 year 11 months ago by ntstore.

Please Log in or Create an account to join the conversation.

Replied by ciklon on topic Profile page bugs

Posted 1 year 11 months ago #16482
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?

[img

"I know that I know nothing" - Socrates

Post by ciklon

Please Log in or Create an account to join the conversation.

Replied by ntstore on topic Profile page bugs

Posted 1 year 11 months ago #16484
Hi,
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

Post by ntstore

Please Log in or Create an account to join the conversation.

Replied by ciklon on topic Profile page bugs

Posted 1 year 11 months ago #16485
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
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

[img


Thanks
Best regards

"I know that I know nothing" - Socrates

Post by ciklon

Please Log in or Create an account to join the conversation.

Time to create page: 0.602 seconds