markf1
Forum Replies Created
-
Ok I did that and will see what happens going forward. thanks for your help!
Hi,
I have a screen shot but do not see how to attach/embed it into this post?Also I started another thread about this site. not sure if it’s relevant to this but thought to reference it.
https://wordpress.org/support/topic/strange-blockout-behaivour/#post-11482763
I tried deactivate, delete and re-install. Same problem exists.
Other sites I have hosted at the same host service and using wordfence send me email alerts when plug in updates are needed. This site in question does not do that. It does send the weekly report, which shows updates needed, but does not send the individual emails notifying of plug in updates needed.
I never get the email. I get the email alerting that other sites need plug-in updates, then I check the site in question and see it also needs the updates but never get the email alert for that one site.
I will try deactivate, delete and re-install and see if that fixes it.
Thanks for your help.
I have sent the diagnostic report per instructions above. Thank you.
I disabled, saved and then re-enabled as directed above.
Still not receiving email alerts for needed plug-in updates.
I will do that and let post results here. Thanks!
Thanks what I thought.
It is set to severity level Low.
Hi Dave,
Thanks for your reply. I find that checkbox under All Options > Dashboard Notifications. Yes it is checked.
Dashboard Notifications is not the same as email alerts?
Forum: Themes and Templates
In reply to: [Twenty Nineteen] dequeue parent theme script in child themeOk and I am keen to have it working for all users. I understand and support the value and philosophy behind that, but until that script gets fixed I cannot have it in my site.
thnaks!
Forum: Themes and Templates
In reply to: [Twenty Nineteen] dequeue parent theme script in child themeOk maybe I do understand. leave the script in the child nav js folder, but delete the code inside of it.
So it would look like this:
/**
* Touch & Keyboard navigation.
*
* Contains handlers for touch devices and keyboard navigation.
*//**
* Debounce
*
* @param {Function} func
* @param {number} wait
* @param {boolean} immediate
*/I am not versus ed in javascript. Wold this need an open and closing tag or anything else?
Forum: Themes and Templates
In reply to: [Twenty Nineteen] dequeue parent theme script in child themehmmm. I don’t think I have a child theme touch nav file so….
My original question remains – how can I dequeue that script?
Forum: Themes and Templates
In reply to: [Twenty Nineteen] dequeue parent theme script in child themeOK and thanks. Can you suggest what I might do to dequeue the script from loading?
Here is the code I have in the child theme functions.php but it doesn’t stop the script form loading.
//Dequeue JavaScripts
function project_dequeue_unnecessary_scripts() {
wp_dequeue_script( ‘touch-keyboard-navigation’ );
}
add_action( ‘wp_print_scripts’, ‘project_dequeue_unnecessary_scripts’, 100 );Forum: Themes and Templates
In reply to: [Twenty Nineteen] dequeue parent theme script in child themeYes it appears the original, parent theme script causes that same issue, which I think is a problem. Why cover the entire screen with blue background color just to display one nav menu link and a back link?
If that remains I would go back to trying to figure out how to dequeue the script altogether.
Forum: Themes and Templates
In reply to: [Twenty Nineteen] dequeue parent theme script in child themeAndrew,
I have discovered that the script you provided has created a problem with the nav menu that did not exist before.
On ipad when clicking on main nav toggle, the expanded menu background covers the entire screen versus surrounding the nav text link with a bit of padding, which is not good.
If I delete the script out of the js directory the problem goes away.
I’m leaving the script in place for a little bit so you can see what I mean but I need to replace it or delete it soon so the others/client who are viewing this are not sent into a tailspin by it.