Anti-Spam 6.21 breaks Oxygen Builder 4.7.1 Pro Menu
-
Props to my hosting for helping find this. There was one thread about Oxygen conflicts before, and the resolution was fixing it with 5.156. 2 years later I get my first conflict bteween O2 and CT AS.
Anti-Spam messes up the Oxygen Pro Menu element, causing code to appear next to the menu. This only happens when not logged in as admin.
The code snippet in the actual HTML source is screwed up, placing the closing </script> tag in the wrong place:
<script type="text/javascript"> jQuery('#-pro-menu-173-2328 .oxy-pro-menu-show-dropdown .menu-item-has-children > a', 'body').each(function(){ jQuery(this).append('<div class="oxy-pro-menu-dropdown-icon-click-area"><svg class="oxy-pro-menu-dropdown-icon"><use xlink:href="#FontAwesomeicon-chevron-down"></script></div>'); }); jQuery('#-pro-menu-173-2328 .oxy-pro-menu-show-dropdown .menu-item:not(.menu-item-has-children) > a', 'body').each(function(){ jQuery(this).append('<div class="oxy-pro-menu-dropdown-icon-click-area"></div>'); });
My hosting disabled plugin by plugin and isolated it to a CleanTalk conflict.
Any ideas?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Anti-Spam 6.21 breaks Oxygen Builder 4.7.1 Pro Menu’ is closed to new replies.