Profiles

  • Member Since: February 6th, 2012
  • Find me on:
  • Posted a reply to Fatal Error after upgrading PHP version from 7.4 to 8.0 or above, on the site WordPress.org Forums:
    I found a fix for this: Change PHP to 7.4 Quick edit and save on…

  • Posted a reply to Fatal Error after upgrading PHP version from 7.4 to 8.0 or above, on the site WordPress.org Forums:
    I tested on my local site as well and it uses xDebug. Last lines in…

  • Created a topic, Fatal Error after upgrading from 7.4 to 8.0 or above, on the site WordPress.org Forums:
    We're getting fatal errors for all "single templates".…

  • Created a topic, Make STOCK_QTY available at LOCATION_NAME string translatable, on the site WordPress.org Forums:
    One of the main strings on the product page is not cur…

  • Created a topic, Product Location not actually updated in cart, on the site WordPress.org Forums:
    We had an issue where the stock location was not actua…

  • Created a topic, Total Stock is wrong when stock locations has negative value, on the site WordPress.org Forums:
    We've encountered a calculation bug when using multipl…

  • Posted a reply to Woocommerce creates a new user account before the payment process is complete, on the site WordPress.org Forums:
    No, I believe the action priorities are mixed up here. No actions should begin (like…

  • Created a topic, Woocommerce creates a new user account before the payment process is complete, on the site WordPress.org Forums:
    We noticed a bug when using this gateway paying with c…

  • Created a topic, Is it possible to export the log search as a csv/excel,json file?, on the site WordPress.org Forums:
    We'd like to create a file that reports all changes in…

  • Posted a reply to Requires PHP 8?, on the site WordPress.org Forums:
    @forsvunnet, I believe you're using the wrong approach here. Instead of making the newest version…

  • Posted a reply to Requires PHP 8?, on the site WordPress.org Forums:
    Seems weird. We're using PHP 7.4 and can't update. This is the message I get:…

  • Created a topic, All Menu Text get’s replaced with “Vipps!” on my account Vipps subpage, on the site WordPress.org Forums:
    There seems to be some bug in the plugin that override…

  • Created a topic, [Bug] Plugin does not enqueue different font weights when used in repeater, on the site WordPress.org Forums:
    Hey, I thought I'd let you know of a bug that's causi…

  • Posted a reply to Please allow more css customisation, on the site WordPress.org Forums:
    I second this, you've already specified the font-family in the main container, there's no need…

  • Created a topic, How can I move the Gift Wrap Section Just below “Shipping”?, on the site WordPress.org Forums:
    I would like to move the gift wrap section in the cart…

  • Posted a reply to Does not display all products, on the site WordPress.org Forums:
    Nevermind, I realized now that you don't support variable products...

  • Posted a reply to Does not display all products, on the site WordPress.org Forums:
    Commented out post__not_in in line 112 in yith-woocommerce-bulk-product-editing -> includes -> class.yith-wcbep-list-table.php as a temporary…

  • Created a topic, Does not display all products, on the site WordPress.org Forums:
    I can't get all products in the list view. The plugin …

  • Posted a reply to Is there a way to prevent File Modal from opening when clicking on image?, on the site WordPress.org Forums:
    Good idea, I'll make sure to change the selectors.

  • Posted a reply to Is there a way to prevent File Modal from opening when clicking on image?, on the site WordPress.org Forums:
    I managed to stop the modal opening by adding stopImmediatePropagation() to the event! :)

  • Posted a reply to Is there a way to prevent File Modal from opening when clicking on image?, on the site WordPress.org Forums:
    I've tried event.preventDefault(), but it doesn't seem to make any difference. I'm looking at the…

  • Created a topic, Is there a way to prevent File Modal from opening when clicking on image?, on the site WordPress.org Forums:
    I've created an image upload field with cmb2. I'm tryi…