babbsela
Forum Replies Created
-
Forum: Plugins
In reply to: [WP eBay Product Feeds] Two problems in version 1.11Perfect. Just upgraded, and it fixed both problems. THANKS!
Forum: Plugins
In reply to: [Clone] Compatible with WP 4.2.2?I’ve used it within the last week to move 2 websites, both on 4.2.2. In fact, this is my go-to plugin to move websites. It’s probably your web host.
The only host I’ve had problems with so for is LiquidWeb.
Forum: Reviews
In reply to: [Simple Full Screen Background Image] Doesn't work with WP 3.6The comment I made should have been in the Support section, but I posted in Reviews by mistake. It is important, since many people will use a theme that has a background, to make sure they know to delete it from the theme so the one created by the plugin will work.
Sorry, I can’t change anything after 60 minutes. https://www.ads-software.com/support/topic/editdelete-reviews. Wish they’d let us do so. I might be able to post a new one, though.
Forum: Plugins
In reply to: [YOP Poll] Problem with MultisiteWhen not network activated, activating it on the main site doesn’t work, either. Only works on sub-sites.
Forum: Reviews
In reply to: [Smooth Slider] Ads, OMG ads.If I donate, do all the ads go away?
Forum: Plugins
In reply to: [WooCommerce] What happened to the USPS Shipping Method?I am now using the USPS Shipping plugin from https://www.extensionworks.com. I’m extremely happy with this. Very easy to customize for any and all types of shipping in the US.
Forum: Plugins
In reply to: [WooCommerce] Change column width of product imageFound the answer!
Add this to your custom css file:
.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {width: 22% !important;}
Then change the width of the summary section:
div.summary { float:right; width:68% !important; margin-right:15px;}
I added the right margin to make space between the summary and the right sidebar. You may not need it. You can also adjust the width of each as need.
Forum: Plugins
In reply to: [WooCommerce] What is this after upgrade to version 2.0.2 ?What are you talking about? You don’t say what the problem is.
If it’s the Facebook like window that stays up for a full three minutes before allowing the user to see your page, you should disable the plugin that’s causing it. Most people will not wait for three minutes to shop on your site. They will just leave and go somewhere else.
Forum: Plugins
In reply to: [WooCommerce] how to set a border on product images of woocommerceIn your Woocommerce plugin file, you can find a non-minimized copy of the style sheet. Go to
wp-content/plugins/woocommerce/assets/css/woocommerce.lessThat will help you find the class you need to modify.
For example, if you’re wanting to add a border to the images on the single product page, look in the Product page section, which starts around line 143.
IMPORTANT: changing this css file will not change anything in your site. HOWEVER, if you make changes to this and then rename it woocommerce.css, it will replace the existing file and the changes will show.
Forum: Plugins
In reply to: [WooCommerce] billing/shipping address form, where are defined?You’ll find them in
plugins>>woocommerce>>templates>>checkout
or, if you’ve moved the template files to your custom theme folder, they’re in
yourtheme>>woocommerce>>checkout
Forum: Plugins
In reply to: [WooCommerce] Invoices not send automatically after order completedDid you just upgrade to v2? If so and you have the old woocommerce themes in your custom theme directory, that could be causing the problem. Remove them (or temporarily rename the directory)to see if it fixes the problem.
V2.0.2 uses a different theme structure than anything under v2. If removing the woocommerce themes from your custom fixes the problem, then copy the new woocommerce themes to your custom theme directory, and all should be good. Of course, if you made any customizations to those files, you’ll need to do them again.
Forum: Plugins
In reply to: [WooCommerce] Completely disable Shipping AddressAre you selling only downloadable/digital items?
If you simply check the downloadable boxes, the products can have stock and will be treated as physical products – the shipping address will show in checkout.
If you want a downloadable product which is not physical, also enable the ‘virtual’ option.
If you select “virtual” in the product data, and all items are virtual, the shipping address will not show.
Forum: Plugins
In reply to: [WooCommerce] Product Gallery is showing full res picturesYou can specify the image size in your theme css with something like this:
div.product div.images img, #content div.product div.images img { width: 200px !important; }
Forum: Plugins
In reply to: [WooCommerce] Deleted woocommerce.phpIt would be quicker and easier to just reinstall.
Forum: Plugins
In reply to: [WooCommerce] Order emails don't sentIf you copied the woocommerce themes into your custom theme, that could be causing the problem. Replace them with the wocommerce themes in the latest version and it should fix it. That’s what fixed it for me.
If you’ve customized anything, you’ll have to make the changes again. ??