• A weird snippet of code has started appearing on our site – on all pages, below footer:

    The code is:
    $(document).ready(function () { var tbl = $(“.myTable”); $(‘td’,’.myTable’).unwrap(); $(‘td’,’.myTable’).each(function () { $(this).wrap(”); tbl.append($(this).parent()); }); });

    What is this, and how do I get rid of it?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • lisa

    (@contentiskey)

    request guidance from the team most familiar with Avada theme operation to ask about the code displayed – https://avada.com/help-center/

    (volunteers on this forum do not have access to Avada theme files)

    Mayuri

    (@mayuripatel)

    Hello,

    I think this is custom jQuery code inserted by Team while working on project .

    you there are different possibilities that code might be inserted in footer.php file of current theme / some common template which calls for all pages like index.php / adminside there are common place comes to add themes CSS and JS code so it might be coming from there / Some Footer widgets etc .

    So you need to check at this different places so it will solve your issue .

    it is not default code for Avada theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Code appearing below footer (Aveda)’ is closed to new replies.