Backround and Homepage message problem
2 posters
Page 1 of 1
Backround and Homepage message problem
How i can get that backround where im typing to invasible? i dont want that colored backround and how i can change typing line in homepage message "marked blue" i tryed hit "Enter" many times to change it but nothing hapens
Last edited by sankkuq on December 5th 2013, 2:30 pm; edited 1 time in total
Re: Backround and Homepage message problem
Hello sankkuq,
For your first question, please provide a link to your forum.
For your second question :
Administration panel > General > Messages and e-mails > Announcements edit or add a new announcement.
For your first question, please provide a link to your forum.
For your second question :
Administration panel > General > Messages and e-mails > Announcements edit or add a new announcement.
Re: Backround and Homepage message problem
http://freetokill.foorumi.biz/ and nothing hapened when i added same text to Announcements i cant even find that text anywhere from forum what did i addedSethC1995 wrote:Hello sankkuq,
For your first question, please provide a link to your forum.
For your second question :
Administration panel > General > Messages and e-mails > Announcements edit :edit:or add :add:a new announcement.
Re: Backround and Homepage message problem
Oh i understand now got working that text now but now that backround color is problem becouse i want text just goes to site background and doesnt make own backroundsankkuq wrote:http://freetokill.foorumi.biz/ and nothing hapened when i added same text to Announcements i cant even find that text anywhere from forum what did i addedSethC1995 wrote:Hello sankkuq,
For your first question, please provide a link to your forum.
For your second question :
Administration panel > General > Messages and e-mails > Announcements edit :edit:or add :add:a new announcement.
Re: Backround and Homepage message problem
Please try not to double post, please see the rules.
To make the homepage message transparent do the following.
Administration Panel > Display > Templates > General > index_body
Find:
Administration Panel > Display > Pictures and colors > Colors > CSS stylesheet
To make the homepage message transparent do the following.
Administration Panel > Display > Templates > General > index_body
Find:
- Code:
<!-- BEGIN message_admin_index -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<!-- BEGIN message_admin_titre -->
<tr>
<td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
</tr>
<!-- END message_admin_titre -->
<!-- BEGIN message_admin_txt -->
<tr>
<td class="row1" rowspan="3" align="center" valign="middle">
<div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
</td>
</tr>
<!-- END message_admin_txt -->
</table>
<!-- END message_admin_index -->
- Code:
<!-- BEGIN message_admin_index -->
<table style="background:transparent;border:none;" class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<!-- BEGIN message_admin_titre -->
<tr>
<td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
</tr>
<!-- END message_admin_titre -->
<!-- BEGIN message_admin_txt -->
<tr>
<td style="background:transparent;" class="row1" rowspan="3" align="center" valign="middle">
<div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
</td>
</tr>
<!-- END message_admin_txt -->
</table>
<!-- END message_admin_index -->
Administration Panel > Display > Pictures and colors > Colors > CSS stylesheet
- Code:
#fa_ticker_block td, #fa_ticker_block table { background:transparent; }
Re: Backround and Homepage message problem
Thanks you MS SethC1995SethC1995 wrote:Please try not to double post, please see the rules.
To make the homepage message transparent do the following.
Administration Panel > Display > Templates > General > index_body
Find:Replace with:
- Code:
<!-- BEGIN message_admin_index -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<!-- BEGIN message_admin_titre -->
<tr>
<td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
</tr>
<!-- END message_admin_titre -->
<!-- BEGIN message_admin_txt -->
<tr>
<td class="row1" rowspan="3" align="center" valign="middle">
<div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
</td>
</tr>
<!-- END message_admin_txt -->
</table>
<!-- END message_admin_index -->For the announcement background color add this to your CSS:
- Code:
<!-- BEGIN message_admin_index -->
<table style="background:transparent;border:none;" class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<!-- BEGIN message_admin_titre -->
<tr>
<td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
</tr>
<!-- END message_admin_titre -->
<!-- BEGIN message_admin_txt -->
<tr>
<td style="background:transparent;" class="row1" rowspan="3" align="center" valign="middle">
<div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
</td>
</tr>
<!-- END message_admin_txt -->
</table>
<!-- END message_admin_index -->
Administration Panel > Display > Pictures and colors > Colors > CSS stylesheet
- Code:
#fa_ticker_block td, #fa_ticker_block table { background:transparent; }
Similar topics
» Guests homepage message
» Homepage Message Content Problem
» Only members can see the "Homepage message"
» Widgets in homepage message
» Homepage message Inactive
» Homepage Message Content Problem
» Only members can see the "Homepage message"
» Widgets in homepage message
» Homepage message Inactive
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum