Mobile view issue
- bigwookie
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 12
- Thank you received: 0
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.
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.
Last edit: 4 years 7 months ago by Eugene S.. Reason: Broken URL
- Eugene S.
-
- Offline
- Administrator
-
6 years 1 month ago #564
by Eugene S.
Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
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.
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!
- bigwookie
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 12
- Thank you received: 0
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
That is already set to yes so i'm guessing something is possibly blocking it from loading maybe?
thanks
- Eugene S.
-
- Offline
- Administrator
-
6 years 4 weeks ago #585
by Eugene S.
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!
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!
- bigwookie
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 12
- Thank you received: 0
6 years 3 weeks ago #603
by bigwookie
Hi,
Details have been sent, many thanks
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
- Eugene S.
-
- Offline
- Administrator
-
6 years 3 weeks ago #610
by Eugene S.
Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
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:
- pagination fix
- the image in a signature does not have a collision with text anymore
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.