Viewing 1 replies (of 1 total)
  • Plugin Author wipeoutmedia

    (@wipeoutmedia)

    Hi alexsina,

    Thanks for your support question.

    You would need to wrap your JS code in the <script></script> HTML tags.
    Meaning:

    <script>

    … your JavaScript code here …

    </script>

    Choosing JavaScript for the code editor language only sets the ACE editor to JavaScript mode for code syntax errors, syntax colouring and highlighting, etc. It does not automatically add the <script></script> tags to your code for you.

    I hope this helps.

    Kind Regards,
    Damian

Viewing 1 replies (of 1 total)
  • The topic ‘Javascript content will show at frontend page’ is closed to new replies.