AdamThomsonNZ
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] Adding fields to reportingWhoops please ignore the previous post. Okay so I have this problem as well. I need checkout fields that I’ve created to appear on the new order report. Help? Thanks in advance.
Forum: Plugins
In reply to: [last.fm Live!] Not working with 4.3Mine does seem to be working now also. With the exception of the Last.fm logo itself which is now broken. Ah well.
Topic resolved?
Forum: Plugins
In reply to: [last.fm Live!] Not working with 4.3+1. Also not working with my installation any more. WP 4.3.
Forum: Plugins
In reply to: [WooCommerce] Why is Woocommerce Proceed To Checkout appearing twice??Remove the line <?php woocommerce_cart_totals(); ?> from %PARENT_THEME%/woocoomerce/cart/cart.php as it is now outdated. If you are weary and don’t want to remove it entirely you can just cancel it out like so <!– ?php woocommerce_cart_totals(); ? –>
Forum: Plugins
In reply to: [WooCommerce] cart sum two timesTremendous solution. Thank you very much.
Tim0000 don’t search for cart/cart.php within your child theme. Search for it within the parent theme.
Forum: Plugins
In reply to: [YITH WooCommerce Product Gallery & Image Zoom] unwanted 'expand' linkOkay this css seems to hide it successfully:
.yith_magnifier_mousetrap a { display:none !important; }
Okay this css will hide it successfully:
.yith_magnifier_mousetrap a { display:none !important; }
Forum: Plugins
In reply to: [YITH WooCommerce Product Gallery & Image Zoom] unwanted 'expand' linkThis problem will not go away for me unfortunately. As seen on any product at alcapparel.com:
https://www.alcapparel.com/shop/clothing/looter-crop-tee/
As you can see the word “Expand” is located in the upper left of the product image. I’ve reinstalled the YITH WooCommerce Magnifier plugin, and I can’t find the source of the word anywhere in the files. I’ve also tried hiding it with
.pp_expand {display: none !important;}
but that doesn’t work either.
I’m quite baffled. Please help? I’ve also created an entry for this problem over at StackOverflow:
Thanks! This was a real god-send so to speak for a client running v1.0.1. Patched the file, then updated to the latest version. Awesome.
Forum: Everything else WordPress
In reply to: worst experience with dreamhost?I have two accounts with Dreamhost hosting over 50 wordpress installations, and I have had no problem with them whatsoever, apart from server speeds being a little slow for my heavy-load websites (large online shops etc).
Take it up with them. They have live chat support. It doesn’t get better than that in terms of service.
Good luck.
Forum: Plugins
In reply to: [The Events Calendar] Calendar make trouble with static homepageI have the same problem with using this plugin along with a new theme I’m developing using the underscores framework. When ‘static page’ is selected for displaying as the homepage, it shows posts instead. Help please!