Website and Location icons for users have disappeared in NTS Kay 5.2.9

Hello support

A few build versions ago, I noticed that some icons for users have disappeared.
I don't know if this problem is being caused by the NTS Kay theme or an update to Kunena.
I have Kunena 5.1.8 installed.

The oldest version of NTS Kay I have installed on my test site (5.2.4) looks like this.
Website icon for user is missing.



NTS Kay 5.2.9
Location and Website icons are both missing



Regards
Derek

Don't panic!

Last Edit:4 years 3 months ago Post by dexter33

Attachments:

Last edit: 4 years 3 months ago by dexter33.

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

Hi,

First of all thank you very much about bug report. Please send me the your site url again, I will debug and provide good solution for you.

Best 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.

Hi Trung and thank you for the reply.

Problem #1
I have turned off Optimize CSS in T3 Framework for you, so that all code is visible.
I also have a Custom CSS file applied to the NTS Kay theme.

My forum is located here:
www.moviestudiozen.com/forum/

My example user avatar can be viewed here:
www.moviestudiozen.com/forum/general-dis...er-vegasarians#10791

You will notice that if you hover your mouse over the blank areas, the Text Labels do work.
It's just some icons are not showing.

Problem #2
I also have another problem which I have never been able to fix myself.
The Statistics icon at bottom of front page does not show.
www.moviestudiozen.com/forum/index

To get the NTS Kay theme to display the way I like on my website, I use very specific settings in the NTS Kay theme Features settings.
I have Load External CDN Fontawesome = OFF
I do this, because it is the only way for tiny icons in the Recent Topics page to display my custom colours.
However, when Load External CDN Fontawesome = OFF, the Statistics icon disappears.
The fa fa class = fa fa-bar-chart
If you change the fa fa class for Statistics = fa fa-bar-chart-o the Statistics icon shows.
However, I don't know where or how to change the code for this.
Could you help me fix this as well.

Regards
Derek

Don't panic!

Last Edit:6 years 1 month ago Post by dexter33
Last edit: 6 years 1 month ago by dexter33.

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

Hi Derek,

Thank you very much about your information. I checked above issues on your site. Can you provide me a back-end account? I'll update some style to fix your issues on your site.

Please send the account information via our email: 9themestore[at]gmail.com.

Regards,

UI/UX Designer - Web developer. (UI/UX design for T4 Framework, T4 Pagebuilder, GK Framework products...)

Post by cssyeah

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

I sent an email to you with my login details on Saturday 5th January.

Don't panic!

Post by dexter33

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

I have found one error that relates to this problem.

li class has a spelling mistake !
It says: <li class="ku-localtion">

It should day: <li class="ku-location">



Don't panic!

Post by dexter33

Attachments:

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

I have not heard back from you, so have temporarily deactivated the Super User login credentials I emailed to you.

I'm not sure why no one has replied to this message ?
Is there anyone monitoring this forum anymore ?

Don't panic!

Post by dexter33

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

Today I fixed all the bugs with NTS Kay myself.
All problems were being caused by coding errors in NTS Kay css theme.
You need to fix NTS Kay for other users please.

Error #1
li class has a spelling mistake !
It says:
<li class="ku-localtion">

It should say:
<li class="ku-location">

Everywhere the code should say "ku-location", it was spelt incorrectly and said "ku-localtion" instead.
There were many references to the same spelling mistake.

Here is a link to my forum, showing Profile icons fixed:
www.moviestudiozen.com/forum/vegas-pro/2...allenged-users#10781

Error #2
Font Awesome code for Location icon was incorrect, which is why it did not display.
Here is new code that fixes problem:
#kunena.layout .kmessage .kprofile-left .profilebox-extra .ku-location span:before, #kunena.layout .kmessage .kprofile-right .profilebox-extra .ku-location span:before {
content: "\f0ac";
}

Error #3
Font Awesome code for Website icon was completely missing!
Here is new code that fixes problem:
#kunena.layout .kmessage .kprofile-left .profilebox-extra .ku-website span:before, #kunena.layout .kmessage .kprofile-right .profilebox-extra .ku-website span:before {
content: "\f109";
}

I edited the source code here:
components/com_kunena/template/nts_kay/assets/less/style.less
from line 1799

.ku-location span:before {
content: "\f0ac";
}

.ku-website span:before {
content: "\f109";
}

Don't panic!

Last Edit:6 years 1 month ago Post by dexter33
Last edit: 6 years 1 month ago by dexter33.

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

Hi,

We apologize to you very much for this delay. We want to send you a good news, we have just released new version for NTS Kay template. In new version we fixed your issue and improved some style for template. Please login and download the latest version to update on your site.

Best regards,

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

Post by ntstore

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

Time to create page: 0.715 seconds