/wp-content/plugins/c9-blocks/src/vendor/bootstrap.min.js.map is missing.
Could this be the cause of the jumping? The file is not present in the plugin directory or anywhere that I can see…
Can you assist?
For extra info, this is on a multisite installation, using twentytwentyone theme, c9 blocks v.1.4.1
Thanks
]]>Whenever i type in number text box or clicking button in a form in my website. i am getting this error
https://devppts1.wpengine.com/
You can access this link and you can find form in below footer.. Phone textbox and clicking submit button. consoles this error
Please correct the smooth scroll problem. Screen overlapping on chrome, opera.
ERROR SHOWING—
[Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive. See <URL>
CART PAGE PROBLEM—
whenever updating quantity of the products or trying to remove any products and trying update cart then THE cart page getting blank.
Thanks
]]>This once resolved issue has resurfaced because of:
https://www.chromestatus.com/feature/5093566007214080
Steps to reproduce (using Chrome’s developers tools, but an Android device in landscape mode works too):
1) Make sure you are using Chrome 56 or higher
2) View https://www.ads-software.com/themes/twentytwelve/ with the developers tools (ctrl+shift+i)
3) Enable the device toolbar (ctrl+shift+m)
4) Select “Responsive” from the device dropdown
5) Enter a width of at least 600 px
6) Try to click the “sub-page” menu item (contained under the “parent page” menu item)
Observe: parent page is loaded
]]>So I have these two questions:
1. How can I prevent a default action of the login button?
2. How can I remove the button completely from the drop down menu as well as from the login panel with social media icons if my SSO service is activated?
Above questions are being frequently asked and I’ve been looking for the answers for hours, but I found no working solutions so far.
It is an important issue – other way the whole SSO idea is useless because of the bad UX. Also the pop-up window won’t close after login – it only redirects to WP cockpit.
I’ve also tried a preventDefault onclick function on the button, but the plugin is apparently being load from an external source, so my script won’t work.
https://www.ads-software.com/plugins/disqus-comment-system/
]]>jQuery(document).on('click','div[id*="ajaxsearchliteres"] .results .item .asl_content h3 a',function(e){
jQuery('.results .col1 .spinner').fadeIn();
jQuery('.results .col1').load('https://xyz.com/post/ .bigright');
e.preventDefault();
});
It’s working if I set the click element on any other element or even anchor link but not the link in search result. I think somehow the plugin code is interfering with my code, and has higher priority or something.
Can anybody help please?
https://www.ads-software.com/plugins/ajax-search-lite/
]]>Is there any other way to prevent the form from submitting when an error is present on the form?
sample code
‘
$(“#form-id-here”).submit(function(e) {
s= $(‘#datefield’).val();
var dateFormat = /^([0-9]{2})\/([0-9]{2})\/([0-9]{4})$/;
if(!dateFormat.test(s)){
alert(“wrong date”);
e.preventDefault();
return false;
}
});
‘
https://www.ads-software.com/plugins/contact-form-7/
]]>