De Belser Arne
Forum Replies Created
-
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 1 year, 8 months ago by De Belser Arne.
Sure thing, thanks for your time.
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 1 year, 9 months ago by De Belser Arne.
- This reply was modified 1 year, 9 months ago by De Belser Arne.
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 issue
I 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
Sorry for the confusion.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); });
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 inuploads
Still I’m getting a package which contains the contents of that folder.
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.
Same, disabling the plugin does redirect non slash urls to slash urls.
Forum: Plugins
In reply to: [WC Pickup Store] WC Pickup Store has a side effect on admin columnsHello there,
Any idea of this issue will be fixed?
Forum: Plugins
In reply to: [WC Pickup Store] WC Pickup Store has a side effect on admin columnsI did some debugging and I managed to drill it down to this piece of code:
https://pastebin.com/L0WpwTK7It’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/XY6g5jLcAny idea what could be going on?
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,
I also did some more testing and I come to the same conclusion. barebones install leads to this behavior.
Kind regards.
Hello there,
I was wondering if you have an update regarding this matter?
Kind regards,
Arne@harshad Thanks for the update!
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 3 years, 3 months ago by De Belser Arne.