Lschreyer
Forum Replies Created
-
Forum: Plugins
In reply to: [Max Mega Menu] Test the accordion menu without licenseRead the question please. it is not a complaint.
Hi, here is the info:
I also have another problem:
Some popups show up immediatly after the page is loaded.
I have set up several popups to show after a button is clicked. They all have the same settings, I checked several times, but some show up immediately after loading, see this URL:
https://www.schreyer-schornstein.de/schornsteinsysteme/fblask/How can I stop it from showing up without clicking on the button?
Thanx!
Louis
Forum: Plugins
In reply to: [WooCommerce] /shop link is redirecting to the homepageArg, it was my browser, deleted the Cache and now it works. Too bad, took me a lot of work to figure that out ??
Ah, I got it, it was a section in my functions.php which caused the error, too bad it only got called when paypal plus plugin was activated. So I wrongly supposed that it was due to the plugin.
I do a call to get_billing_country() which created this error.
Sorry to bother you, best to delete this thread.
I analyzed the source of the poge with and without activeted paypal plus plugin.
If activated the creation of the page stops in the “Woocommerce Endpoint” section.This is the end of the source:
<li class="control-section accordion-section woocommerce_endpoints_nav_link" id="woocommerce_endpoints_nav_link"> <h3 class="accordion-section-title hndle" tabindex="0"> WooCommerce-Endpunkte <span class="screen-reader-text">Zum ?ffnen dieses Bereichs Eingabetaste drücken</span> </h3> <div class="accordion-section-content "> <div class="inside">
no more text after this
I just deleted the Plugin and installed an other Caching plugin (W3). No error since then. So I guess I will stay with that one.
I use Wordfence and Ithemes Security, disabled both with no effect.
The message reappears. Only disabling the caching plugin makes it go away.Forum: Plugins
In reply to: [Theme My Login] GDPDR email confirmation link does not work7.0.11
I checked it with disabled plugin, then it works normal. So it seems to be the plugin. Somehow the request data is not forwarded correctly. Would be great to have that fixed in case a user requests his data…
Open the file
/wp-content/plugins/wp-user-avatar/includes/class-wp-user-avatar-functions.php
Then look for the function
public function wpua_get_avatar_original($id_or_email=””, $size=””, $default=””, $alt=””)
and exchange the code with this:
public function wpua_get_avatar_original($id_or_email="", $size="", $default="", $alt="") { global $avatar_default, $mustache_avatar, $wpua_avatar_default, $wpua_disable_gravatar, $wpua_functions; // Remove get_avatar filter remove_filter('get_avatar', array($wpua_functions, 'wpua_get_avatar_filter')); if((bool) $wpua_disable_gravatar != 1) { // User doesn't have Gravatar and Default Avatar is wp_user_avatar, show custom Default Avatar if(!$wpua_functions->wpua_has_gravatar($id_or_email) && $avatar_default == 'wp_user_avatar') { // Show custom Default Avatar if(!empty($wpua_avatar_default) && $wpua_functions->wpua_attachment_is_image($wpua_avatar_default)) { // $wpua_avatar_default_image = $wpua_functions->wpua_get_attachment_image_src($wpua_avatar_default, array($size,$size)); $size_numeric_w_x_h = array( get_option( $size . '_size_w' ), get_option( $size . '_size_h' ) ); $wpua_avatar_default_image = $wpua_functions->wpua_get_attachment_image_src($wpua_avatar_default, $size_numeric_w_x_h); $default = $wpua_avatar_default_image[0]; } else { $default = $mustache_avatar; } } else { // Get image from Gravatar, whether it's the user's image or default image $wpua_image = get_avatar($id_or_email, $size); // Takes the img tag, extracts the src $output = preg_match_all('/<img.+src=[\'"]([^\'"]+)[\'"].*>/i', $wpua_image, $matches, PREG_SET_ORDER); $default = !empty($matches) ? $matches [0] [1] : ""; } } else { if(!empty($wpua_avatar_default) && $wpua_functions->wpua_attachment_is_image($wpua_avatar_default)) { // $wpua_avatar_default_image = $wpua_functions->wpua_get_attachment_image_src($wpua_avatar_default, array($size,$size)); $size_numeric_w_x_h = array( get_option( $size . '_size_w' ), get_option( $size . '_size_h' ) ); $wpua_avatar_default_image = $wpua_functions->wpua_get_attachment_image_src($wpua_avatar_default, $size_numeric_w_x_h); $default = $wpua_avatar_default_image[0]; } else { $default = $mustache_avatar; } } // Enable get_avatar filter add_filter('get_avatar', array($wpua_functions, 'wpua_get_avatar_filter'), 10, 5); /** * Filter original avatar src * @since 1.9 * @param string $default */ return apply_filters('wpua_get_avatar_original', $default); }
Almost 3 weeks, and no repsonse?
I see that others have this problem too.Would be nice to know if that feature is being repaired or not.
Forum: Plugins
In reply to: [WooCommerce] Tax problemsI have a tax rate table, you mean that table where you can set tax per country?
So I should add a line with “****” as country and set that to 19% Tax?I activated Geolocation now, thanx for that tip, did not see that option before.
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Several shortcodes are broken“3 of 89 support threads in the last two months have been marked resolved.”
Alright, this plugin seems to be dead, no support at all.
Forum: Plugins
In reply to: [Better Search Replace] It only searches one tableNah, I removed it, I use “Suchen und Ersetzen” now, and it works like a charm.
Forum: Plugins
In reply to: [Better Search Replace] It only searches one tableNo Help on this?