Code showing on vendor store frontend
-
Hi! I am on my localhost, and have installed the WCFM marketplace plugin. Everything worked flawlessly.
Then, I subscribed a test-user in incognito mode, and set up a test-store. Also here, no problems.
But now, when I view the vendor store from the front end, there is an ugly line of JavaScript code showing:
jQuery(document).ready(function($) { $(‘#tab_links_area’).find(‘a’).each(function() { $(this).off(‘click’).on(‘click’, function() { window.location.href = $(this).attr(‘href’); }); }); });
This happens when I am logged in as the test user, as well as when I am not logged in. I have tried to deactivate other plugins, but that didn’t have any effect.
I am out of ideas, what could be the problem. Could you please advise how to troubleshoot this glitch?
Thank you in advance. The plugin looks very promising so far!
Andreas
The topic ‘Code showing on vendor store frontend’ is closed to new replies.