11
SevenD
Re: Site Review
  • 2004/12/21 14:18

  • SevenD

  • Not too shy to talk

  • Posts: 143

  • Since: 2003/7/23


Aaron, open themes/7dana-Xred/theme.html in Notepad or UltraEdit and relpace text "Register now on 7dana.com!" with "Register now on kckn.com!".
Also replace footer message "Copyright © 2004 by your company" with "Copyright © 2004 by All Comedy Radio".

Great site!



12
SevenD
Re: I need help/ small job
  • 2004/12/8 0:21

  • SevenD

  • Not too shy to talk

  • Posts: 143

  • Since: 2003/7/23


Hi masoesa,

Open themes/7dana-soft/theme.html, find this code and change width value to 100:
<img src="<{$xoops_imageurl}>images/160.gif" width="150" height="1" alt="" />

Also, clone template set in admin area > templates and set cloned template as default.
Open admin area > templates > new templates > xcgal > and remove line break tag from block template "most viewed pictures"
(Sorry, I don't have xcgal module installed to give you full instruction.)


Quote:
LazyBadger wrote:
I see, you use 7dana-soft, thus - in left and right column you have invisible image 160.gif, which dictates td width (bad style, BTW) - kill it and move definition to css or truncate to 100 pixels from current


Nothing wrong with placing a spacer image in a table column...this requires browsers to keep the column at least as wide as the image. CSS width definition for left/right table column(or any other table column) is not enough in some situation (regarding css and table based design....the newer DIV techniques is different story). To require a column to be a certain minimum width, you can insert a spacer image(with an empty alt tag) into that column.



13
SevenD
Re: Need to change layout of 7dana-round theme but not sure how...
  • 2004/10/17 22:05

  • SevenD

  • Not too shy to talk

  • Posts: 143

  • Since: 2003/7/23


Hi SDXY33,

1. Open themes/7dana-round/style.css and change:
Quote:

table#okvir
{
background-color: #FFFFFF;
width: 780px;
}

to:
Quote:

table#okvir
{
background-color: #FFFFFF;
width: 100%;
}


2. Open themes/7dana-round/theme.html and change:
Quote:

<body>
<table width="780px" border="0" align="center" cellpadding="0" cellspacing="0" id="okvir">

to:
Quote:

<body>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="okvir">



14
SevenD
Re: Zaja_Color theme left center and right center blocks overlap in IE6 only
  • 2004/10/5 23:37

  • SevenD

  • Not too shy to talk

  • Posts: 143

  • Since: 2003/7/23


Thanks upsadaz,

just visited ourladyoffatimaschool.com with IE6, Firefox 0.9 and Opera7 and the LC and RC columns are not overlapping..everything looks fine.



15
SevenD
Re: Banner logo address is incorrect
  • 2004/10/5 23:19

  • SevenD

  • Not too shy to talk

  • Posts: 143

  • Since: 2003/7/23


Hi Xman04,

you can't use relativ path (in xoops) for logo-image source..

If logo.jpg is located in themes/theme_name/images folder use this code:

Quote:
<img src="<{$xoops_imageurl}>images/logo.jpg" alt="my site" border="0">

If logo.jpg is located in xoops_root/images directory use this one:
Quote:
<img src="<{$xoops_url}>images/logo.jpg" alt="my site" border="0">



16
SevenD
Re: 7dana theme & poweredby.gif
  • 2004/10/4 10:03

  • SevenD

  • Not too shy to talk

  • Posts: 143

  • Since: 2003/7/23


Jackwann, just downloaded 7dana-clean theme and poweredby.gif is not part of the theme (poweredby.gif never used in 7dana XOOPS themes)...

Also, one non-existing image can't be reason for poor performance.



17
SevenD
Re: Zaja_Blue theme problem
  • 2004/9/25 8:06

  • SevenD

  • Not too shy to talk

  • Posts: 143

  • Since: 2003/7/23



Yes, just change "width:760px" value in ".zaja" selector..



18
SevenD
Re: Zaja_Blue theme problem
  • 2004/9/16 18:01

  • SevenD

  • Not too shy to talk

  • Posts: 143

  • Since: 2003/7/23


pubhead, links style is identical for entire skin..with the exception of article head/title, user/main menu and footer/header.
Quote:
where do the rest of the blocks (other than main menu and user menu) get their style formatting from


Open style.css and find all selectors who containing "block" word in the name.



19
SevenD
Re: Zaja_Blue theme problem
  • 2004/9/16 17:02

  • SevenD

  • Not too shy to talk

  • Posts: 143

  • Since: 2003/7/23


Tedsmith, try to change 1200px with 95%, this is better option for visitors with smaller screen.

btw. i like your site...congratulations, here is my site about Bedlington Terriers: www.mojpas.com



20
SevenD
Re: Zaja_Blue theme problem
  • 2004/9/16 14:55

  • SevenD

  • Not too shy to talk

  • Posts: 143

  • Since: 2003/7/23


Hi pubhead,
Quote:
I did notice that there are a few more files in the default theme folder than in the Zaja_Blue folder:
theme_blockcenter_c.html
theme_blockleft.html etc

theme_blockcenter_c.html and theme_blockleft.html is included in theme.html.

Quote:
the a:hover class works on the user and main menu blocks, but not on any of the center or right blocks.

contrarily..."a:hover" class works on entire skin, on the user and main menu blocks works separate class: "td#mainmenu a:hover" and "td#usermenu a:hover".

Your site is warped because you don't have any content, just add some content and you will see big difference.






TopTop
« 1 (2) 3 4 5 6 »



Login

Who's Online

217 user(s) are online (157 user(s) are browsing Support Forums)


Members: 0


Guests: 217


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