foxprof
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form to Any API] Numeric values since 1.07Mayur you are a star! Happy to report that the latest update has indeed fixed the issue.
Many thanks.
Forum: Plugins
In reply to: [Material Design for Contact Form 7] IE11 and conditional fieldsHi Angus,
I thought that would be the case and not going to lose any sleep over it. The user here has been shown the error of their ways and upgraded ?? Quite frankly I’m of the view that if anyone is still using IE then it’s their problem not ours.
You’re a star, md-grid did the trick ??
Many thanks ??
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Images doesn’t appearWe are experiencing a similar issue. Shows first slide then all others are either blank or only partially show. Slider works fine on mobile and in all browsers except Edge v42, Edge v40 however works normally. Don’t know if that helps towards a resolution. Last time we had problems with this plugin it was down to display issues in Edge and a quick fudge to make the plugin treat Edge as if it was IE fixed it.
If anyone is still having issues with this, we were even on the latest version! We noticed that two slides together with links will create the problem if you put a slide without a link inbetween then works ok. Weird behaviour!
However, if we emulate IE11 in Edge then all works as it should so our workaround until an official fix is…
Open file: /wp-content/plugins/master-slider/public/assets/js/masterslider.min.js
Edit line:
var isIE11=!!navigator.userAgent.match(/Trident\/7\./)
to
var isIE11=!!(navigator.userAgent.match(/Trident\/7\./)||navigator.userAgent.match(/Edge/))
This will fool the plugin into thinking the browser is IE11 and not Edge, slider will now function correctly, links or no.
Regards all, FoxProf