Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • truemaker Friend
    #205365

    Hi

    Joomla 2.5
    JA_University T3v2

    How i can change on HOMEPAGE from default layout (main-2sidebar) on (left-main-right)?
    I do not see it in any option and i do not see css styles for that layout.

    Can you help me in it?

    WBR
    Igor

    jooservices Friend
    #566178

    Hi there
    Please provide your backend access for checking.
    You would see layout profile for this choose.
    Thank you,
    Viet Vu

    truemaker Friend
    #566183

    <em>@jooservices 467564 wrote:</em><blockquote>Hi there
    Please provide your backend access for checking.
    You would see layout profile for this choose.
    Thank you,
    Viet Vu</blockquote>

    Hi

    I used now main-2right layout on my homepage (default layout).
    I have only 3 layouts (IMAGE from admin)

    And create new homepage on test url.
    But if i change layout now – my original homepage changed too.

    I tryed CLONE default layout and

    <blocks name="middle" colwidth="25">
    <block name="content-mass-top">content-mass-top</block>
    <block name="right1">position-7</block>
    <block name="right2">position-5</block>
    </blocks>

    change

    <blocks name="middle" colwidth="25">
    <block name="left1">position-7</block>
    <block name="content-mass-top">content-mass-top</block>
    <block name="right1">position-5</block>
    </blocks>

    It’s changed, i see left-main-right on desctop, but template CSS floated bad in portabled screen.
    Because default layout mobile CSS preset as main-100% and (left1-50%+right-50%) BOTH.
    After changed i see on portable MAIN as (width:66.67%) in SOURCE PAGE and (floate:right) in template CSS.

    Can you help me in it? May be some CLONE not right changed?


    1. JA_University_default_layout
    jooservices Friend
    #566314

    Hi there
    Please provide your backend & CPanel access. I’ll help you check it.

    Thank you,
    Viet Vu

    truemaker Friend
    #566565

    <em>@jooservices 467702 wrote:</em><blockquote>Hi there
    Please provide your backend & CPanel access. I’ll help you check it.

    Thank you,
    Viet Vu</blockquote>

    Hi Viet Vu

    Sorry for the long silence.
    I can give you access to the test site.
    (1) How can I send you only the data access?
    (2) If it is possible to configure it through the layout clone, please say where and what changes should be made. Ideally, all the layout to work as a demo.
    But “LEFT-MAIN-RIGHT” priority.

    WBR,
    Igor

    jooservices Friend
    #566868

    Hi there
    You can PM me with your site backend & Cpanel access.
    And also please give me your needed detail. I’ll help you inspect and config it.

    Thank you,
    Viet Vu

    truemaker Friend
    #566888

    <em>@jooservices 468480 wrote:</em><blockquote>Hi there
    You can PM me with your site backend & Cpanel access.
    And also please give me your needed detail. I’ll help you inspect and config it.

    Thank you,
    Viet Vu</blockquote>

    Hi, Viet Vu

    I sent you to access data (test site) in a PM.

    WBR
    Igor

    jooservices Friend
    #567081

    Hi there
    I have cloned Default profile to Default – Copy
    Now you check this profile layout

    <?xml version="1.0" encoding="utf-8"?>
    <layout name="desktop">
    <!--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>
    <blocks name="top" style="xhtml">
    <block name="absolute" type="modules" style="raw">absolute</block>
    <block name="top-panel" type="modules" style="raw" main-inner="1">top-panel</block>
    <block name="header" type="header" main-inner="1"></block>
    <block name="mainnav" type="mainnav" main-inner="1"></block>
    <block name="cpanel" type="usertools/cpanel"></block>
    <block name="masshead" style="raw" no-main="1">masshead</block>
    <block name="slideshow" style="raw">slideshow</block>
    <block name="topsl" type="spotlight">user1, user2, user3, user4</block>
    <block name="topsl1" type="spotlight">user5, user6, user7, user8</block>
    <block name="topsl2" type="spotlight">user9, user10, user11, user12</block>
    </blocks>
    <blocks name="middle" colwidth="25">
    <block name="content-mass-top">content-mass-top</block>
    <block name="right1">position-7</block>
    <block name="right2">position-5</block>
    </blocks>
    <blocks name="bottom" style="xhtml">
    <block name="botsl" type="spotlight">user13, user14, user15, user16</block>
    <block name="botsl1" type="spotlight">user17, user18, user19, user20</block>
    <block name="botsl2" type="spotlight">user21, user22, user23, user24</block>
    <block name="navhelper" type="navhelper"></block>
    <block name="footer" type="footer"></block>
    </blocks>
    </layout>

    And change it as your needed.

    Thank you,
    Viet Vu

    truemaker Friend
    #567237

    Hi, Viet Vu

    I try change block middle.
    For example as

    <?xml version="1.0" encoding="utf-8"?>
    <layout name="desktop">
    <!--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>
    <blocks name="top" style="xhtml">
    <block name="absolute" type="modules" style="raw">absolute</block>
    <block name="top-panel" type="modules" style="raw" main-inner="1">top-panel</block>
    <block name="header" type="header" main-inner="1"></block>
    <block name="mainnav" type="mainnav" main-inner="1"></block>
    <block name="cpanel" type="usertools/cpanel"></block>
    <block name="masshead" style="raw" no-main="1">masshead</block>
    <block name="slideshow" style="raw">slideshow</block>
    <block name="topsl" type="spotlight">user1, user2, user3, user4</block>
    <block name="topsl1" type="spotlight">user5, user6, user7, user8</block>
    <block name="topsl2" type="spotlight">user9, user10, user11, user12</block>
    </blocks>
    <blocks name="middle" colwidth="25">
    <block name="left1">position-7</block>
    <block name="content-mass-top">content-mass-top</block>
    <block name="right1">position-5</block>
    </blocks>
    <blocks name="bottom" style="xhtml">
    <block name="botsl" type="spotlight">user13, user14, user15, user16</block>
    <block name="botsl1" type="spotlight">user17, user18, user19, user20</block>
    <block name="botsl2" type="spotlight">user21, user22, user23, user24</block>
    <block name="navhelper" type="navhelper"></block>
    <block name="footer" type="footer"></block>
    </blocks>
    </layout>

    And see on desctop as left-main-right.
    But in smaller width i see not correct layout.
    Because left and main modules both inside ONE COMMON DIV always in source html of page!
    And right outside that div.
    Therefore thay not correct showed (in small size) and main width only 66.67% in html of div.
    I want show (in middle size) as
    (1 row) = main(100%)
    (2 row) = left(50%)+right(50%)
    And adaptive styles without publish left and right modules.

    Can you help me to change layout source for style left-mein-right in Ja University T3v2 (joomla 2.5)?
    With correct styles for any devices. As demo now.
    Or publish the link of help page (info for custom rules) for main block of layout.

    WBR
    Igor

    jooservices Friend
    #567485

    Hi there
    We’r talking about responsive works. Actually as far i know your T3 version is old one. That’s not fully support for responsive.
    I’ll try to talk with team about this if possible.

    Thank you,
    Viet Vu

    truemaker Friend
    #567607

    <em>@jooservices 469265 wrote:</em><blockquote>Hi there
    We’r talking about responsive works. Actually as far i know your T3 version is old one. That’s not fully support for responsive.
    I’ll try to talk with team about this if possible.

    Thank you,
    Viet Vu</blockquote>

    Hi, Viet Vu

    I would be grateful for the help on OPTIONS for syntax only part of writing

    <blocks name="middle" colwidth="25">
    <block name="left1">position-7</block>
    <block name="content-mass-top">content-mass-top</block>
    <block name="right1">position-5</block>
    </blocks>

    For example list options of “name=…” in this block.
    Of course, I try to look at the source code html directory in search of it, but maybe you have previously ready information.

    WBR
    Igor

    truemaker Friend
    #732717

    <em>@jooservices 469265 wrote:</em><blockquote>Hi there
    We’r talking about responsive works. Actually as far i know your T3 version is old one. That’s not fully support for responsive.
    I’ll try to talk with team about this if possible.

    Thank you,
    Viet Vu</blockquote>

    Hi, Viet Vu

    I would be grateful for the help on OPTIONS for syntax only part of writing

    <blocks name="middle" colwidth="25">
    <block name="left1">position-7</block>
    <block name="content-mass-top">content-mass-top</block>
    <block name="right1">position-5</block>
    </blocks>

    For example list options of “name=…” in this block.
    Of course, I try to look at the source code html directory in search of it, but maybe you have previously ready information.

    WBR
    Igor

    jooservices Friend
    #567833

    Hi there
    Please wait for moment. Let me check this.

    Thank you,
    Viet Vu

    truemaker Friend
    #568439

    <em>@jooservices 469265 wrote:</em><blockquote>Hi there
    We’r talking about responsive works. Actually as far i know your T3 version is old one. That’s not fully support for responsive.
    I’ll try to talk with team about this if possible.

    Thank you,
    Viet Vu</blockquote>

    Hi, Viet Vu

    Do you have any news?

    WBR
    Igor

    truemaker Friend
    #733535

    <em>@jooservices 469265 wrote:</em><blockquote>Hi there
    We’r talking about responsive works. Actually as far i know your T3 version is old one. That’s not fully support for responsive.
    I’ll try to talk with team about this if possible.

    Thank you,
    Viet Vu</blockquote>

    Hi, Viet Vu

    Do you have any news?

    WBR
    Igor

Viewing 15 posts - 1 through 15 (of 16 total)

This topic contains 16 replies, has 2 voices, and was last updated by  truemaker 9 years, 6 months ago.

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