• Hi

    Ok – all this js is new to me…but I am trying to use some code from a js library that adds a combination lock to a post.

    I have followed all the directions…but all it seems to do is show the code on the page and not run the code.

    What am I doing wrong (cause no doubt its me and not the plugin! )

    Gaz

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

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

    (@wpkube)

    Hi,

    In WP admin > Settings > Embed Code, you can add HTML/JavaScript/CSS code globally ( added on all pages ).

    You can also add on specific posts/pages, when you go to edit a post or a page scroll down and you’ll see “Embed Code” section.

    If adding CSS code, wrap it in style tags:

    <style>
    Your CSS code here
    </style>

    If adding JavaScript code:

    <script>
    Your JavaScript
    </script>
Viewing 1 replies (of 1 total)
  • The topic ‘Can’t seem to get it to work…’ is closed to new replies.