51
SevenD
Re: Need help to fix a theme....
  • 2004/2/4 15:43

  • SevenD

  • Not too shy to talk

  • Posts: 143

  • Since: 2003/7/23


Try to rename(in style.css) td#headerlogo selector to .headerlogo and replace :

Quote:

<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td id="headerlogo"><a href="<{$xoops_url}>/"><img src="<{$xoops_imageurl}>images/logo.gif" border="0" alt="Homepage" /></a>
</td>
</tr>
</table>


with:

Quote:

<table class="headerlogo" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td ><a href="<{$xoops_url}>/"><img src="<{$xoops_imageurl}>images/logo.gif" border="0" alt="Homepage" /></a>
</td>
</tr>
</table>


Send me style.css and theme.html if the problem still remains.




52
SevenD
Re: Need help to fix a theme....
  • 2004/2/4 15:04

  • SevenD

  • Not too shy to talk

  • Posts: 143

  • Since: 2003/7/23



Fix the style.css, unclosed tag in "td#headerlogo" and "table#okvir" selector, "}" .






53
SevenD
Re: GNP Designz goes with XOOPS
  • 2004/1/28 9:10

  • SevenD

  • Not too shy to talk

  • Posts: 143

  • Since: 2003/7/23



Yes Tood, feel free to contact me if you need help.
You didn't change "Moon Phases" block, why?



54
SevenD
Re: GNP Designz goes with XOOPS
  • 2004/1/28 2:40

  • SevenD

  • Not too shy to talk

  • Posts: 143

  • Since: 2003/7/23


There is a problem with Moon Phases block, replace:

Quote:
<table width="145" bgcolor="#000000" style="background-color:#000000" cellpadding="0" cellspacing="3" border="0">


with this code:

Quote:
<table style="width=: 145;" bgcolor="#000000" cellpadding="0" cellspacing="3" border="0">


Todd, you can replace "design by 7dana.com" with "theme by 7dana.com" or something similar.

Delete all files in template_c folder and you will see changes.




55
SevenD
Re: Admin Problem
  • 2004/1/20 2:38

  • SevenD

  • Not too shy to talk

  • Posts: 143

  • Since: 2003/7/23


Hi Beejay,

go to your_site/modules/system and create file style.css.
Open this (empty style.css)file in text editor and enter this code:

Quote:

html { scrollbar-face-color: #eeeeee; scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #d5d5d5; scrollbar-3dlight-color: #000000; scrollbar-arrow-color: #000000; scrollbar-track-color: #ffffff; scrollbar-darkshadow-color: #000000;}
body { background-color : transparent; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0px; padding: 0px;}
img {border: none;}
hr { height: 3px; border: 3px #E18A00 solid; width: 95%;}
ul { margin: 2px; padding: 2px; list-style: decimal inside; text-align: left;}
li { margin-left: 2px; list-style: square inside; color: #000000;}
h1 { font-size: 20px;}
h2 { font-size: 18px;}
h3 { font-size: 16px;}
h4 { font-size: 14px;}
th {background-color: #2F5376; color: #FFFFFF; padding : 2px; vertical-align : middle;}
a:link {text-decoration: none; color: #666666; font-weight: bold; background-color: transparent;}
a:visited {text-decoration: none; color: #666666; font-weight: bold; background-color: transparent;}
a:hover {text-decoration: none; color: #ff9966; font-weight: bold; background-color: transparent;}
div.xoopsCode { font-size: 11px; color: #006600; background-color: #FAFAFA; border: #c2cdd6 1px dashed;}
div.xoopsQuote { font-size: 11px; color: #444444; line-height: 125%; text-align: justify; background-color: #FAFAFA; border: #c2cdd6 1px dashed;}
div.xoopsQuote a:link, div.xoopsQuote a:visited { color: #444444; font-weight: bold; background-color: transparent;}
div.xoopsQuote a:hover, div.xoopsQuote a:active { color: #1778cb; background-color: transparent;}
div.errorMsg { background-color: #FF3737; color: White; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;}
div.confirmMsg { background-color : #DDFFDF; color: #136C99; text-align:center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight : bold;}
.fontSmall { font-size : 10px; background-color: transparent;}
a.fontSmall { color: #006699;}
a.fontSmall:hover { color: #C23030; text-decoration: underline;}
input { border-right: #000000 1px solid; border-top: #000000 1px solid; font: 11px verdana, arial, helvetica, sans-serif; border-left: #000000 1px solid;color: #000000; border-bottom: #000000 1px solid; background-color: #ffffff;}
textarea { border: #000000 1px solid; width: 430px; font: 11px verdana, arial, helvetica, sans-serif;}
input.formTextBox { border: #000000 1px solid; background: #ffffff; font: 11px verdana, arial, helvetica, sans-serif;}
select { border: #000000 1px solid; font: 11px verdana, arial, helvetica, sans-serif;}
div.content { text-align: left; padding: 0px 15px 0px 15px;}
.xoopsCenter { text-align:center;}
.bg1 { background-color: #E6E6E6;}
.bg2 { background-color: #2F5376;}
.bg3 { background-color: #2F5376; color: #ffffff;}
.bg4 { background-color: #ECECEC;}
.bg5 { background-color: #ECECEC;}
.outer {border: 1px solid silver;}
.head {background-color: #c2cdd6; padding: 5px; font-weight: bold;}
.even {background-color: #dee3e7; padding: 5px;}
.odd {background-color: #E6E6E6; padding: 5px;}
.foot {background-color: #c2cdd6; padding: 5px; font-weight: bold;}
tr.head td {background-color: #c2cdd6; padding: 5px; font-weight: bold;}
tr.even td {background-color: #dee3e7; padding: 5px;}
tr.odd td {background-color: #E6E6E6; padding: 5px;}
tr.foot td {background-color: #c2cdd6; padding: 5px; font-weight: bold;}


save and go to admin section, give a look, back to XOOPS forum and inform us about result.






56
SevenD
Re: problems changing 7dana theme
  • 2004/1/18 15:07

  • SevenD

  • Not too shy to talk

  • Posts: 143

  • Since: 2003/7/23


Try this:

Go to Admin > preferences > General Settings and set
Update module template .html files from themes/your theme/templates directory?
to yes.



57
SevenD
Re: How can I change xoopheadline logo size
  • 2004/1/4 10:50

  • SevenD

  • Not too shy to talk

  • Posts: 143

  • Since: 2003/7/23



Quote:
thats not the correct location I need to edit


Why, thats work for me, try to delete image height and width tags.




58
SevenD
Re: How can I change xoopheadline logo size
  • 2004/1/4 2:56

  • SevenD

  • Not too shy to talk

  • Posts: 143

  • Since: 2003/7/23


Hi script_fu,

try this:

Go to Template Set Manager »» Template set »» Edit template file »» xoopsheadline_feed.html »» Edit:
find this code and change the height and width of the image.

Quote:
<img src="<{$image.url}>" width="<{$image.width|default:88}>" height="<{$image.height|default:31}>" alt="<{$image.title}>" />


EXAMPLE:
Quote:
<img src="<{$image.url}>" width="100" height="40" alt="<{$image.title}>" />






TopTop
« 1 ... 3 4 5 (6)



Login

Who's Online

228 user(s) are online (141 user(s) are browsing Support Forums)


Members: 0


Guests: 228


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits