Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • lmbrst Friend
    #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 Moderator
    #520901

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

    lmbrst Friend
    #521146

    Hello,
    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 Moderator
    #521199

    If possible, PM me admin login info of your site, I will check what’s wrong.

    Saguaros Moderator
    #521392

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

    lmbrst Friend
    #521394

    Thank you,
    it’s working.
    But how i can conditionally change the css based on the user agent?

    Saguaros Moderator
    #521400

    It 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>

    lmbrst Friend
    #521466

    thank you very much

    Saguaros Moderator
    #521482

    You are welcome 🙂

Viewing 9 posts - 1 through 9 (of 9 total)

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