Plugin incompatibility with AWS plugin
-
If I activate the plugin, then the aws plugin (ajaxify wordpress site) does not work for my uppercased menu links.
The AWS plugin uses
// Internal Helper $.expr[':'].internal = function(obj, index, meta, stack){ // Prepare var $this = $(obj), url = $this.attr('href')||'', isInternalLink; // Check link isInternalLink = url.substring(0,rootUrl.length) === rootUrl || url.indexOf(':') === -1; // Ignore or Keep return isInternalLink; };
Any ideas where the conflict is?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Plugin incompatibility with AWS plugin’ is closed to new replies.