Heather Acton
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Mobile Menu - The Mobile-Friendly Responsive Menu] Undefined index errorThank you – we’re just about to run updates again so I’ll loop back if these notices reappear!
Forum: Plugins
In reply to: [WP Mobile Menu - The Mobile-Friendly Responsive Menu] Undefined index errorI did try the save button…but didn’t work for me 🙁 We do have that option OFF. I even tried turning it on, saving, then turning it off again, saving, but still no go.
Forum: Plugins
In reply to: [WP Mobile Menu - The Mobile-Friendly Responsive Menu] Undefined index errorSame issue…same WP, PHP, Mobile Menu versions. Hoping for patch.
Forum: Plugins
In reply to: [WooCommerce] Problem loading website with inapp browser in Instagram@alakart I just tried yours and see that it works now – can we ask what you did to solve this? Thanks!
Forum: Plugins
In reply to: [WooCommerce] Problem loading website with inapp browser in InstagramSame issue here with https://glutenfreebakingacademy.com.
Forum: Plugins
In reply to: [Mail Bank - #1 Mail SMTP Plugin for WordPress] VaultPress Security WarningThanks so much!
Great to know – thank you! Yes, it would be great if the user profile email address is synced, but we know for now to communicate about the billing email to stay connected. Thanks!
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Sync IssuesHi Jasper,
Thanks for your quick reply.
I’m in the process of making a fresh copy to staging so will get back to you on whether or not that error shows up there. The server setup is not the same on WP Engine staging sites…no caching and I’m not sure about wp-cron settings. And, if I had to guess, one of those is the culprit.
I happened to find this thread, where the person has the same error: https://ww.wp.xz.cn/support/topic/php-fatal-error-call-to-member-function-set_job/ If we’re both on WP Engine…that may be a clue…
In the meantime:
– MailChimp for WooCommerce version 1.1.0
– Other plugins (screenshot): https://www.dropbox.com/s/8rtttz8byncl370/screencapture-glutenfreebakingacademy-wp-admin-plugins-php-1488568283502.png?dl=0
– Custom theme, based on underscoresIf you’d like me to set you up as a user on the staging site just let me know.
We did some auditing and found that 9 people out of 588 didn’t get their purchases transferred (about 1.5% failed). Just a bit more info.
I hope this helps!
HeatherThanks again, @jeremy!
Thank you, Jeremy – I tried that version of the snippet and did the full sync, but still no go. I am on WP Engine with object cache enabled (though I cleared it) so it may take a bit to see it, but I was assuming this query was done on the Jetpack side and not actually on the site? Maybe I’m mistaken there..probably am. Either way, I still see a post from Lawyer Spotlight on https://www.2civility.org/pro-bono-service-and-lifes-larger-purpose/
Open to other thoughts on this for sure. Thank you!
Hi Jeremy,
Same thing here.
My code is:
function jetpackme_filter_exclude_category( $filters ) { $filters[] = array( 'not' => array( 'term' => array( 'category.slug' => 'lawyer-spotlight' ) ) ); return $filters; } add_filter( 'jetpack_relatedposts_filter_filters', 'jetpackme_filter_exclude_category' );If you see this post:
https://www.2civility.org/pro-bono-service-and-lifes-larger-purpose/You’ll see the Mary Curry post in the Related section which is in the Lawyer Spotlight category that should be excluded.
Any help is appreciated – thank you!
HeatherForum: Plugins
In reply to: [GD bbPress Tools] Emoticons not quoted properlyWordPress includes a class in the emoji that is formed, though, and if someone replies with that emoji in it, the plugin seems to strip that class. You can take a look in this thread on our site: http://bethepro.com/forums/topic/v-18-0-toolaholic-public-announcement-page/page/32/#post-583653
Emojis that aren’t in quotes are fine in size and have a class of “emoji”, but once someone else quotes that line with the emoji, that class is no longer present. If you could have it retain that class, we could control the appearance of the quoted emojis better. Would be awesome if that wasn’t too difficult.
Thank you!
HeatherHi Gabriel,
Thanks so much. We do have some things we are doing with the data from myCred (pulling from the table), so that is a possibility.
I will definitely install the Debug Bar Cron – I didn’t even know that existed so have been hunting for crons manually.
Just some more info (and I’ll try to keep you updated in the event this may help anyone else):
– It happens to various users – no pattern noticed.
– It always happens due to deleted replies or deleted topics (though they’re not actually deleted – just the points are deducted for that reason in the myCred table).
– Mentioned before, but it always happens at :58 after the hour, various hours, sporadic dates.I’ll let you know what I find.
Thanks again!
HeatherThanks so much, Gabriel – that will get me rolling. Much appreciated!
I have this issue with the plugin also. It’s likely a conflict with another plugin using jquery. In order to get this one to work, you may have to get rid of or find a substitute for another on your site (use process of elimination to figure out which is the culprit). Most slideshow plugins use jquery, so you’ll struggle finding one that works if you are having a conflict with another plugin.