1
AHLIS
Edit theme APH002
  • 2009/2/11 19:27

  • AHLIS

  • Not too shy to talk

  • Posts: 189

  • Since: 2004/12/12


Hi,

http://demo.xoops-theme.com/?xoops_theme_select=APH002

Question 1)

I have found a theme "APH002" but I want to remove to links in the top of the page. I have tried to edit the theme.html, but every try I have made the theme becomes strange.

Is there anyone that know what I should do to only remove the links.

Question 2)

This theme is centred and I want it to be to the left. Where should I edit to fix that?

2
Bleekk
Re: Edit theme APH002
  • 2009/2/11 19:46

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


Question 2)

open css/style.css

delete
margin-leftauto;
margin-rightauto;

from .wrapper
line: 17 and 18

will look now how to delete links

3
Bleekk
Re: Edit theme APH002
  • 2009/2/11 19:58

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


sorry was too fast:
open style.css, find .wrapper, .right, .footer and overwrite with this:
.wrapper {
    
displayblock;
    
width990px;
    
floatleft;
    
background-imageurl(../visual/APH002_09.jpg);
    
heightauto;
}

.right {
    
width175px;
    
margin-top0px;
    
font-size12px;
    
positionabsolute;
    
margin-left613px;
    
heightauto;
}

.footer {
    
color#000000;
    
clearboth;
    
text-aligncenter;
    
padding-top10px;
    
padding-bottom10px;
    
width990px;
    
min-height20px;
    
floatleft;
     
text-transformuppercase;
    
font-size10px;
    
background-imageurl(../visual/APH002_10.jpg);
    
background-repeatno-repeat;
}

4
AHLIS
Re: Edit theme APH002
  • 2009/2/12 7:23

  • AHLIS

  • Not too shy to talk

  • Posts: 189

  • Since: 2004/12/12


Thanks Bleekk. That worked great. I only changed .wrapper, .footer. The right blocks (.right) should be at the right side. It was only the theme I was going to move to the left.

Is there anyone who knows how to remove the links in the top. There are 5 links to home, news, forum... I have tried to change the theme.html. I found something in the css file, but hasen't tried to remove anything from there. Should I remove some code there?

5
Bleekk
Re: Edit theme APH002
  • 2009/2/12 11:23

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


you have to move the .right too, look how your site looks in IE if you don't move the .right

6
AHLIS
Re: Edit theme APH002
  • 2009/2/12 16:37

  • AHLIS

  • Not too shy to talk

  • Posts: 189

  • Since: 2004/12/12


Okey. The page looks good in IE7 at my computer. When I changed the .right the right column was showing up under the left column in both firefox and IE7.

You can take a look at my testsite to see if the page looking strange. (Now the .right is removed) If you see that there are something wrong with the theme then could we do a new check with the .right. It's maybe something wrong with my computer?.

http://ahlis.no-ip.org/roslagsloppet/

7
Anonymous
Re: Edit theme APH002
  • 2009/2/12 19:37

  • Anonymous

  • Posts: 0

  • Since:


Looks okay to me in IE7

8
AHLIS
Re: Edit theme APH002
  • 2009/2/12 20:11

  • AHLIS

  • Not too shy to talk

  • Posts: 189

  • Since: 2004/12/12


Sounds great. :)

I wrote that I had removed the .right but that was wrong. Removed was not the right word to use. I mean that I didn't change the old code in the .right.

About question 1. I found the scriptfile named "aph002preloads.js". I guess this is not the right way to do it but I changed all filenames for the images in the .js file so it always should show the picture when the mouse is not over the links. But it still show the other pictures when mouse is over the links. Starting to get a headache

9
ghia
Re: Edit theme APH002
  • 2009/2/13 1:33

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Set simply display:none; to #aphmenu or to .hlinks in style.css to have no top menu.

10
AHLIS
Re: Edit theme APH002
  • 2009/2/13 11:49

  • AHLIS

  • Not too shy to talk

  • Posts: 189

  • Since: 2004/12/12


Okey. Thanks ghia. :) I will try that.

Login

Who's Online

212 user(s) are online (139 user(s) are browsing Support Forums)


Members: 0


Guests: 212


more...

Donat-O-Meter

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

Latest GitHub Commits