-
AuthorPosts
-
January 30, 2014 at 2:28 am #194258
hello,
I’m using the last version of JAUniversity on joomla 2.5.17 and the login module doesn’t show in the Handheld layout.
There is a particulare position to use or what?Thanks in advance.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 3, 2014 at 6:32 am #520901JA University is a responsive template, some positions may be hidden in mobile view. Which position do you assign this login module to? You can post your site’s URL here and set Optimize CSS in template manager to NO, I will help to debug then.
February 4, 2014 at 4:58 pm #521146Hello,
i’ve assigned the login form to the hornnav, and with iphone layout it’s ok, but is not visible under the Handheld layout.
the test site is published to http://test2.work-lab.it.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 5, 2014 at 3:15 am #521199If possible, PM me admin login info of your site, I will check what’s wrong.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 6, 2014 at 1:19 am #521392The JA University supports responsive layout, it is different from other templates which runs with JAT3 v2 framework, all settings for iPhone, Handheld, Android will be disabled: http://prntscr.com/2pwmnr
Please try to disable them then clear JAT3 cache.
1 user says Thank You to Saguaros for this useful post
February 6, 2014 at 1:45 am #521394Thank you,
it’s working.
But how i can conditionally change the css based on the user agent?Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 6, 2014 at 2:11 am #521400It will depend on the screen resolution, template will detect the screen size and load appropriate CSS file, you can check it in Backend > Template manager > Layout (tab) > Click to edit default layout: http://prntscr.com/2pwyih
<!--Extra css load for this layout-->
<stylesheets>
<file>css/template.css</file>
<file media="only screen and (max-width:719px)">css/layout-mobile.css</file>
<file media="only screen and (max-width:479px)">css/layout-mobile-port.css</file>
<file media="only screen and (min-width:720px) and (max-width: 985px)">css/layout-tablet.css</file>
</stylesheets>1 user says Thank You to Saguaros for this useful post
February 6, 2014 at 7:54 am #521466thank you very much
-
AuthorPosts
This topic contains 9 replies, has 2 voices, and was last updated by Saguaros 10 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum