- Posts: 62
- Thank you received: 0
Transparent BG & Remove Content Component?
14 years 2 months ago #11051
by lmw1
Transparent BG & Remove Content Component? was created by lmw1
Please see attached image of what I am trying to accomplish.
Thank you!
LMW1
Thank you!
LMW1
Please Log in to join the conversation.
14 years 2 months ago #11058
by milos
Replied by milos on topic Re: Transparent BG & Remove Content Component?
Please give us your link.
Please Log in to join the conversation.
14 years 2 months ago #11061
by lmw1
Replied by lmw1 on topic Re: Transparent BG & Remove Content Component?
Is there a way I can PM it to you?
Please Log in to join the conversation.
14 years 2 months ago #11064
by milos
Replied by milos on topic Re: Transparent BG & Remove Content Component?
You can use Report to moderator button below.
Please Log in to join the conversation.
14 years 2 months ago #11091
by lmw1
Replied by lmw1 on topic Re: Transparent BG & Remove Content Component?
PM sent. Thank you.
Please Log in to join the conversation.
14 years 2 months ago - 14 years 2 months ago #11096
by milos
Replied by milos on topic Re: Transparent BG & Remove Content Component?
The block that you mentioned is already transparent.
Re the other problem, please edit file /templates/hot_chameleon/index.php and add this code BEFORE line <div class="main_area">:
Then, add this code BEFORE line <?php if ($bottommodules) { ?>
Re the other problem, please edit file /templates/hot_chameleon/index.php and add this code BEFORE line <div class="main_area">:
Code:
<?php
$menu = & JSite::getMenu();
if ($menu->getActive() != $menu->getDefault()) {
?>
Then, add this code BEFORE line <?php if ($bottommodules) { ?>
Code:
<?php } ?>
Last edit: 14 years 2 months ago by milos.
Please Log in to join the conversation.
Time to create page: 0.211 seconds