Official support hours: from 9 AM — 6 PM Monday to Friday (GMT +2).
The support staff may not reply on technical inquiries on weekends; all requests will be answered necessarily during working days. Reply time: depending on the complexity of your issue, the answer can be provided between a few hours up to 48 hours. In the particular instances we will notify you if extra time will be required to solve the issue.

×

Notice

The forum is in read only mode.

Modify and redefine problems

4 years 5 months ago #1098 by oswin Lii
Modify and redefine problems was created by oswin Lii
Hi Sir:

I got 3 problems for the RND Kparadise template and looking forward your help...

No.1

When the pop window show up , user can't close it if they don't like to using this function.

N0.2

When user writing new topic and using the insert function .....
the pop window show on the right position and incomplete.

No.3

How can I exchange the button language in chinese?

Many thanks for your help!
Attachments:
4 years 5 months ago #1099 by Eugene S.
Replied by Eugene S. on topic Modify and redefine problems
Hello oswin,

1. You have problem with Font Awesome library. Kunena uses Font Awesome 5.x and it seems your Joomla template uses outdated version of FA 4.x and loads both libraries. Make sure there is Font Awesome 5.x only included on your site.

2. Joomla template overrides styles for modal window.
I need a URL and credentials to your site to have a look.

3. The Chinese language is completed up to 70% and Chinese Taiwan is completed to 58% and some strings are missed.
www.transifex.com/Kunena-Forum/Kunena/
Please read this tutorial: www.kunena.org/docs/en/languages/language-files

Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
The following user(s) said Thank You: oswin Lii
4 years 5 months ago #1100 by oswin Lii
Replied by oswin Lii on topic Modify and redefine problems
website:www.chaac11.com
you can login by username: test , pass:12345678

many thanks for your support!
4 years 5 months ago - 4 years 5 months ago #1101 by Eugene S.
Replied by Eugene S. on topic Modify and redefine problems
Hi Oswin,
1. Icons. There are 2 FA (Font Awesome) libraries loaded in the same time, it causes the conflict:



Kunena requires FA 5.1 and includes it while Joomla template uses the outdated FA version.
You can see it here:
[yoursite]/templates/sj_time/asset/fonts/awesome/css/font-awesome.min.css
* Font Awesome 4.3.0

You need to disable loading the old FA library.

2. Please contact Joomla template developer (Smartaddons) and ask them to fix this issue since their template overrides Kunena styles.
You can assign another Joomla template based on Bootstrap 2 to make sure all is fine with the Kunena template.

Quick fix: open the following file and find the following style:

[yoursite]/templates/sj_time/css/template-default.css
.form-validate .modal {
    position: static;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    display: inline-block;
    width: auto;
    padding: 6px 10px;
    margin: 0 5px;
}

Comment or remove the 1st line:
    position: static;



Good luck!

Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
Attachments:
The following user(s) said Thank You: oswin Lii
4 years 5 months ago - 4 years 5 months ago #1102 by oswin Lii
Replied by oswin Lii on topic Modify and redefine problems
Hi Sir:

I already follow your way to delete this line of style,but nothing happened.
( it might be I'm a newer in joomla within poor skill )
any way , you make me know that problem is all about the older FA & kunena conflict,
I'm very appreciate for you kindly support,
I'll make contact with my template provider and asking their help.

thanks again!
Moderators: Eugene S.

Partners