Register Advertise with usHelp Desk Today's Posts Search

Showing results 1 to 24 of 24
Search took 0.05 seconds.
Search: Posts Made By: BillyW
Forum: Website Design 21st August 2013, 10:35 AM
Replies: 27
Views: 1,378
Posted By BillyW
Re: New Website Design - Reviews Appreciated!! :-)

It definitely stands out. The colors are bright and eye catching, but may be a little too bright. I like the layout of the site. All you're missing is a footer. :) I like the font for the...
Forum: Website Design 26th July 2013, 02:08 PM
Replies: 8
Views: 480
Posted By BillyW
Re: Comment our web, please. Any tips are appreciated.

The colors are horrible in my opinion. They are extremely bright and don't blend well together with each other or the rest of the site. I would also suggest getting a more professional looking logo.
Forum: Website Design 11th July 2013, 08:03 AM
Replies: 16
Views: 545
Posted By BillyW
Re: My WordPress Theme

Theme is clean and simple. I like the "sticky" box that's built in. I would suggest putting an image slider or something of the sort on the home page. Is this your first theme?
Forum: Website Design 27th June 2013, 09:17 AM
Replies: 12
Views: 473
Posted By BillyW
Re: Critique my website please

I like the layout and feel of the site. Graphics are clean. I would remove the "subscribe" box on the top of the home page though, that way when customers visit the site, the first thing they...
Forum: Website Design 11th April 2013, 05:02 PM
Replies: 4
Views: 320
Posted By BillyW
Re: Help organise my website please, style.css

In order to accomplish what you want, you're going to have to re-arrange the layout of the site (other than just CSS).
Forum: Website Design 7th April 2013, 10:26 AM
Replies: 19
Views: 890
Posted By BillyW
Re: What skills should an aspiring web designer aquire?

Agreed. If she can pick up on languages fairly quickly, she should have no problem getting PHP down; or at least the basics. As far as SQL goes, she would just need a very limited knowledge of such...
Forum: Website Design 6th April 2013, 07:59 PM
Replies: 7
Views: 515
Posted By BillyW
Re: Can I install WordPress ONLY on a subfolder? If not, what is the alternative?

Do you know anything about FTP uploading? If so, you could create a folder named "blog" and upload WordPress in that folder; or at least I think you can.
Forum: Website Design 5th April 2013, 07:40 AM
Replies: 6
Views: 454
Posted By BillyW
Re: How to change Wordpress Header?

Go to "editor" under appearance. At the very bottom you should see a "style.css" folder. Open it and find "#header". You'll see a background image with a URL. Just replace that URL with the...
Forum: Website Design 11th February 2013, 11:12 AM
Replies: 12
Views: 1,068
Posted By BillyW
Re: Please help. how can i remove the links from footer in free theme

Something else you could do is use CSS to "hide" the link. Just use dispay:none. But like others have mentioned, it is a bit rude to remove the link since it's a free template.
Forum: Website Design 9th January 2013, 12:57 AM
Replies: 27
Views: 776
Posted By BillyW
Re: Please Review Site I Created For A Client - If He's Happy, I'm Happy

I agree. You need to change the header. Everything else looks like a normal squeeze page, except for the header. Change that to something a little more professional and you're good to go.
Forum: Website Design 5th October 2012, 02:11 PM
Replies: 7
Views: 3,375
Posted By BillyW
Re: OptimizePress help - centering header background image

Add background-position:center; to the CSS and you should be good to go.
Forum: Website Design 24th September 2012, 09:59 AM
Replies: 7
Views: 547
Posted By BillyW
Re: Website With Two Sections - How To?

This may be able to help:

Create A Network « WordPress Codex (http://codex.wordpress.org/Create_A_Network)

You can create a network so there would effectively be one login page (I believe). ...
Forum: Website Design 11th September 2012, 02:07 PM
Replies: 4
Views: 1,809
Posted By BillyW
Re: WORDPRESS 2011 THEME...NEED TO REMOVE "Recent Posts" at the bottom of the page? THANKS FOR THE H

Find this code on line 138 in your style.css file:

.page-template-showcase-php section.recent-posts {
float: right;
margin: 0 0 0 31%;
width: 69%;}

ADD this:

display: none;
Forum: Website Design 30th August 2012, 09:57 AM
Replies: 8
Views: 456
Posted By BillyW
Re: Table problem

A lot of websites are built using tables, but technically that is incorrect. Like Ron mentioned, DIV's are used to build web pages/sites. At times they can be a bit more complicated to use, but I...
Forum: Website Design 22nd August 2012, 12:34 PM
Replies: 9
Views: 1,128
Posted By BillyW
Re: Wordpress...so simple, yet so complicated!

Go to Appearance: Menus. There you should be able to see your menu. If not, just create a menu and add the pages you would like in the order you would like.
Forum: Website Design 16th August 2012, 10:43 AM
Replies: 3
Views: 378
Posted By BillyW
Forum: Website Design 15th August 2012, 09:41 AM
Replies: 8
Views: 459
Posted By BillyW
Re: Site Review - Freebie Included!

Very nice website. Only suggestions would be to scale down the size of the "Affision Download" button just a little, and change the font to of the head title "Affision Ultimate" to something that...
Forum: Website Design 21st July 2012, 05:02 PM
Replies: 3
Views: 1,097
Posted By BillyW
Re: How to have a banner in wordpress sidebar that sticks when the user scrolls down?

It's a jQuery plugin. Just Google something like "jQuery sticky plugin" and you can learn more about it.

Here is a link for a simple jQuery plugin that should give you the effect you're looking...
Forum: Website Design 19th July 2012, 11:15 AM
Replies: 10
Views: 814
Posted By BillyW
Re: align hyperlink

Are you wanting to change the color of just that particular link?
Forum: Website Design 18th July 2012, 12:26 PM
Replies: 10
Views: 814
Posted By BillyW
Re: align hyperlink

</div><div align="center"><a href="http://www.scrapcarslegally.co.uk/privacy-policy" target="_blank">Privacy Policy</a></div><br />

This code will work as well.
Forum: Website Design 14th July 2012, 02:32 PM
Replies: 4
Views: 561
Posted By BillyW
Forum: Website Design 11th July 2012, 10:10 AM
Replies: 5
Views: 6,774
Posted By BillyW
Re: Contact Form 7 - No border around text fields - need help please

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email, .wpcf7-form-control.wpcf7-text,...
Forum: Website Design 4th July 2012, 07:08 PM
Replies: 5
Views: 622
Posted By BillyW
Re: how to make top of divs with control by cursor?

I looked over the code a bit, and I'm pretty sure they're using a script to cause that effect. Here's the URL: http://www.egonomik.com/wp-content/themes/egotheme/js/parallax-body.php.

What...
Forum: Website Design 28th June 2012, 03:15 PM
Replies: 5
Views: 918
Posted By BillyW
Re: Need help with scrolling with page div

Here's what I've found so far:

<div id="sticky-anchor"></div>
<div id="sticky">This will stay at top of page</div>

<div>
<style>
#sticky {
background-color: #fff;
-moz-border-radius:...
Showing results 1 to 24 of 24

 
Forum Jump


All times are GMT -6. The time now is 12:02 AM.