Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • pressmar Friend
    #182385

    Hi

    i wanted to deactivate all responsive layouts expect the biggest and the one for screens under 970. For the smaller version i wantet to activate the horizontal scrollbar. (see http://www.pressmar.de)

    Do you know if its possible to simple zoom the frontpage silde show as module in the smaller version via css.

    Could you tell we why in “Consulting” and “Webdesign” the first word of the k2 article gets shown in first row left to the image and on “Home” the first word is displayed as it should under the picture. I had excactly the same html code in both articles and it didn’t worked the same way.

    Best regards and thanks for the help.
    When will be there be a T3 framework for Joomla 3.x? Will the older templates be ported to the new system?

    Saguaros Moderator
    #473582

    Hi pressmar,

    – This responsive template uses media query to load respective css file when viewing in different devices, you could open file: templatesja_puresiteetclayoutsdefault.xml (or in backend > template manager > layout (tab) > edit ):


    <file media="only screen and (max-width:479px)">css/layout-mobile-port.css</file>
    <file media="only screen and (max-width:735px)">css/layout-mobile.css</file>
    <file media="only screen and (min-width:736px) and (max-width: 985px)">css/layout-tablet.css</file>
    <file media="only screen and (min-width:986px) and (max-width: 1235px)">css/layout-normal.css</file>

    and remove file you don’t want to use.

    – With horizontal scroll bar, pls open file templatesja_puresitecsstemplate.css and add this CSS rule:

    body#bd #ja-wrapper {
    overflow-x: scroll;
    }

    – With Joomla 3.x, we develop a new version: JAT3V3 Framework which use Less & Bootstrap as its in joomla 3.x. And we are in progress of updating most of older templates to be compatible with both joomla 2.5 and joomla 3.0.

    Regards.

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

This topic contains 2 replies, has 2 voices, and was last updated by  Saguaros 11 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum