- Posts: 20
- Thank you received: 0
Left and Inset not showing
-
arielb
Inactive member -
Topic Author
- Member
-
Less
More
13 years 4 months ago #11692
by arielb
Left and Inset not showing was created by arielb
Hi! I'm having a problem. I'm putting modules in the left and inset position, but they are not showing up. When I move them to Advert or User 5-8 they show normally.
The website is jazzeando.com.ar/otros/jardin/
Thanks!
Ariel
The website is jazzeando.com.ar/otros/jardin/
Thanks!
Ariel
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 4 months ago #11720
by ivan.milic
Replied by ivan.milic on topic Re: Left and Inset not showing
Try this:
open /inc/col_left.php
and change
<?php if ($showleft) { ?>
to
<?php if ($showleft || 1) { ?>
open /inc/col_main.php
and change:
<?php if ($showinset) { ?>
to
<?php if ($showinset || 1) { ?>
report back what happens.
open /inc/col_left.php
and change
<?php if ($showleft) { ?>
to
<?php if ($showleft || 1) { ?>
open /inc/col_main.php
and change:
<?php if ($showinset) { ?>
to
<?php if ($showinset || 1) { ?>
report back what happens.
Please Log in to join the conversation.
-
arielb
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 20
- Thank you received: 0
13 years 4 months ago #11752
by arielb
Replied by arielb on topic Re: Left and Inset not showing
I'm sorry, but I can't find the folder inc insice hot_cosmetics. Where is it?
Thanks.
Ariel
Thanks.
Ariel
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 4 months ago #11760
by ivan.milic
Replied by ivan.milic on topic Re: Left and Inset not showing
<joomla root>\templates\hot_cosmetics\inc\
Please Log in to join the conversation.
-
arielb
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 20
- Thank you received: 0
13 years 4 months ago #11764
by arielb
Replied by arielb on topic Re: Left and Inset not showing
No, it's not there. Maybe there's a problem with the installation?
I installed it again and it keeps doing the same. Is it possible the installation package isn't complete?
Also, when I clic an item in the menu it returns html text and in the end, this:
Warning</b>: require(/root/templates/hot_cosmetics//inc/col_left.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in <b>/root/templates/hot_cosmetics/index.php</b> on line <b>251</b><br />
<br />
<b>Fatal error</b>: require() [<a href='function.require'>function.require</a>]: Failed opening required '/root/templates/hot_cosmetics//inc/col_left.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in <b>/root/templates/hot_cosmetics/index.php</b> on line <b>251</b><br />
I installed it again and it keeps doing the same. Is it possible the installation package isn't complete?
Also, when I clic an item in the menu it returns html text and in the end, this:
Warning</b>: require(/root/templates/hot_cosmetics//inc/col_left.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in <b>/root/templates/hot_cosmetics/index.php</b> on line <b>251</b><br />
<br />
<b>Fatal error</b>: require() [<a href='function.require'>function.require</a>]: Failed opening required '/root/templates/hot_cosmetics//inc/col_left.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in <b>/root/templates/hot_cosmetics/index.php</b> on line <b>251</b><br />
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6784
- Thank you received: 720
13 years 4 months ago #11769
by milos
Replied by milos on topic Re: Left and Inset not showing
Are you trying to install version for Joomla 1.5 or 1.7? Did you try HotStart installation method or just regular template installation?
Please Log in to join the conversation.
Time to create page: 0.195 seconds