Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Wordpress theme integration with wp-ecommerce image placement WordPress

  • SOLVED

I have a wordpress theme with wp-ecommerce with gold cart grid view. on the products page the two product images are misaligned http://stormyweatherwine.com/products-page/ also on the checkout page the address1 line for both billing and shipping is approximately 40 characters high instead of one (see attachment).

Thanks

Answers (4)

2012-12-24

Kiet Luong answers:

Hi, Let me help you do this.
skype: [[LINK href="http://wpquestions.com/user/profile/id/10125"]]kioluong[[/LINK]]
Regards !


Kiet Luong comments:

to fix products page please try add this :
.product_grid_display.group > p {
display: none;
}

in that file : http://stormyweatherwine.com/StormyWeatherWP/wp-content/themes/rhea/css/screen.css

with address1 in check out page : that field's type is textarea you can try with this code :


textarea[title="shippingaddress"] {
height: 18px !important;
}
textarea[title="billingaddress"] {
height: 18px !important;
}


or you can change that textarea to text field.
Hope this help,
Regards !

2012-12-24

Rowela Alzona answers:

Cant see anything; But just one big background image.

2012-12-24

Duncan O'Neill answers:

You have a redundant, and empty <p> element between the two products. Take that element out, and the products line up.

( Edit ) From my search of the code, those <p> elements are being added via your product editor, rather than via the wp e-commerce engine. So that you can edit the products directly in your wp backend, rather than use a sledgehammer approach via css.


Duncan O'Neill comments:

I'm getting a 404 when I try to get to your checkout page;

[[LINK href="http://stormyweatherwine.com/StormyWeatherWP/products-page/checkout/"]]http://stormyweatherwine.com/StormyWeatherWP/products-page/checkout/[[/LINK]]

2012-12-24

Arnav Joy answers:

why this page is redirects to 404
http://stormyweatherwine.com/StormyWeatherWP/products-page/checkout/

please check it.