- Posts: 4
- Thank you received: 4
Module positions
- Anastasia Bro
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
13 years 3 months ago #389
by Anastasia Bro
Module positions was created by Anastasia Bro
Here
www.omegatheme.com/joomla/impressive-ser...mplate-ot-appoz.html
And here - demo.omegatheme.com/joomla17/ot_appoz.html (Menu Feature -> Module positions) are different modules and its positions.
And when i installed this template on my Joomla 1.7 web-site, i see the third variation of module positions.
How can I give the first?
Why demo don't corespond to real positions (or the reverse)?
And here - demo.omegatheme.com/joomla17/ot_appoz.html (Menu Feature -> Module positions) are different modules and its positions.
And when i installed this template on my Joomla 1.7 web-site, i see the third variation of module positions.
How can I give the first?
Why demo don't corespond to real positions (or the reverse)?
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
- Trung Duong
-
- Offline
- Administrator
-
Less
More
- Posts: 2284
- Thank you received: 998
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
13 years 3 months ago #392 by Trung Duong
Replied by Trung Duong on topic Re: Module positions
Hello Inngrid,
You can follow first link. Maybe it's a bug from content demo, i will fix it.
Thank you
You can follow first link. Maybe it's a bug from content demo, i will fix it.
Thank you
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!


[img]...[/img]
[img]...[/img]
[img]...[/img]
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
- Anastasia Bro
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 4
- Thank you received: 4
13 years 3 months ago #394
by Anastasia Bro
Replied by Anastasia Bro on topic Re: Module positions
Hi, trungdt
How can I follow it?
I have installed the template, but module positions don't correspond the first link, neither the second.
It's another, third module positions scheme.
You can see it here:
woman.alipatova.com/?tp=1
How can I follow it?
I have installed the template, but module positions don't correspond the first link, neither the second.
It's another, third module positions scheme.
You can see it here:
Attachment ot_appoz_modules.gif not found
woman.alipatova.com/?tp=1
Attachments:
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
- Anastasia Bro
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 4
- Thank you received: 4
13 years 3 months ago #395
by Anastasia Bro
Replied by Anastasia Bro on topic Re: Module positions
Plus, I have adjusted Bottom Positions as Custom Width Boxes ((33, 33, 33)), but it take all template width.
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
13 years 3 months ago - 13 years 3 months ago #397
by Linh Robert
Hi inngrid,
There is a different between two version of this template (Joomla 1.5 and Joomla 1.7) about position's name.
The first link above is for 1.5 version. You can see position name in templates/ot_appoz/templateDetails.xml and its implementation in templates/ot_appoz/index.php then you can understand the scheme.
When you use 'bottom' position to put many modules and want to use Custom Width Boxes layout, you need change this in templates/ot_appoz/index.php:
to:
(With original design, Custom Width Boxes layout is made for top boxes only, but by above way, you can use for bottom or others positions)
Also, in Custom Width Boxes param, please leave it in right syntax:
so if there is 2 modules, each will get 50%; if 3 modules, each will get 33%; and so on.
Thanks for using our products!
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Replied by Linh Robert on topic Re: Module positions
inngrid wrote: Hi, trungdt
How can I follow it?
I have installed the template, but module positions don't correspond the first link, neither the second.
It's another, third module positions scheme.
You can see it here:
woman.alipatova.com/?tp=1
Hi inngrid,
There is a different between two version of this template (Joomla 1.5 and Joomla 1.7) about position's name.
The first link above is for 1.5 version. You can see position name in templates/ot_appoz/templateDetails.xml and its implementation in templates/ot_appoz/index.php then you can understand the scheme.
When you use 'bottom' position to put many modules and want to use Custom Width Boxes layout, you need change this in templates/ot_appoz/index.php:
Code:
<jdoc:include type="modules" name="bottom" style="otRound" />
Code:
<jdoc:include type="otmodules" name="bottom" wrapper="bottom-box" layout="<?php echo $this->params->get('CustomWidthBoxes'); ?>" boxlayout="<?php echo str_replace("\n", "", $this->params->get('width_topboxes')); ?>" style="otrounded" />
(With original design, Custom Width Boxes layout is made for top boxes only, but by above way, you can use for bottom or others positions)
Also, in Custom Width Boxes param, please leave it in right syntax:
Code:
(100);
(50, 50);
(33, 33, 33);
(25, 25, 25, 25);
(20, 20, 20, 20, 20);
Thanks for using our products!
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Last edit: 13 years 3 months ago by Linh Robert.
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
- Anastasia Bro
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 4
- Thank you received: 4
13 years 3 months ago #420
by Anastasia Bro
Replied by Anastasia Bro on topic Re: Module positions
Thank you for advice, linh_omg, but it don't work.
There are the problem. I changed code, bottom modules have 33% width,. but they stay one upon other, not in line
There are the problem. I changed code, bottom modules have 33% width,. but they stay one upon other, not in line

Attachment bottom.jpg not found
Attachments:
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
Time to create page: 0.206 seconds