jarledb
Forum Replies Created
-
Have cleared all cache and still seeing the error.
Have checked the web site health information and nothing is showing as errors there.
I did de-activate and activate Yoast again, and that removed the message.
Forum: Plugins
In reply to: [Duo Two-Factor Authentication] Breaks Woocommerce APIThe first topic about this problem was posted here 1 year and 9 months ago. Neither of the posts seems to have been getting any attention from DUO.
I don’t think you should hold your breath when it comes to hearing back from them or DUO fixing it.
Will let you know if the ticket we are currently creating with them directly gives any results.
As it stands I am looking at other similar services like Duo Security that don’t block REST API access.
Maxg, my message was not a fix to the problem. It was something that created the problem on the site in question. Did not have the problem before we added that.
Something similar is probably happening on your site as well.
My fix will be to use a form plugin (in my case Gravity Forms) to handle signups with a connection to the Mailpoet plugin.
I have several niggles with the Mailpoet form: The reCaptcha is ugly (using a narrow version that can’t be overridden), its not properly coded to be WAI accessible, and this problem…
- This reply was modified 7 years, 5 months ago by jarledb.
Seeing this behaviour too. In the Pro version.
Happens when this is active (which we need, to strip some WordPress added br/p’s when dealing with shortcode content)
remove_filter( ‘the_content’, ‘wpautop’ );
add_filter( ‘the_content’, ‘wpautop’ , 12);Would changing the priority of the add_filter help?
Forum: Plugins
In reply to: [Broken Link Checker] php 7.2 Deprecated functionFrom what I can tell this plugin seems abandoned.
Here is the problem:
/wp-content/plugins/broken-link-checker/modules/checkers/http.php: create_function(‘$str’,’return rawurlencode($str[0]);’),Hi there, so the behaviour is the expected one. I would suggest you clarify that in the plugin.
Given the rules in GDPR we would really like to restrict sharing of that data to only data for the subscribers and nothing else. And no extra shopping data.
So the behaviour of the plugin is not well suited for that.
Is there any other way of connecting MailChimp with WooCommerce that would just take care of signups and add the sign up information (name + email) to MailChimp?
Any other plugin we should use?
Have the same problem, reported more than 8 months ago and not replied to or actioned, as far as I can see. Very disappointing.
Forum: Plugins
In reply to: [Kustom Checkout for WooCommerce] Part payment display?I think I might have communicated unclearly. In the old version of the Klarna Checkout plugin there was a widget for the product page that shows that downpayments are available.
That seems to be missing from this plugin?
The page you linked me to does not seem to answer the question of how to add that product page widget. (See my screenshot if its unclear what I am talking about).
Hi Michael, its the same issue that is covered on the Github thread.
Its on a page that the “You’ve used this focus keyword…” message comes up, and its pages that are the result.
When following the link you get an empty result, but if you add ?post_type=page to the query string, all the results are shown.
So instead of /wp-admin/edit.php?seo_kw_filter={focus keyword} its /wp-admin/edit.php?post_type=page&seo_kw_filter={focus keyword}
Yes, using WordPress 4.9.8 and Yoast SEO 7.9.1.
Not sure what you mean by the last paragraf in your answer.
This is what the result page looks like:
https://www.dropbox.com/s/ka4x20iey3itakz/Skjermbilde%202018-08-10%2001.01.06.png?dl=0The focus keyword is added on the page that shows the error. Its not in any of the drafts.
Forum: Plugins
In reply to: [User Profile Picture] mt_profile_img() not working since WordPress 4.9.8From what I can tell that data is stored in usermeta. We seem to have lost all the _metronet_post_id data there. (Only found the one I tested with). Is that where I should expect to find it?
Forum: Plugins
In reply to: [User Profile Picture] mt_profile_img() not working since WordPress 4.9.8Seems like its a database problem. Not sure what could have caused it. The profile picture is visible in user editing, but $profile_post_id = absint( get_user_option( ‘metronet_post_id’, $user_id ) ); (in your plugin) was returning 0 in all cases (checking with print_r).
Deleting the profile picture in admin and then adding it again made it work on the front end as well.
Could you let me know where in the WP database I should look for the values that get_user_option fetches? Could be handy to be able to do a little massaging of the DB instead of having to do this for a lot of users.
I must admit I am re-evaluating some of the consent requests planned based on this:
https://suzannedibble.com/gdpr-do-i-need-to-get-fresh-consent-for-my-email-marketing/
INAL, so don’t take my word for it. And I don’t know how much to trust this lawyer either, but other information elsewhere has stated the same she does about consent. That is, its not necessarily a need to get new consent, depending on your circumstances.
I wish there was a good way to handle this in Mailpoet. This is what has been suggested to me:
Add checkboxes for consent and consent text to a form for a new newsletter, and then send people in your old newsletter an email asking them to sign up again using the new form.
Not at all an ideal solution. Would be better to be able to send out a consent email to the existing list and be able to segment on the new checkbox.
You can read all of Mailpoets GDPR info here: https://beta.docs.mailpoet.com/search?query=gdpr
- This reply was modified 8 years, 2 months ago by jarledb.
Please tell me that you will give me an update to the Sucuri plugin for christmas. I am really getting to my wits end with the notifications.
- This reply was modified 8 years, 7 months ago by jarledb.