Code showing below footer - how to remove

I will be the first to admit, I am not a cornerstone/pro or themeco whatever power user. I took over this site from someone else and we use a different builder. So this cornerstone builder is not our strength.

Having said that, some code just started appearing below the footer on all pages. Everything on the site is upto date. So not sure why or what it is related to. I am assuming theme related. Any way, any advice would be help.

Here is the code.
jQuery(function($){ $(’.x-menu-collapsed .menu-item-has-children > .x-anchor’).on(‘mousedown touch’, function(e) { if ( ! $(e.srcElement).is(’.x-anchor-sub-indicator’) ) { var $this = $(this); $this.siblings(‘ul’).hide(); window.location = $(this).attr(‘href’); } }); });

You can see it live at https://calypsofarm.org/

Thanks in advance.

I figured it out. It was as I thought, I just didn’t know where to find it. I was custom JS added to the site. It took a while to figure out how to find this.

It is amazing how completely different page builders are. 15 years of doing this and I felt like a complete newbie trying to figure out cornerstone. I use elementor for 99% of my sites. They are a worlds apart.

Anyway, thanks to anyone who read this. NOw I just need to figure out what the code I just removed was suppose to do… but that is another issue.

THanks

Hi @steve907,

Glad that you are able to figure this out. Please let us know if you need any further assistance on this.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.