• 0

My new site


Question

Hey guys!

been out of touch with webdiesign for about 3 years now but suddenly felt the urge to tinker with wordpress and really needed my own email addy that would not get spammed to hell, so with that I give you

FUSION3K

It is based on a old wordpress theme I had on my backup drive from a by gone era and have been tweaking it for a few days, also my email system is roundcube again which I have been tweaking as I hate the look of horde and Squirl mail plus I like the fact you have to customized almost every feature to get it to act the way you want!

Link to comment
Share on other sites

Recommended Posts

  • 0

Overall site design is fantastic. LOVE the small animated buttons/links and site design looks very nice.

Great job!!!

Link to comment
Share on other sites

  • 0

Great design, nice and clean! :)

One issue I noticed was when you hover over "Home" it highlights "Home //" - would look better without the " //" highlighted imo. Imagine you meant to do this and it's a misplaced </a> tag.

Link to comment
Share on other sites

  • 0

Thanks for all your input guys!

I have edited the links on the header now :) - Any one got any idea what I should do about an archive page? I was thinking about adding a link to it in the header but wasent to sure?

I really dont want to have a side menu as I wanted to keep it as clean as possible.

Link to comment
Share on other sites

  • 0

Yea sorry I was talking about the green link lines running right across the screen after you click on it

I am running Firefox 3.6.3

Link to comment
Share on other sites

  • 0

Strange I am using both firefox and chrome and tested it in i.e (who still used that?) and that hasn't happened for me?!

Link to comment
Share on other sites

  • 0

It's because it's a positioned element.

If it bothers you too much you can either remove the positioning styles and float it instead, or add outline: none; to it's style.

Link to comment
Share on other sites

  • 0

It's caused by the text-indent:-9000px; that you have applied to #csslink a. It's to hide the "Login" text off screen. Another way would be to wrap the "Login" text in <span> tags and then set #csslink span to display:none;.

Also, for this same case, I am not sure why #csslink is a <p> tag. The <p> seems pointless here and you could have just made the <a> tag #csslink directly.

Link to comment
Share on other sites

  • 0

IIRC outline:0; isn't supported by IE6/7 which together still hold more than 30% market share.

But really I'm only disagreeing with you Hot because you called us Amateurs :p Screw older browsers, especially IE.

Link to comment
Share on other sites

  • 0

thanks for that, I have decided to add the user register option to the site so will be now adding login/reg links to the bottom as well as a contact option that will point to the about page.

Got all this space and spent some time playing with roundcube so I was thinking about also giving about 20 people free email hosting so need to implement that some where (maybe just add a temporary banner with a link to a page that uses a form with signup details so i can decided if there legit or not?)

Link to comment
Share on other sites

  • 0

If you want to get rid of the green outline in Firefox, just add outline: 0; to your a:focus, a:hover, a:active {} CSS rule. Amateurs. :)

Now I know who I have to contact when having troubles with making websites xD

Link to comment
Share on other sites

  • 0

Ok so I have update the site and added some links to the bottom and created an email signup form for the free email but im having an issue with being able to add a banner to the top of the index page which should go just above the comments?

Starting to thin I should have just made a normal site and added cutenews or something rather then wordpress :(

Link to comment
Share on other sites

  • 0

I was thinking about that maybe replacing the text with two small images?

You could try CSS :shiftyninja:

I'm guessing you are a Photoshop guy. Go ahead but the more the images, the longer it takes to load a site.

Link to comment
Share on other sites

  • 0

Indeed I am a photoshop lover! hmmmm using css would be acceptable but I am starting to think that the text look on the header kind of spoils it ?

if i used images I could have a rollover that changes colour like I have used on the "login" button but then it might start making it look very 90's.

Link to comment
Share on other sites

  • 0

Ok so I have update the site and added some links to the bottom and created an email signup form for the free email but im having an issue with being able to add a banner to the top of the index page which should go just above the comments?

If I understand you correctly, all you should have to do to add this is edit your themes Main Index Template (index.php) and add the banner in below the get_header() line.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.