Title: editpostok's Replies | WordPress.org

---

# editpostok

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Stripe Payment Gateway] New checkout experience reorders checkout fields](https://wordpress.org/support/topic/new-checkout-experience-reorders-checkout-fields/)
 *  Thread Starter [editpostok](https://wordpress.org/support/users/editpostok/)
 * (@editpostok)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/new-checkout-experience-reorders-checkout-fields/#post-17843381)
 * Thanks [@mattthomas-photography](https://wordpress.org/support/users/mattthomas-photography/)
   
   I did figure that out. The email field is moved to the top and it can only be
   prevented by reordering the billing fields again via a new filter function at
   later priority.I have switched to a Stripe plugin from another author which has
   a option for this on the settings page. Although not the main reason for switching.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Code Snippets] Scroll to notice on ctrl s](https://wordpress.org/support/topic/scroll-to-notice-on-ctrl-s/)
 *  Thread Starter [editpostok](https://wordpress.org/support/users/editpostok/)
 * (@editpostok)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/scroll-to-notice-on-ctrl-s/#post-17096892)
 * That’s great! One of the best plugins. Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BTCPay Server - Accept Bitcoin payments in WooCommerce] Media library conflict](https://wordpress.org/support/topic/media-library-conflict/)
 *  Thread Starter [editpostok](https://wordpress.org/support/users/editpostok/)
 * (@editpostok)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/media-library-conflict/#post-15456953)
 * Thank you, the issue is gone.
 * I just checked and it seems like `wp_enqueue_media()` was being called too early
   in the last version.
 * It’s all good now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BTCPay Server - Accept Bitcoin payments in WooCommerce] Media library conflict](https://wordpress.org/support/topic/media-library-conflict/)
 *  Thread Starter [editpostok](https://wordpress.org/support/users/editpostok/)
 * (@editpostok)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/media-library-conflict/#post-15454173)
 * Hi, thanks for your reply.
 * I tried to recreate the issue again, but now assigning the images to the post
   does work.
 * However, the media library on the post/pages edit screens is still affected, 
   because it will show an extra image spot, which also happened when the feat. 
   images didn’t work. [https://ibb.co/k1KHCSk](https://ibb.co/k1KHCSk)
 * The problem must be that the plugin’s wp media library js is loaded throughout
   the whole admin area instead of the plugin’s settings page only.
 * /assets/js/gatewayIconMedia.js
 * This is also loaded everywhere: /assets/js/apiKeyRedirect.js
 * Best regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Disable Bloat for WordPress & WooCommerce] Conflict with WC 5.7.1?](https://wordpress.org/support/topic/conflict-with-wc-5-7-1/)
 *  [editpostok](https://wordpress.org/support/users/editpostok/)
 * (@editpostok)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/conflict-with-wc-5-7-1/#post-14973170)
 * [@ospiotr](https://wordpress.org/support/users/ospiotr/) [@edwinwerner](https://wordpress.org/support/users/edwinwerner/)
 * Hi,
 * I’ve greyed out following lines of code inside of the plugin(line 363 to 366)
   This has fixed the problem for me.
 *     ```
       add_filter( 'woocommerce_admin_features', function( array $features ): array {
         $features = [];
         return $features;
       }, 90 );
       ```
   
 * Best regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Disable Bloat for WordPress & WooCommerce] Conflict with WC 5.7.1?](https://wordpress.org/support/topic/conflict-with-wc-5-7-1/)
 *  [editpostok](https://wordpress.org/support/users/editpostok/)
 * (@editpostok)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/conflict-with-wc-5-7-1/#post-14926411)
 * [@ospiotr](https://wordpress.org/support/users/ospiotr/)
 * The ‘woocommerce_task_list_hidden_lists’ is there and has the following value:
 * a:1:{i:0;s:5:”setup”;}
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Disable Bloat for WordPress & WooCommerce] Conflict with WC 5.7.1?](https://wordpress.org/support/topic/conflict-with-wc-5-7-1/)
 *  [editpostok](https://wordpress.org/support/users/editpostok/)
 * (@editpostok)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/conflict-with-wc-5-7-1/#post-14926355)
 * Hi,
 * Same issue for me. I’ve only installed WooCommerce and this plugin.
 * The problem seems to be caused by the fist option: ‘Disable WooCommerce Admin’.
   When checked, the WooCommerce setup box is replacing the WooCommerce Status box.
   Unchecked, only the Status box is shown.
 * Lately I’ve experienced the setup box problem on sites without using this plugin
   aswell, although this issue seems to be caused by the disable bloat plugin.
 * Best regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce PayPal Payments] Redirect to paypal when placing order](https://wordpress.org/support/topic/redirect-to-paypal-when-placing-order/)
 *  Thread Starter [editpostok](https://wordpress.org/support/users/editpostok/)
 * (@editpostok)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/redirect-to-paypal-when-placing-order/#post-14824507)
 * Hello Niklas, thank you for your response.
 * I will wait for the filter and stick to PayPal standard for now. (the design 
   of the checkout page requires the order to be placed via the official WooCommerce
   order button)
 * Best regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Metrics Query] Incompatible with PHP 8](https://wordpress.org/support/topic/incompatible-with-php-8-2/)
 *  [editpostok](https://wordpress.org/support/users/editpostok/)
 * (@editpostok)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/incompatible-with-php-8-2/#post-14385179)
 * Thank you.
 * All works fine now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Metrics Query] Incompatible with PHP 8](https://wordpress.org/support/topic/incompatible-with-php-8-2/)
 *  [editpostok](https://wordpress.org/support/users/editpostok/)
 * (@editpostok)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/incompatible-with-php-8-2/#post-14384221)
 * Hi,
 * I’m getting the exact same errors with php 8.
 * When adding the access code: [https://streamable.com/n6ql15](https://streamable.com/n6ql15)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Author Avatars List/Block] Error after updating to php 8](https://wordpress.org/support/topic/error-after-updating-to-php-8/)
 *  Thread Starter [editpostok](https://wordpress.org/support/users/editpostok/)
 * (@editpostok)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/error-after-updating-to-php-8/#post-14371270)
 * Hi Paul,
 * Thanks for the quick fix, all works fine again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fr Custom Payment Gateway Icon for WooCommerce] Feature request: extra icon for retina](https://wordpress.org/support/topic/feature-request-extra-icon-for-retina/)
 *  Thread Starter [editpostok](https://wordpress.org/support/users/editpostok/)
 * (@editpostok)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/feature-request-extra-icon-for-retina/#post-13365252)
 * I just see now that the fees are extremely high on Paypal internationally. So
   I rather not use it. (25 – 30%)
 * Any chance you have a crypto address?
 * Best regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Conflict with frontend uploader](https://wordpress.org/support/topic/conflict-with-frontend-uploader/)
 *  Thread Starter [editpostok](https://wordpress.org/support/users/editpostok/)
 * (@editpostok)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/conflict-with-frontend-uploader/#post-13354877)
 * Some additional info:
 * The http error doesn’t happen when logged in as an admin. Then everything works
   fine.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Conflict with frontend uploader](https://wordpress.org/support/topic/conflict-with-frontend-uploader/)
 *  Thread Starter [editpostok](https://wordpress.org/support/users/editpostok/)
 * (@editpostok)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/conflict-with-frontend-uploader/#post-13354774)
 * Hi, thanks for your reply.
 * There is no debug file being created. I also checked the PHP error log in Directadmin
   and it is empty.
 * To see the conflict on the frontend: [https://kysolutions.info/test-site/create/?snax_format=text](https://kysolutions.info/test-site/create/?snax_format=text)
 * username: demo
    password: demo
 * Please let me know if I can do anything else. Thank you.
 * *EDIT: Query Monitor is activated, on the frontend
    -  This reply was modified 5 years, 11 months ago by [editpostok](https://wordpress.org/support/users/editpostok/).
    -  This reply was modified 5 years, 11 months ago by [editpostok](https://wordpress.org/support/users/editpostok/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fr Custom Payment Gateway Icon for WooCommerce] Feature request: extra icon for retina](https://wordpress.org/support/topic/feature-request-extra-icon-for-retina/)
 *  Thread Starter [editpostok](https://wordpress.org/support/users/editpostok/)
 * (@editpostok)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/feature-request-extra-icon-for-retina/#post-13340789)
 * Also, if you have a link where I can buy you a coffee or a paypal link or something,
   please share it.
 * Best regards

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

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