dan1982
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Go Maps - Google Maps, OpenStreetMap, Leaflet Map] GDPR doesn’t work.Ok This is resolved after a few updates. Ignore me.
Forum: Plugins
In reply to: [WP Go Maps - Google Maps, OpenStreetMap, Leaflet Map] GDPR doesn’t work.I’ve just done a test on theory I had and it seems to only occur when the pro addon is activated.
Forum: Plugins
In reply to: [Advanced Custom Fields: Font Awesome Field] Latest version conflictI have fixed the issue. My apologies it was not to do with this plugin.
I had issues with a version of ACF that was being loaded via composer and another version that had been added via a plugins, causing a conflict.
Strangely only seem to effect the font-awesome addon.- This reply was modified 4 years, 7 months ago by dan1982.
Thanks for that. I apologise for not doing a search first, I see this has already been answered.
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] JS and CSS issuesIf anyone is having a similar problem. I discovered that the problem wasn’t the Jquery itself, or ACF-extended but the fact that I had errors in my own compiled js code.
I found errors in the console, which were ‘cannot read property ‘fn’ of undefined’.
This was stopping all the code below it from working, the actually reason for this was that I had Bootstrap-bundle.js and some of the things inside of it, aka popper.js, modal.js etc, which are present in bundle and the two copies were conflicting.Needless to say other wont be quite so specific, but making sure that no errors in your own Javascript file.
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] JS and CSS issuesOk thank you. I assumed the Jquery issue was a template problem, but thanks for clarify that I wasn’t losing it with the CSS issue.
Forum: Plugins
In reply to: [Max Mega Menu] Sub Menu appearing on hover of widgetsThat worked. Thankyou!