abfchgirlx
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Can I set the shipping to alter based on quantity?Check out Bundle Rate Shipping at Code Canyon. I have this plugin installed and it has lots of flexibility, it will do what you want.
Forum: Plugins
In reply to: [WooCommerce] woocommerce quantity in cart obscured by ^ v arrowsChange your woocommerce.css from;
.quantity .qty { box-sizing: border-box; line-height: 1; margin-bottom: 0.53em; text-align: center; width: 2.8em; }
to
.quantity .qty { box-sizing: border-box; line-height: 1; margin-bottom: 0.53em; text-align: center; width: 4em; }
The larger the width, the more quantity can be added. If you want to allow clients to purchase 100 tablets, you’ll have to increase the width until you’re satisfied. ??
Forum: Plugins
In reply to: [WooCommerce] Change Text in PluginI’m unsure if this will help at all, but with the Bundle Rate Shipping plugin available at code canyon, it will allow you to change the text easily from the wordpress settings > shipping tab.
Forum: Plugins
In reply to: [WooCommerce - Reviews Widget] Stars appearing as "SSSSS"I guess I answered my own question when I was designing another theme a few months ago, I didn’t remember I figured this out already. Oops! Resolved.
Forum: Plugins
In reply to: [WooCommerce - Reviews Widget] Showing All Of The Review CommentIn your plugin folder;
plugins/woocommerce-reviews-widget/includes/review-widget.php
Open up the file to line 134 where it says;
get_comment_excerpt
And replace it with
get_comment_text
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Recent Reviews, Hide/Show Parts of the ReviewThanks for your help. It didn’t work though.
It’s a sandbox site, I can’t make it live with weird errors on it.
I did take a screen shot of the area I’m working with and the code.
https://fallfordesign.com/temp/Screen%20Shot%202014-09-05%20at%2011.54.15%20AM.png
The CSS code I have currently is to shorten the product titles that are on that same page. You can see the css is also now effecting the product reviews from reading correctly. I currently have an open ticket to try to shorten the title via function and not css. That can be found here; https://www.ads-software.com/support/topic/woocommerce-product-widget-limit-product-titles-on-home-page?replies=2
Any suggestions would be helpful. ?? I’m completely lost. ??
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Product Widget, Limit Product Titles on Home PageI did contact woocommerce themes directly and they suggested I use “widget_title” instead of “the_title” and there was no results either.
Forum: Plugins
In reply to: [WooCommerce] Limit Product Titles on Shop PageI’m marking this as resolved and splitting my new problem into another thread.
Forum: Plugins
In reply to: [WooCommerce] Limit Product Titles on Shop PageThanks so much!
I’m working with that first bit of code you gave me, it works great for my shop page.
On my home page, I have four products listed from the store using the widget WooCommece Products. Those four products are showing lengthy titles.
Do you know what the code would be to shorten the product titles for the ‘woocommerce product’ plugin?
Thanks so much!
Forum: Plugins
In reply to: [WooCommerce] Limit Product Titles on Shop PageThanks so much. That did the trick.
If by chance I may want to change it so the title displays something like this;
“Product Tit…”
What would the code be for the trailing dots?
Thanks!!
Forum: Plugins
In reply to: [WooCommerce] How to make "calculate shipping" work?Hi Scott,
The shipping prices will show in the cart when the box is checked for “Enable the shipping calculator on the cart page” as long as the shipping prices have been added in the woocommerce settings and also selected on the product.
You’ll have to add your shipping rates and classes under the “shipping” tab via Woocommerce Settings.
Then on each individual product, you’ll have to select the shipping class. When people want to buy that item, the correct shipping class/rate will pull for that item on the cart page.
If your item is something like, digital downloads, and you don’t need a shipping rate, than enabling the box won’t serve any purpose.
I hope this helps!
Forum: Plugins
In reply to: [WooCommerce] Can customer checkout without an account?Yes. I have a functional woocommerce site and people check out as guests all the time. ??
Forum: Reviews
In reply to: [WooCommerce - Reviews Widget] Same Problem…It works if you still have categories. Have to select “Name” or “Date” for your reviews to show.
Forum: Reviews
In reply to: [WooCommerce Review Reminder] Great Idea, but needs option to customize emailLooks like someone already did it with a premium plugin;
[ link redacted, please do not post links in reviews ]
I had the same problem when I was trying to list 4 images, titles only, all horizontally. It was displaying 4 images stacked on top of each other about the full width of my content. But it was CSS that was causing the issue. I had to hack into the plugin itself and add the appropriate classes to the correct tags that matched my theme. When I say hack, I edited the widget.php page.
After I added two CSS classes, now it’s perfectly squared and beautiful.