Title: Binary Web Consulting's Replies | WordPress.org

---

# Binary Web Consulting

  [  ](https://wordpress.org/support/users/binaryweb/)

 *   [Profile](https://wordpress.org/support/users/binaryweb/)
 *   [Topics Started](https://wordpress.org/support/users/binaryweb/topics/)
 *   [Replies Created](https://wordpress.org/support/users/binaryweb/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/binaryweb/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/binaryweb/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/binaryweb/engagements/)
 *   [Favorites](https://wordpress.org/support/users/binaryweb/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/users/binaryweb/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/binaryweb/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EWWW Image Optimizer] exec() enabled but not activating](https://wordpress.org/support/topic/exec-enabled-but-not-activating/)
 *  Thread Starter [Binary Web Consulting](https://wordpress.org/support/users/binaryweb/)
 * (@binaryweb)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/exec-enabled-but-not-activating/#post-4484117)
 * my host did some work on their end to fix the problem!
 * it was an issue with our account.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms + Custom Post Types] Save to Taxonomy not working](https://wordpress.org/support/topic/save-to-taxonomy-not-working/)
 *  [Binary Web Consulting](https://wordpress.org/support/users/binaryweb/)
 * (@binaryweb)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/save-to-taxonomy-not-working/#post-3832846)
 * Did you ever find a solution for this?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simplr Registration Form Plus+] Moderation Email not sending](https://wordpress.org/support/topic/moderation-email-not-sending/)
 *  Thread Starter [Binary Web Consulting](https://wordpress.org/support/users/binaryweb/)
 * (@binaryweb)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/moderation-email-not-sending/#post-4201575)
 * Any word on a fix for this issue yet??
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Call to Action Buttons] Button is forced to top of page no matter what….](https://wordpress.org/support/topic/button-is-forced-to-top-of-page-no-matter-what/)
 *  Thread Starter [Binary Web Consulting](https://wordpress.org/support/users/binaryweb/)
 * (@binaryweb)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/button-is-forced-to-top-of-page-no-matter-what/#post-3972711)
 * Just an idea… I eneded up completely disabling the plugin and using the following
   HTML directly in my page where I wanted it!
 *     ```
       <p style="text-align: center;">
       <a class="call-to-action" style="background-color: #c52d29; padding: 10px 10px 10px 10px; font: bold 20px sans-serif; color: #ffffff; text-decoration: none; border-radius: 15px; box-shadow: 5px 5px #E0E0E0;" href="schedule-a-free-consultation">Schedule a Free Consultation</a>
       </p>
       ```
   
 * Hope that helps!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Subcategory thumbnails](https://wordpress.org/support/topic/subcategory-thumbnails/)
 *  Thread Starter [Binary Web Consulting](https://wordpress.org/support/users/binaryweb/)
 * (@binaryweb)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/subcategory-thumbnails/#post-3972598)
 * I figured out the problem…
    there was never a coding issue. the issue was that
   the images were 100×100 by default so they were being doubled in size and that
   was making them look horrid.
 * Simply went through and reassigned all the category pictures for the subcategories
   and problem was solved.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Subcategory thumbnails](https://wordpress.org/support/topic/subcategory-thumbnails/)
 *  Thread Starter [Binary Web Consulting](https://wordpress.org/support/users/binaryweb/)
 * (@binaryweb)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/subcategory-thumbnails/#post-3972564)
 * To clarify a little bit more..
    The subcategory page is not loading the CSS class
   for the image and it is also not loading the 200×200 version of the images.
 * any help would be appreciated.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Add Calculate shipping to checkout page](https://wordpress.org/support/topic/add-calculate-shipping-to-checkout-page/)
 *  Thread Starter [Binary Web Consulting](https://wordpress.org/support/users/binaryweb/)
 * (@binaryweb)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/add-calculate-shipping-to-checkout-page/#post-3912347)
 * I ended up adding the following code to the templates/checkout/review-order.php
   file to fix the problem!
 *     ```
       <?php
       echo "<p>If you do not see shipping options listed please click this button: &nbsp; <button type=\"submit\" name=\"calc_shipping\" value=\"1\" class=\"button\">Calculate Shipping</button></p>";
       ?>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Add Calculate shipping to checkout page](https://wordpress.org/support/topic/add-calculate-shipping-to-checkout-page/)
 *  Thread Starter [Binary Web Consulting](https://wordpress.org/support/users/binaryweb/)
 * (@binaryweb)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/add-calculate-shipping-to-checkout-page/#post-3912308)
 * Anyone have any idea?
 * Thanks in advance!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Login and Coupon links on checkout pages lead no where](https://wordpress.org/support/topic/login-and-coupon-links-on-checkout-pages-lead-no-where/)
 *  Thread Starter [Binary Web Consulting](https://wordpress.org/support/users/binaryweb/)
 * (@binaryweb)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/login-and-coupon-links-on-checkout-pages-lead-no-where/#post-3912275)
 * Thank you for that! It fixed my problem!!!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Login and Coupon links on checkout pages lead no where](https://wordpress.org/support/topic/login-and-coupon-links-on-checkout-pages-lead-no-where/)
 *  Thread Starter [Binary Web Consulting](https://wordpress.org/support/users/binaryweb/)
 * (@binaryweb)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/login-and-coupon-links-on-checkout-pages-lead-no-where/#post-3912272)
 * Actually, I just checked it again in by browsers developer tools and there are
   errors in the console there… here are the errors:
 * >  Uncaught SyntaxError: Unexpected token ILLEGAL wickwerks.com/:1069
   >  Uncaught
   > TypeError: Object [object Object] has no method ‘simplePlaceholder’ woocommerce.
   > min.js:1
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Login and Coupon links on checkout pages lead no where](https://wordpress.org/support/topic/login-and-coupon-links-on-checkout-pages-lead-no-where/)
 *  Thread Starter [Binary Web Consulting](https://wordpress.org/support/users/binaryweb/)
 * (@binaryweb)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/login-and-coupon-links-on-checkout-pages-lead-no-where/#post-3912271)
 * Hmmmm.. my console does not seem to be giving any errors, If we changed some 
   CSS styling on that page could that be messing this up?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Add Calculate shipping to checkout page](https://wordpress.org/support/topic/add-calculate-shipping-to-checkout-page/)
 *  Thread Starter [Binary Web Consulting](https://wordpress.org/support/users/binaryweb/)
 * (@binaryweb)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/add-calculate-shipping-to-checkout-page/#post-3912270)
 * Again, this problem only exists with the FedEx shipping options. We want to add
   a “Calculate Shipping” button on the checkout page that will make the call for
   customers who may not notice the Calculate Shipping options on the cart page.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Add Calculate shipping to checkout page](https://wordpress.org/support/topic/add-calculate-shipping-to-checkout-page/)
 *  Thread Starter [Binary Web Consulting](https://wordpress.org/support/users/binaryweb/)
 * (@binaryweb)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/add-calculate-shipping-to-checkout-page/#post-3912261)
 * Anyone have any idea?
 * Thanks in advance!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Login and Coupon links on checkout pages lead no where](https://wordpress.org/support/topic/login-and-coupon-links-on-checkout-pages-lead-no-where/)
 *  Thread Starter [Binary Web Consulting](https://wordpress.org/support/users/binaryweb/)
 * (@binaryweb)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/login-and-coupon-links-on-checkout-pages-lead-no-where/#post-3912260)
 * Does anyone have any ideas?
 * Thanks in advance!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Woocommerce Sidebar Dropping – Only Single Product Page](https://wordpress.org/support/topic/woocommerce-sidebar-dropping-only-single-product-page/)
 *  [Binary Web Consulting](https://wordpress.org/support/users/binaryweb/)
 * (@binaryweb)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/woocommerce-sidebar-dropping-only-single-product-page/#post-3456732)
 * customizing my css to the following resolved the issue:
 * .responsive .row {
    float: left !important; }

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/users/binaryweb/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/binaryweb/replies/page/2/?output_format=md)