MicrostockGroup

Microstock Photography Forum - General => Symbiostock => Symbiostock - General => Topic started by: Anita Potter on August 06, 2013, 22:17

Title: I think my site is missing something
Post by: Anita Potter on August 06, 2013, 22:17
Not sure what but I've been looking at other sites and how they look and it makes me feel like I'm missing something.  I know I need more upfront content as far as text goes and the footer is lacking but I'm looking for that punch that will draw buyers in.  The way it is it looks really blah.

Take a look and let me know what you think I need or what you think I could improve on.  images.mddu.com (http://images.mddu.com)

Thanks.

Anita
Title: Re: I think my site is missing something
Post by: Leo Blanchette on August 06, 2013, 22:18
Maybe go for pure white background?

So far so good though,
Title: Re: I think my site is missing something
Post by: Anita Potter on August 06, 2013, 22:30
Thanks Leo.

Though I could've sworn that the background aside from the footer was in white or is it just the footer you're talking about?
Title: Re: I think my site is missing something
Post by: Leo Blanchette on August 06, 2013, 22:43
The background of the whole site has that speckled look. I was wondering if that might do well removed. Its just a thought.
Title: Re: I think my site is missing something
Post by: Anita Potter on August 06, 2013, 23:16
I'm not seeing anything speckled.  Then again my nice hd monitor died and I'm on this crappy square flat screen.  I took off all of the background images overriding them with the child theme.

Wonder what I could be missing?  Anyone else seeing speckles?
Title: Re: I think my site is missing something
Post by: Leo Blanchette on August 06, 2013, 23:52
Yep! Its this image: http://images.mddu.com/wp-content/themes/symbiostock/img/bg/bgnoise.png (http://images.mddu.com/wp-content/themes/symbiostock/img/bg/bgnoise.png)
Title: Re: I think my site is missing something
Post by: Anita Potter on August 07, 2013, 00:02
I must be missing an override somewhere.  I'll search for that in the main css then override it in the child theme (as soon as I get out of the printing nightmare I've got going on).

Thanks Leo :)
Title: Re: I think my site is missing something
Post by: Anita Potter on August 07, 2013, 00:28
Okay here's a silly css question.  Instead of overriding the bgnoise.png image this way:

background-image: url("");

Could it be done this way instead:

background-image: none;

Title: Re: I think my site is missing something
Post by: Ron on August 07, 2013, 04:52
I believe I have the most stripped down site of all. I think its ok, because its about the images. If I have an incredibly fancy site, I am afraid my images my will disappoint, LOL

I have been on the fence if I should really ramp it up visually but, a) I cant because I dont know how b) I am not a web designer and c) Its too much work.

I might throw in an image banner slide show, but not now, first I want the premium version and my search and keywords fixed.
Title: Re: I think my site is missing something
Post by: Anita Potter on August 07, 2013, 11:51
I took the bgnoise.png file into photoshop and just painted over it with a white brush.  Since I couldn't seen the speckles because of this monitor, I can't tell if it worked or not.

So Leo if you have a chance check it again and see if that worked.

Thanks.
Title: Re: I think my site is missing something
Post by: ShazamImages on August 07, 2013, 12:12
Duplicate post...
Title: Re: I think my site is missing something
Post by: ShazamImages on August 07, 2013, 12:13
I took the bgnoise.png file into photoshop and just painted over it with a white brush.  Since I couldn't seen the speckles because of this monitor, I can't tell if it worked or not.

IMO, it would be much better if you just created a new style.css file and added the following:

body{
   background-image: url('');
   }

Modifying the image means that the customer has to download it on every page, which will increase the amount of data that they need to download to their browser which will slightly decrease performance.  You want to make your website as lightweight and fast as possible.
Title: Re: I think my site is missing something
Post by: Anita Potter on August 07, 2013, 12:20
I think I found my error why that was showing up again.  I had originally put one of my own images in the background and fiddled with that to try to make it look right.  It wasn't working out so well so I commented out the background code not realizing that the original background image would come back.

I hope I fixed it just too hard for me to tell.