Title: De Belser Arne's Replies | WordPress.org

---

# De Belser Arne

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All In One Login — Login Page Security and Customization for WordPress with Google reCAPTCHA, Social Login, Temporary Login, 2FA, and more.] webiste crash since last update](https://wordpress.org/support/topic/webiste-crash-since-last-update/)
 *  [De Belser Arne](https://wordpress.org/support/users/arnedb/)
 * (@arnedb)
 * [3 years ago](https://wordpress.org/support/topic/webiste-crash-since-last-update/#post-16919007)
 * Problem seems to be related to the is_user_logged_in() function.
   Fatal error:
   Uncaught Error: Call to undefined function is_user_logged_in() in /xxxxxxx/httpd.
   www/wp-content/plugins/change-wp-admin-login/includes/class-change-wp-admin-login.
   php:387
    -  This reply was modified 3 years ago by [De Belser Arne](https://wordpress.org/support/users/arnedb/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Multi-Step Checkout for WooCommerce] “Review” content is being displayed under “Billing & Shipping”](https://wordpress.org/support/topic/review-content-is-being-displayed-under-billing-shipping/)
 *  Thread Starter [De Belser Arne](https://wordpress.org/support/users/arnedb/)
 * (@arnedb)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/review-content-is-being-displayed-under-billing-shipping/#post-16838254)
 * Sure thing, thanks for your time.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Multi-Step Checkout for WooCommerce] “Review” content is being displayed under “Billing & Shipping”](https://wordpress.org/support/topic/review-content-is-being-displayed-under-billing-shipping/)
 *  Thread Starter [De Belser Arne](https://wordpress.org/support/users/arnedb/)
 * (@arnedb)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/review-content-is-being-displayed-under-billing-shipping/#post-16838239)
 * I’ll try, could you maybe point me to the direction where I would set this setting?
 * EDIT/ Sorry, found it!
   EDIT2/ That did indeed fix the issue. Thank you very much.
    -  This reply was modified 3 years, 2 months ago by [De Belser Arne](https://wordpress.org/support/users/arnedb/).
    -  This reply was modified 3 years, 2 months ago by [De Belser Arne](https://wordpress.org/support/users/arnedb/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Multi-Step Checkout for WooCommerce] “Review” content is being displayed under “Billing & Shipping”](https://wordpress.org/support/topic/review-content-is-being-displayed-under-billing-shipping/)
 *  Thread Starter [De Belser Arne](https://wordpress.org/support/users/arnedb/)
 * (@arnedb)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/review-content-is-being-displayed-under-billing-shipping/#post-16838219)
 * These come from Powerpack Elements, which is an Elementor Extension.
   I have already
   tried removing the Powerpack Elements Checkout Element and replacing it with 
   the standaard Elementor Checkout element, but to no avail. I was still seeing
   the issueI have disabled Powerpack Elements and I have replaced the Powerpack
   Element with the Elementor Checkout element, this is the printed HTML:[https://i.gyazo.com/ac2016ffe491a124815712f270502e3f.png](https://i.gyazo.com/ac2016ffe491a124815712f270502e3f.png)
   Sorry for the confusion.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Connect Polylang for Elementor] [FEATURE REQUEST] Add ability to open dropdown lang switcher “on hover”](https://wordpress.org/support/topic/feature-request-add-ability-to-open-dropdown-lang-switcher-on-hover/)
 *  Thread Starter [De Belser Arne](https://wordpress.org/support/users/arnedb/)
 * (@arnedb)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/feature-request-add-ability-to-open-dropdown-lang-switcher-on-hover/#post-15702337)
 * For anyone interested, I wrote a script which does what I asked above:
 *     ```
       var navPolylangSwitcher = document.querySelector('.cpel-switcher__nav');
       var togglePolylangSwitcher = document.querySelector('.cpel-switcher__toggle');
       var classNamePolylangSwitcher = 'cpel-switcher__toggle--on';
   
       togglePolylangSwitcher.addEventListener('mouseover', function() {
           this.classList.add(classNamePolylangSwitcher);
       });
   
       navPolylangSwitcher.addEventListener('mouseleave', function() {
           togglePolylangSwitcher.classList.remove(classNamePolylangSwitcher);
       });
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All-in-One WP Migration and Backup] How to exclude folders in “uploads” or exclude uploads intirely?](https://wordpress.org/support/topic/how-to-exclude-folders-in-uploads-or-exclude-uploads-intirely/)
 *  Thread Starter [De Belser Arne](https://wordpress.org/support/users/arnedb/)
 * (@arnedb)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/how-to-exclude-folders-in-uploads-or-exclude-uploads-intirely/#post-15354880)
 * Hi there,
 * I’ve tried using both the following in functions.php in the active theme.
 *     ```
       add_action('plugins_loaded', function() {
           add_filter( 'ai1wm_exclude_media_from_export', function ( $exclude_filters ) {
             $exclude_filters[] = 'wf-woocommerce-packing-list';
             return $exclude_filters;
           } );
       });
       ```
   
 *     ```
       add_action('admin_init', function() {
           add_filter( 'ai1wm_exclude_media_from_export', function ( $exclude_filters ) {
             $exclude_filters[] = 'wf-woocommerce-packing-list';
             return $exclude_filters;
           } );
       });
       ```
   
 * Normally one of these should be able to trigger?
 * `wf-woocommerce-packing-list` is the name of the folder to exclude in `uploads`
 * Still I’m getting a package which contains the contents of that folder.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All-in-One WP Migration and Backup] How to exclude folders in “uploads” or exclude uploads intirely?](https://wordpress.org/support/topic/how-to-exclude-folders-in-uploads-or-exclude-uploads-intirely/)
 *  Thread Starter [De Belser Arne](https://wordpress.org/support/users/arnedb/)
 * (@arnedb)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/how-to-exclude-folders-in-uploads-or-exclude-uploads-intirely/#post-15354496)
 * Hi Yani,
 * Thanks for looking into this;
 * I’ve tried adding the provided piece of code to functions.php
 * But after doing an export I came to the conclusion that the folder is not excluded
   and all the GB’s of pdf files are also exported.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] Problem with Redirect – Trailing Slash on URLs](https://wordpress.org/support/topic/problem-with-redirect-trailing-slash-on-urls/)
 *  [De Belser Arne](https://wordpress.org/support/users/arnedb/)
 * (@arnedb)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/problem-with-redirect-trailing-slash-on-urls/#post-15233048)
 * Same, disabling the plugin does redirect non slash urls to slash urls.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WC Pickup Store] WC Pickup Store has a side effect on admin columns](https://wordpress.org/support/topic/wc-pickup-store-has-a-side-effect-on-admin-columns/)
 *  Thread Starter [De Belser Arne](https://wordpress.org/support/users/arnedb/)
 * (@arnedb)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/wc-pickup-store-has-a-side-effect-on-admin-columns/#post-15183959)
 * Hello there,
 * Any idea of this issue will be fixed?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WC Pickup Store] WC Pickup Store has a side effect on admin columns](https://wordpress.org/support/topic/wc-pickup-store-has-a-side-effect-on-admin-columns/)
 *  Thread Starter [De Belser Arne](https://wordpress.org/support/users/arnedb/)
 * (@arnedb)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/wc-pickup-store-has-a-side-effect-on-admin-columns/#post-15175742)
 * I did some debugging and I managed to drill it down to this piece of code:
    [https://pastebin.com/L0WpwTK7](https://pastebin.com/L0WpwTK7)
 * It’s party of the following function: `wps_store_get_store_admin`.
 * When I comment out that piece, the admin columns behave normally.
    [https://pastebin.com/XY6g5jLc](https://pastebin.com/XY6g5jLc)
 * Any idea what could be going on?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] Problem with Redirect – Trailing Slash on URLs](https://wordpress.org/support/topic/problem-with-redirect-trailing-slash-on-urls/)
 *  [De Belser Arne](https://wordpress.org/support/users/arnedb/)
 * (@arnedb)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/problem-with-redirect-trailing-slash-on-urls/#post-15172581)
 * Hello there,
 * I have to ask. Do you have any plans of addressing this issue? It’s really hurting
   us SEO wise. I love this plugin for its accesiblity, but we have to temporarily
   switch to another caching plugin till this issue is resolved.
 * I was also able to replicate this issue on a blank box.
 * Kind Regards,
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] Problem with Redirect – Trailing Slash on URLs](https://wordpress.org/support/topic/problem-with-redirect-trailing-slash-on-urls/)
 *  [De Belser Arne](https://wordpress.org/support/users/arnedb/)
 * (@arnedb)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/problem-with-redirect-trailing-slash-on-urls/#post-15150480)
 * [@devopti](https://wordpress.org/support/users/devopti/)
 * I also did some more testing and I come to the same conclusion. barebones install
   leads to this behavior.
 * Kind regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] Problem with Redirect – Trailing Slash on URLs](https://wordpress.org/support/topic/problem-with-redirect-trailing-slash-on-urls/)
 *  [De Belser Arne](https://wordpress.org/support/users/arnedb/)
 * (@arnedb)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/problem-with-redirect-trailing-slash-on-urls/#post-15138773)
 * Hello there,
 * I was wondering if you have an update regarding this matter?
 * Kind regards,
    Arne
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] Problem with Redirect – Trailing Slash on URLs](https://wordpress.org/support/topic/problem-with-redirect-trailing-slash-on-urls/)
 *  [De Belser Arne](https://wordpress.org/support/users/arnedb/)
 * (@arnedb)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/problem-with-redirect-trailing-slash-on-urls/#post-15120406)
 * [@harshad](https://wordpress.org/support/users/harshad/) Thanks for the update!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] Problem with Redirect – Trailing Slash on URLs](https://wordpress.org/support/topic/problem-with-redirect-trailing-slash-on-urls/)
 *  [De Belser Arne](https://wordpress.org/support/users/arnedb/)
 * (@arnedb)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/problem-with-redirect-trailing-slash-on-urls/#post-15118358)
 * Hello there,
 * Sorry to hijack this post.
 * Our marketeer noticed the same issue. Upon doing some debuggin I came to the 
   conclusion that when I disabled “WP-Optimize – Cache, Clean, Compress”. the issue
   went away.
 * Any idea how this is happening?
 * EDIT:
    We also did clear the cache and ran a preload, without success.
 * The problem with this is that this generates duplicate content (two pages of 
   the same), on with “/” at the end and one without. Google pushines for this 🙁
    -  This reply was modified 4 years, 8 months ago by [De Belser Arne](https://wordpress.org/support/users/arnedb/).

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

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