Edward
Forum Replies Created
-
Forum: Plugins
In reply to: [WP eCommerce] Overlapping and Spacing IssuesHave you changed your theme or added any styles? Possibly added a new plugin that has added some new CSS?
If not this may have always been there but not seen due to caching and the cache has finally expired and has revealed how it has looked all along.
This is what I’m seeing
https://dl.dropbox.com/u/151891/screenshots/2013-12-10_2152.pngIt looks like the left widget column has shrunk down the space on the page
If you alter this css rule in file wpsc-default.css on line 189
.default_product_display .wpsc_variation_forms table td.col1, #content .default_product_display .wpsc_variation_forms table tr td.col1 { width:10%; text-align:left; margin:0; padding:2px; }
change
width:10%;
to
width:100%it will display the title above the menu instead.
alternatively you could simply add the following to your theme style sheet
.default_product_display .wpsc_variation_forms table td.col1, #content .default_product_display .wpsc_variation_forms table tr td.col1 { width:100%!IMPORTANT; }
Just keep in mind you may lose this if you change or upgrade your theme.
Regards
EdwardForum: Plugins
In reply to: [WP eCommerce] Could not process payment/ page just re-freshesI’ll guess you’re using the CIM/ ARB gateway.
I would switch to using the AIM 2.0 gateway.
Be sure your account is active and the details are correct.Lastly is shipping isn’t set correctly it’s possible your shipping is causing the trouble so you could try testing with shipping disabled.
Regards
EdwardForum: Plugins
In reply to: [WP eCommerce] Checkout page refreshes onlymissing the open brace
like this
input.text[title="billingemail"]{ width:400px!important; }
Forum: Plugins
In reply to: [WP eCommerce] Checkout page refreshes onlyYou would add the code I provided to your style sheet it’s CSS
Forum: Plugins
In reply to: [slider.me] How can one place the slider in a page?Hi Bluebird
Slider is added from the standard media menu found above any page or post editor.
Same place you manage images from.
Regards
EdwardForum: Plugins
In reply to: [WP eCommerce] WP Ecommerce Price Variation isn't updating the priceI have to concur. Most often theme developers include jquery incorrectly. Causing jquery to load twice or more or load an incompatible version rather than allowing wordpress to handle it.
Two tips to tracking this down…
1. start by using one of the default wordpress themes 2010, 2011, 2013
(be sure to clear the store template cache in the store presentation settings before testing)2. disable all other plugins other than the store
Test your store… you’ll almost always find your problem is resolved indicating the issue is either a plugin conflict or theme conflict.
Next enable just your theme (again be sure to clear the store template cache in presentation settings).
Test your store again if the problem is back you have a theme conflict. If not one of your plugins is conflicting.
Check the source code of the page look for “jquery.” see if it’s loaded multiple times some times it will have different versions or have .min added to the name either way it means jquery is loaded multiple times.
Loading jquery multiple times will always cause problems.
Hope this helps
Regards
EdwardForum: Plugins
In reply to: [WP eCommerce] Amazon S3 credentials suddenly not recognised.Sorry I wasn’t able to assist you here sooner…
Happy you have the issue resolved!
Regards
EdwardForum: Plugins
In reply to: [WP eCommerce] Checkout Error: "…merchant is invalid…"Happy to hear it! Thanks for the positive feedback!
Regards
EdwardForum: Plugins
In reply to: [WP eCommerce] Checkout page refreshes onlyTypically if you are able to complete the manual test everything is working fine. If when you try to use a.net or paypal you have a problem it’s most often due to incorrect settings. Double check that your account details are properly entered.
Also try Paypal without a.net enabled and then try a.net without paypal enabled this might help identify where the problem is.
As for the text field you could try the following edit 400 to the width you want to use.
input.text[title^="billingemail"] width:400px!important;
Regards
EdwardForum: Plugins
In reply to: [WP eCommerce] wp e-commerce not workingHave you done the database updates? When upgrading there are some database updates required.
If you’re still having trouble you might wan to try premium support for assistance.
Regards
EdwardI have followed your links up until paypal everything up until that point looks fine and works.
as I previously stated… the display issue is more than likely CSS layout related.
If you aren’t sure how to do this your best bet is to check the list of consultants to help you alter the display.
Regards
EdwardForum: Plugins
In reply to: [WP eCommerce] CIM not workingThis is currently being looked into. It appears something may have changed with CIM
At this time there is no further info and no estimate when this may be resolved.
I suggest keeping an eye on the getshopped blog page since that is where it will be announced when it’s fixed.
Regards
EdwardForum: Plugins
In reply to: [WP eCommerce] Stop multiple products from being purchasedSounds like you need some custom code help.
here is a list of prominent WordPress / WPEC developers that may be able to assist you with custom development and design.
https://getshopped.org/consultant/Regards
EdwardForum: Plugins
In reply to: [WP eCommerce] How to display category title below the thumbnail in gridview?Hi
looks like you’ve got it fixed the grid is displaying properly.
Regards
EdwardForum: Plugins
In reply to: [WP eCommerce] Checkout page refreshes onlyHello Erick
You are using 2013? and only the store plugins? and still have trouble with checkout?
Have you tried using the manual test payment method? This will help determine if your payment methods settings are wrong.
If you are able to checkout completely with manual payment you need to double check your payment options details.
If you are still unable to checkout have a look at your checkout page settings in the admin. see what you may have set as mandatory.
If you provide a link to the site it might help
Regards
Edward