Profiles

  • Member Since: February 10th, 2016
  • Find me on:
  • Created a topic, Can I use my own validation, on the site WordPress.org Forums:
    I use my own validation for the woocommerce checkout. …

  • Posted a reply to Plugin says woocommerce needs to be installed, on the site WordPress.org Forums:
    Never mind, it was the heartbeat control plugin causing problems.

  • Created a topic, Plugin says woocommerce needs to be installed, on the site WordPress.org Forums:
    Just downloaded your plugin, activation successful. Go…

  • Posted a reply to Fatal Error, can’t activate plugin, on the site WordPress.org Forums:
    @invisiblehamsandwich Sounds like you need to upgrade your php to 5.6 or greater.

  • Created a topic, Only one name editable in cart, on the site WordPress.org Forums:
    I sell a cedar wedding box which the customer supplies…

  • Posted a reply to Buttons instead of a drop down menu., on the site WordPress.org Forums:
    Another good one: https://wordpress.org/plugins/wc-variations-radio-buttons/

  • Posted a reply to Modifying plugin’s CSS with Child Theme, on the site WordPress.org Forums:
    Copy what you want to modify from the cart tab css and paste it in…

  • Posted a reply to Add EMPTY CART To Pull Out Tab, on the site WordPress.org Forums:
    If your still interested this is the way I did what I think you want.…

  • Posted a reply to Issue After Latest Update, on the site WordPress.org Forums:
    Right after "clear" => true insert 'priority' => 120 Should work.

  • Created a topic, [WooCommerce] Undefined index: priority – checkout page, on the site WordPress.org Forums:
    Am using Storefront child theme with the latest versio…

  • Posted a reply to Fatal Error, can’t activate plugin, on the site WordPress.org Forums:
    After line 359 which is: $trimVal = trim($_value); Add the following: if( !empty( $trimVal) )…

  • Posted a reply to Fatal Error, can’t activate plugin, on the site WordPress.org Forums:
    I had to change line 359 to the following: `} else if( $_rule["logic"] == "not-null"…

  • Created a topic, Text field validation, on the site WordPress.org Forums:
    I personalize a number of products in which the custom…

  • Posted a reply to Two scroll bars on My Account page, on the site WordPress.org Forums:
    @jobthomas, As long as I know there is no problem with woocommerce or storefront, I'll…

  • Posted a reply to Two scroll bars on My Account page, on the site WordPress.org Forums:
    @jobthomas Am using the latest version of WP, woocommerce, and storefront. Have three different browsers…

  • Posted a reply to Two scroll bars on My Account page, on the site WordPress.org Forums:
    @jobthomas This screenshot is before moving the pointer over the cart widget, you can see…

  • Posted a reply to Two scroll bars on My Account page, on the site WordPress.org Forums:
    Don't know whether to classify this as a fix, hack or both, but found a…

  • Posted a reply to Two scroll bars on My Account page, on the site WordPress.org Forums:
    Thanks Job for your reply. Tried the css and yes it pushed the buttons on…

  • Created a topic, Two scroll bars on My Account page, on the site WordPress.org Forums:
    If a customer is logged in and has multiple items in t…

  • Posted a reply to Clone/repeat fields without inserted information, on the site WordPress.org Forums:
    OK, I had to make adjustments in order for it to work with radio buttons…

  • Posted a reply to Clone/repeat fields without inserted information, on the site WordPress.org Forums:
    If you haven't found a solution yet, this is what I did. I edited wcff-client.js…

  • Posted a reply to Cart edit works only after multiple attempts, on the site WordPress.org Forums:
    Thanks for your quick reply. I have opened the Developer Console and see no js…

  • Created a topic, Cart edit works only after multiple attempts, on the site WordPress.org Forums:
    I am truely impressed with this latest version of your…

  • Posted a reply to Stop auto scroll to empty field on checkout, on the site WordPress.org Forums:
    Place this in functions.php file: function custom_override_checkout_fields( $fields ) { $fields['billing']['billing_first_name']['autofocus'] = 'false'; $fields['shipping']['shipping_first_name']['autofocus'] =…

  • Created a topic, Uncaught ReferenceError, on the site WordPress.org Forums:
    This may be one reason editing the field in the cart i…

  • Created a topic, Increment name attribute, on the site WordPress.org Forums:
    Am using the clone feature on a field and would like t…

  • Posted a reply to Red border around wccpf-field on error, on the site WordPress.org Forums:
    Nevermind, got things working. Solved.

  • Created a topic, Red border around wccpf-field on error, on the site WordPress.org Forums:
    I am cloning wccpf-field and am currently using the fo…

  • Posted a reply to Pre-checkout Form, on the site WordPress.org Forums:
    Might be able to use this plugin: https://wordpress.org/plugins/wc-fields-factory/

  • Posted a reply to Display user logged in top menu, on the site WordPress.org Forums:
    cbhurji, Follow up to my last post. If the positioning (margin-bottom) works and you wish…

  • Posted a reply to Display user logged in top menu, on the site WordPress.org Forums:
    cbhurji, Place the css in your child's theme style.css. It may be possible to 'appear'…

  • Posted a reply to Display user logged in top menu, on the site WordPress.org Forums:
    You could create a top bar which will display the logged in user's name. This…

  • Posted a reply to install woothemes updater prompt, on the site WordPress.org Forums:
    Place this in functions.php: remove_action('admin_notices', 'woothemes_updater_notice');

  • Posted a reply to Mini cart and scroll bars, on the site WordPress.org Forums:
    @stuartduff Thanks, appreciate your quick reply and help.

  • Created a topic, Mini cart and scroll bars, on the site WordPress.org Forums:
    My setup consists of wordpress 4.8, storefront 2.2.4 a…

  • Posted a reply to Undefined Index, on the site WordPress.org Forums:
    Seems to have done the trick! Greatly appreciate your help.

  • Posted a reply to Undefined Index, on the site WordPress.org Forums:
    Will do. Will let you know the outcome. Thanks

  • Posted a reply to Undefined Index, on the site WordPress.org Forums:
    Thanks for your reply. Here's a link to the screenshot. screenshot

  • Posted a reply to 4 products per row not working anymore, on the site WordPress.org Forums:
    This is what I use in functions.php add_filter( 'storefront_loop_columns', 'sf_child_products_per_row' ); function sf_child_products_per_row() { return…

  • Created a topic, Undefined Index, on the site WordPress.org Forums:
    First of all your plugin is exactly what I needed. Rea…

  • Posted a reply to Overriding price, on the site WordPress.org Forums:
    seank123, It's possible I got a white screen at first trying your suggestion because I…

  • Posted a reply to Overriding price, on the site WordPress.org Forums:
    I'll give it a try and see what happens. Will let you know. Thanks

  • Posted a reply to Overriding price, on the site WordPress.org Forums:
    @seank123 Tried your suggestion but all I get is a white screen. I do appreciate…

  • Posted a reply to excluding certain pages from being cached, on the site WordPress.org Forums:
    In the WP Super Cache Advanced Tab Scroll almost all the way to the bottom…

  • Created a topic, All product fields missing in admin, on the site WordPress.org Forums:
    I have woocommerce 3.0.3 installed and am using the la…

  • Created a topic, WC_Product::get_dimensions argument, on the site WordPress.org Forums:
    Maybe I'm the only one with this in my debug log: The…

  • Created a topic, Overriding price, on the site WordPress.org Forums:
    After updating to woocommrce 3.0 the overriding price …

  • Posted a reply to Notice: id was called incorrectly, on the site WordPress.org Forums:
    Solved the notice " id was called incorrectly" by opening wcff-product-form.php in notepad++ and changing…

  • Created a topic, Notice: id was called incorrectly, on the site WordPress.org Forums:
    Have just updated to woocommerce 3.0 and am getting th…

  • Posted a reply to Add continue shopping in product page, on the site WordPress.org Forums:
    This is in my functions.php file: /*add return to store on single product summary*/ function…