Jump to content

Test site and feedback please :)


eKliss

Recommended Posts

Hello!

 

I opened recently and would like the site tested, regarding loading times, etc.

 

I know about the problem with JGallery Viewer, still working on it. :)

 

Other than that, would appreciate any and all suggestions.

 

Thank you!

 

My site is www.ekliss.com

Link to comment
Share on other sites

to fix the image gallery at home page:

1.

remove: margin-top: -1.7em; from: body#index #featured-products_block_center h5

 

so it will look like:

 

body#index #featured-products_block_center h5 {

/*margin-top: -1.7em;*/

}

 

2.

remove: border-bottom: 3px solid black; from: #center_column .products_list_block ul li

add: height: 245px !important; to the same location, or you can do height: 275px; !important; depend how you want it to look.

so after both it will look like:

 

#center_column .products_list_block ul li {

float: left;

padding: 3px;

width: 215px;

background: black;

/*border-bottom: 3px solid black;*/

height: 245px !important;

}

 

make sure all your slider images are 900px x 300px and not 890px x 300px

 

beside those small issues everything else looks fine and run smooth from Israel

  • Like 1
Link to comment
Share on other sites

Hello!

 

I opened recently and would like the site tested, regarding loading times, etc.

 

I know about the problem with JGallery Viewer, still working on it. :)

 

Other than that, would appreciate any and all suggestions.

 

Thank you!

 

My site is www.ekliss.com

 

Loads pretty fast from USA (1-3 seconds).Your index main is around 1.6 MB in size. Maybe try to optimize images even more? Nice site by the way.

  • Like 1
Link to comment
Share on other sites

Thank you!

 

to fix the image gallery at home page:

1.

remove: margin-top: -1.7em; from: body#index #featured-products_block_center h5

 

so it will look like:

 

body#index #featured-products_block_center h5 {

/*margin-top: -1.7em;*/

}

 

2.

remove: border-bottom: 3px solid black; from: #center_column .products_list_block ul li

add: height: 245px !important; to the same location, or you can do height: 275px; !important; depend how you want it to look.

so after both it will look like:

 

#center_column .products_list_block ul li {

float: left;

padding: 3px;

width: 215px;

background: black;

/*border-bottom: 3px solid black;*/

height: 245px !important;

}

 

make sure all your slider images are 900px x 300px and not 890px x 300px

 

beside those small issues everything else looks fine and run smooth from Israel

 

Thank you for this.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...