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.

Mobile view issue

6 years 1 month ago - 4 years 7 months ago #563 by bigwookie
Mobile view issue was created by bigwookie
Hi,

I'm having a bit of a issue with the responsive layout when viewing on a mobile phone. I've checked it against the demo which seems to work ok but on my site the user/avatar info panel doesn't relocate to the bottom of posts and text input box cut off. I'm not sure if a setting or something within the Joomla template I'm using but and help would be appreciated.
6 years 1 month ago #564 by Eugene S.
Replied by Eugene S. on topic Mobile view issue
Hi,
There is no bootstrap-responsive.min.css file on your site.
Please go to Administrator panel > Extensions > Kunena > Templates > RND Kinstance and set Load Bootstrap css option to Yes. It should solve this issue.

Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
6 years 1 month ago #571 by bigwookie
Replied by bigwookie on topic Mobile view issue
Hi,

That is already set to yes so i'm guessing something is possibly blocking it from loading maybe?

thanks
6 years 4 weeks ago #585 by Eugene S.
Replied by Eugene S. on topic Mobile view issue

bigwookie wrote: Hi,

That is already set to yes so i'm guessing something is possibly blocking it from loading maybe?

thanks


Hello,

Please send us FTP and admin access to your site to examine the problem. Credentials can be sent at This email address is being protected from spambots. You need JavaScript enabled to view it.

Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
6 years 3 weeks ago #603 by bigwookie
Replied by bigwookie on topic Mobile view issue

Eugene S. wrote:
Hello,

Please send us FTP and admin access to your site to examine the problem. Credentials can be sent at This email address is being protected from spambots. You need JavaScript enabled to view it.


Hi,

Details have been sent, many thanks
6 years 3 weeks ago #610 by Eugene S.
Replied by Eugene S. on topic Mobile view issue
Hello bigwookie,

Well, the situation is next: your Joomla template loads BS2 natively. To provide mobile friendly design the BS2 Responsive library is required and it is also included. Joomla template has a priority during scripts interpreting and there is a problem with bootstrap-responsive.css which loads before main BS2 library while it should be loaded after.

What we have done:

1. Added rules from bootstrap-responsive.css to yoo_drive file: /css/bootstrap.css
2. Added two params in our Kunena template. As a result, BS library loads in 3 steps:

Load Bootstrap - YES/NO
Load Bootstrap responsive - YES/NO
Load Bootstrap extended - YES/NO

All Kunena templates will be updated with these new params to exclude similar situations in future.

We also added the following two rules to custom.less file:
#kunena.layout .kaction-panel .pagination ul{margin:0}
#kunena.layout .vertical-layout-message .ksig{position:relative}

- pagination fix
- the image in a signature does not have a collision with text anymore

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: bigwookie
Moderators: Eugene S.

Partners