Two Part Question

More
13 years 6 months ago #8852 by aaroninbna
Two Part Question was created by aaroninbna

What is generating the small tab at the top of the article (see attachment) and how to I rid myself of it?

How do I disable the black horizontal strip at the bottom of the page. It is fine with articles that extend the page, but an eye sore if I have little data on the page.


Thank You,
Aaron
Attachments:

Please Log in to join the conversation.

More
13 years 6 months ago - 13 years 6 months ago #8853 by aaroninbna
Replied by aaroninbna on topic Re: Two Part Question
[FOLLOW UP]

On the Coffeine Demo, The small tab is a date tab.

Hot Skies was originally installed, then Coffeine added after the fact.
Last edit: 13 years 6 months ago by aaroninbna. Reason: Followup data added

Please Log in to join the conversation.

More
13 years 6 months ago #8874 by aaroninbna
Replied by aaroninbna on topic Re: Two Part Question
?

Please Log in to join the conversation.

More
13 years 6 months ago #8897 by ivan.milic
Replied by ivan.milic on topic Re: Two Part Question
Do you have a link to that page?

Please Log in to join the conversation.

More
13 years 6 months ago - 13 years 6 months ago #8903 by aaroninbna
Replied by aaroninbna on topic Re: Two Part Question
tacsupport.com

The small tab is directly above the word "Welcome". The demo shows it being a article date icon.

I also can't get rid of the article title. I have insure the home menu, as well as every other module,menu,etc does not show the article title.

The black bar at the bottom is the other concern.

Can I pay for your dedicated help by chance?

Thank you,
Aaron
Last edit: 13 years 6 months ago by aaroninbna. Reason: cleaning up the url link

Please Log in to join the conversation.

More
13 years 6 months ago #8908 by ivan.milic
Replied by ivan.milic on topic Re: Two Part Question
Hi,

To remove the small tab in IE7 open templete_css.css and you can alter this:

.hotdate {
float: left;
width: 57px;
text-align: center;
margin-right: 10px;
background: url(../images/hotdate_bg.png) no-repeat;
}

remove just bcg. image or do whatever you think is best.

About article title, have you tried in menu editor, to set in Parameters(System) section , "Show Page Title" to "No" ?

The bottom black bar bcg. color is rendered from template_css.php as:

.wrapper_bottom {
background: #121212;
}

so you can change it's color using template parameters. In code it looks like this:

.wrapper_bottom {
background:<?php echo $bottomBgColor; ?>;
}

Please Log in to join the conversation.

Time to create page: 0.172 seconds
Powered by Kunena Forum