Binary Web Consulting
Forum Replies Created
-
Forum: Plugins
In reply to: [EWWW Image Optimizer] exec() enabled but not activatingmy host did some work on their end to fix the problem!
it was an issue with our account.
Forum: Plugins
In reply to: [Gravity Forms + Custom Post Types] Save to Taxonomy not workingDid you ever find a solution for this?
Forum: Plugins
In reply to: [Simplr Registration Form Plus+] Moderation Email not sendingAny word on a fix for this issue yet??
Forum: Plugins
In reply to: [WP Call to Action Buttons] Button is forced to top of page no matter what….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
In reply to: [WooCommerce] Subcategory thumbnailsI 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
In reply to: [WooCommerce] Subcategory thumbnailsTo 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
In reply to: [WooCommerce] Add Calculate shipping to checkout pageI 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: <button type=\"submit\" name=\"calc_shipping\" value=\"1\" class=\"button\">Calculate Shipping</button></p>"; ?>Forum: Plugins
In reply to: [WooCommerce] Add Calculate shipping to checkout pageAnyone have any idea?
Thanks in advance!
Forum: Plugins
In reply to: [WooCommerce] Login and Coupon links on checkout pages lead no whereThank you for that! It fixed my problem!!!!
Forum: Plugins
In reply to: [WooCommerce] Login and Coupon links on checkout pages lead no whereActually, 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:1Forum: Plugins
In reply to: [WooCommerce] Login and Coupon links on checkout pages lead no whereHmmmm.. 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
In reply to: [WooCommerce] Add Calculate shipping to checkout pageAgain, 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
In reply to: [WooCommerce] Add Calculate shipping to checkout pageAnyone have any idea?
Thanks in advance!
Forum: Plugins
In reply to: [WooCommerce] Login and Coupon links on checkout pages lead no whereDoes anyone have any ideas?
Thanks in advance!
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Sidebar Dropping – Only Single Product Pagecustomizing my css to the following resolved the issue:
.responsive .row {
float: left !important;
}