WraithKenny
Forum Replies Created
-
Confirmed updating theme code for new handling (as per new instructions in FAQ) fixes issue. A bit annoyed that I had to update the theme’s code tho, but it’s fine.
The fix for my issue is in the FAQ, so I’ll fix it later when I have a moment.
Forum: Plugins
In reply to: [FancyBox for WordPress] Had to roll back to Ver 3.0.14“IWM” is the “Interactive World Maps” plugin, right?
In that plugin, there’s a Custom Javascript Action box, where you probably have code that worked with FancyBox v1, and it probably looks like,
jQuery.fancybox({ content: value });
Replace it with:
$.fancybox.open(value);
Forum: Plugins
In reply to: [FancyBox for WordPress] ‘Not a Function’ IssueFix:
If you were using code like:
jQuery.fancybox({ content: value });
Replace it with:
$.fancybox.open(value);
Forum: Plugins
In reply to: [FancyBox for WordPress] ‘Not a Function’ IssueAh. Well, actually, it’s because you updated to FancyBox 3, and that doesn’t have the same API. :-/
Forum: Plugins
In reply to: [Scripts n Styles] Version 3.5 conflicting with Classic Editor pluginShould be fixed with 3.5.1
Forum: Plugins
In reply to: [Scripts n Styles] Version 3.5 conflicting with Yoast SEO pluginShould be fixed with 3.5.1
Forum: Plugins
In reply to: [Scripts n Styles] Not working with Mythemeshop WP Shortcode ProThis should be fixed with 3.5.1
Forum: Plugins
In reply to: [Scripts n Styles] Version 3.5 conflicting with Yoast SEO pluginLooking into this today, thanks!
Forum: Plugins
In reply to: [Scripts n Styles] Version 3.5 conflicting with Classic Editor pluginThanks for letting me know, looking into it toady
Forum: Plugins
In reply to: [Scripts n Styles] Not working with Mythemeshop WP Shortcode ProI’m not sure what the problem could be. :-/
Forum: Plugins
In reply to: [Scripts n Styles] Not working with Mythemeshop WP Shortcode ProI’ve release v3.5 of this plugin. Could you see if that update fixes this for you? (I don’t have Shortcode Pro to test.)
Forum: Plugins
In reply to: [Scripts n Styles] not cooperate with the new Gutenberg editorShould now be fixed with version 3.5 of Scripts n Styles!
Forum: Plugins
In reply to: [Scripts n Styles] Javascript Not WorkingI have a feeling that you added the code to the “head” section, which means the elements aren’t yet created when the code runs. Try moving it to the footer (the second box).
Forum: Plugins
In reply to: [Scripts n Styles] No confirmation alert when deleting shortcodesYeah, that’s happened to me too… there was no built in api for it, and I never got around to writing it from scratch. Anyway, Gutenburg means it has to totally be rewritten, and I’ve been working on a rewrite forever now… hopefully next major version will include this.