Profiles

  • Member Since: July 12th, 2022
  • Find me on:
  • Created a topic, 500 Server Error with WP User Query/ACF data comparison, on the site WordPress.org Forums:
    Hello, I've recently implemented a WP User Query based…

  • Posted a reply to Stripe Payment form Error, on the site WordPress.org Forums:
    That did it. Thank you Patrick. The form is now working.

  • Posted a reply to Stripe Payment form Error, on the site WordPress.org Forums:
    Thanks Nithin, The form export file is linked below: https://drive.google.com/file/d/1vfJQzjxGj_R00bNgiF72PuO7FEbr5VkZ/view?usp=sharing Thank you in advance for…

  • Created a topic, Stripe Payment form Error, on the site WordPress.org Forums:
    When I try to submit this form, I get the error 'Strip…

  • Posted a reply to Help with WP_User_Query user meta field search and filter, on the site WordPress.org Forums:
    Thanks @bcworkz.I discovered the issue. There were a bunch of null values being passed into…

  • Created a topic, Help with WP_User_Query user meta field search and filter, on the site WordPress.org Forums:
    I'm in the process of building out a frontend AJAX sea…

  • Posted a reply to Ajax Call Failing – Error 400, on the site WordPress.org Forums:
    Thanks Ryan. I'll try those things and see if I can resolve this "data acquirement"…

  • Posted a reply to Ajax Call Failing – Error 400, on the site WordPress.org Forums:
    The error message is simply the output from the "error" part of my Ajax call.…

  • Posted a reply to Ajax Call Failing – Error 400, on the site WordPress.org Forums:
    Thanks Ryan, moving the actions and the callback function into the shortcode file resolved the…

  • Created a topic, Ajax Call Failing – Error 400, on the site WordPress.org Forums:
    I've been trying for several days now to get an Ajax c…

  • Created a topic, Skip First Button Click when using Stripe Integration, on the site WordPress.org Forums:
    When implementing the built-in Stripe functionality in…

  • Posted a reply to Elementor Widget Panel not loading, on the site WordPress.org Forums:
    @duda That was it. A javascript conflict in the theme. Thankfully the theme devs had…

  • Posted a reply to Elementor Widget Panel not loading, on the site WordPress.org Forums:
    Sure. It's cmfhear.com

  • Created a topic, Elementor Widget Panel not loading, on the site WordPress.org Forums:
    I recently installed Elementor on a new site, and when…

  • Posted a reply to WooCommerce: Displaying Custom Feild value in “Orders” Admin List, on the site WordPress.org Forums:
    Working!

  • Posted a reply to WooCommerce: Displaying Custom Feild value in “Orders” Admin List, on the site WordPress.org Forums:
    The final code: // Add Course Dates to new column function add_order_coursedates($column_info, $order_id) { if($column_info…

  • Posted a reply to WooCommerce: Displaying Custom Feild value in “Orders” Admin List, on the site WordPress.org Forums:
    AH. That works. Thanks so much for your guidance @threadi!

  • Posted a reply to WooCommerce: Displaying Custom Feild value in “Orders” Admin List, on the site WordPress.org Forums:
    Ok, when I var_dump() on $the_product_id, I get (for example) "int(5798)" which is the ID…

  • Posted a reply to WooCommerce: Displaying Custom Feild value in “Orders” Admin List, on the site WordPress.org Forums:
    Ah. Ok... I did that, but I still don't any values retunred in my column?…

  • Posted a reply to WooCommerce: Displaying Custom Feild value in “Orders” Admin List, on the site WordPress.org Forums:
    @threadi Thanks so much for your response. A bit confused at how to implement that.…

  • Created a topic, WooCommerce: Displaying Custom Feild value in “Orders” Admin List, on the site WordPress.org Forums:
    Hi everyone, thanks in advance for your help. I'm atte…