- Posts: 5
- Thank you received: 4
OT Sienna - problem
- Henryk Kusztelak
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
13 years 2 months ago #508
by Henryk Kusztelak
OT Sienna - problem was created by Henryk Kusztelak
Hi i have problem with OT Sienna template.
I set only 3 modules in "topbox" positions and there is some problem with middle module background. (screen).
Is any chance to set it correctly ?
I set only 3 modules in "topbox" positions and there is some problem with middle module background. (screen).
Is any chance to set it correctly ?
Attachment ot_sienna_error.jpg not found
Attachments:
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 2 months ago #511
by Linh Robert
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: OT Sienna - problem
Hi kusy,
Please provide us your site url and we can see the problem faster
Thanks for using our products!
Please provide us your site url and we can see the problem faster
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/
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
- Henryk Kusztelak
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 5
- Thank you received: 4
13 years 2 months ago #512
by Henryk Kusztelak
Replied by Henryk Kusztelak on topic Re: OT Sienna - problem
Hi.
Here is site url: ekstranews.pl/
When You set module style width=34% (only this middle one) everything is ok but i check it only in firebug i don't know where i can set this style parms in files.
Here is site url: ekstranews.pl/
When You set module style width=34% (only this middle one) everything is ok but i check it only in firebug i don't know where i can set this style parms in files.
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 2 months ago #514
by Linh Robert
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: OT Sienna - problem
Hi,
In layout.css, find this code at about line 200:
and edit to:
may fixed the background problem. (I think this is acceptable solution)
Thanks for using our products!
In layout.css, find this code at about line 200:
Code:
.mega_tops .topbox-2, .mega_tops .topbox-4 {
background: url("../images/mega_topboxs_bg.jpg") no-repeat scroll left top transparent;
}
Code:
.mega_tops .topbox-2, .mega_tops .topbox-4 {
background: url("../images/mega_topbox3_bg.jpg") no-repeat scroll left top transparent;
}
may fixed the background problem. (I think this is acceptable solution)
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/
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
- Henryk Kusztelak
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 5
- Thank you received: 4
13 years 2 months ago #516
by Henryk Kusztelak
Hi.
Not really because now first and second module look like one modul.
You can check what i'm talking about on my site.
There is no solution to set width parameter for first and third module on 33% and second module on 34% width ?
Replied by Henryk Kusztelak on topic Re: OT Sienna - problem
linh_omg wrote: Hi,
(I think this is acceptable solution)
Thanks for using our products!
Hi.
Not really because now first and second module look like one modul.
You can check what i'm talking about on my site.
There is no solution to set width parameter for first and third module on 33% and second module on 34% 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 2 months ago - 13 years 2 months ago #517
by Linh Robert
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: OT Sienna - problem
Hi,
I miss-understand your need.
If so, the answer is yes. Simply edit the /templates/mega_sienna/index.php and find this code:
Replace by:
Thanks
I miss-understand your need.
If so, the answer is yes. Simply edit the /templates/mega_sienna/index.php and find this code:
Code:
<div class="topbox topbox2<?php echo $tops['topbox-2']['class']; ?>" style="width: <?php echo $tops['topbox-2']['width']; ?>;">
<jdoc:include type="modules" name="topbox-2" style="megabox" />
</div>
Replace by:
Code:
<div class="topbox topbox2<?php echo $tops['topbox-2']['class']; ?>" style="width:34%;">
<jdoc:include type="modules" name="topbox-2" style="megabox" />
</div>
Thanks
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 2 months ago by Linh Robert.
The following user(s) said Thank You: Henryk Kusztelak, makcim makcimov
Please Log in or Create an account to join the conversation.
Time to create page: 0.198 seconds