-
AuthorPosts
-
truemaker Friend
truemaker
- Join date:
- April 2013
- Posts:
- 50
- Downloads:
- 29
- Uploads:
- 2
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
April 7, 2015 at 4:25 pm #205365Hi
Joomla 2.5
JA_University T3v2How 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
Igorjooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
April 7, 2015 at 6:15 pm #566178Hi there
Please provide your backend access for checking.
You would see layout profile for this choose.
Thank you,
Viet Vutruemaker Friendtruemaker
- Join date:
- April 2013
- Posts:
- 50
- Downloads:
- 29
- Uploads:
- 2
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
April 7, 2015 at 6:43 pm #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?
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
April 8, 2015 at 10:53 am #566314Hi there
Please provide your backend & CPanel access. I’ll help you check it.Thank you,
Viet Vutruemaker Friendtruemaker
- Join date:
- April 2013
- Posts:
- 50
- Downloads:
- 29
- Uploads:
- 2
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
April 10, 2015 at 9:18 am #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,
Igorjooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
April 14, 2015 at 6:57 am #566868Hi 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 Vutruemaker Friendtruemaker
- Join date:
- April 2013
- Posts:
- 50
- Downloads:
- 29
- Uploads:
- 2
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
April 14, 2015 at 9:07 am #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
Igorjooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
April 15, 2015 at 2:59 pm #567081Hi 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 Vutruemaker Friendtruemaker
- Join date:
- April 2013
- Posts:
- 50
- Downloads:
- 29
- Uploads:
- 2
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
April 16, 2015 at 12:58 pm #567237Hi, 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
Igorjooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
April 19, 2015 at 5:54 am #567485Hi 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 Vutruemaker Friendtruemaker
- Join date:
- April 2013
- Posts:
- 50
- Downloads:
- 29
- Uploads:
- 2
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
April 20, 2015 at 9:35 am #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
Igortruemaker Friendtruemaker
- Join date:
- April 2013
- Posts:
- 50
- Downloads:
- 29
- Uploads:
- 2
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
April 20, 2015 at 9:35 am #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
Igorjooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
April 22, 2015 at 4:23 am #567833Hi there
Please wait for moment. Let me check this.Thank you,
Viet Vutruemaker Friendtruemaker
- Join date:
- April 2013
- Posts:
- 50
- Downloads:
- 29
- Uploads:
- 2
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
April 27, 2015 at 9:40 am #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
Igortruemaker Friendtruemaker
- Join date:
- April 2013
- Posts:
- 50
- Downloads:
- 29
- Uploads:
- 2
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
April 27, 2015 at 9:40 am #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
IgorAuthorPostsThis 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