• Resolved gilbertsearcy

    (@gilbertsearcy)


    Added a small script in the header using the plugin. It saves fine, but I’m not fully sure if it’s loading on the frontend. Is there a simple way to check if the script is actually added to the page? Tnkz!

Viewing 1 replies (of 1 total)
  • Plugin Support markomiljanovic

    (@markomiljanovic)

    @gilbertsearcy,

    There are a couple of simple ways to confirm your script is loading on the frontend:

    Check the script’s intended effect – If the script is meant to add a specific feature or behavior (tracking, a popup, styling changes, etc.), visit your site and confirm everything is working as expected.
    View the page source – Open your site in a browser, right-click anywhere on the page, and select View Page Source and search for a unique portion of your script. If you can find it in the source, the snippet is loading correctly.

    If the script doesn’t appear, here are a few things to check:

    Clear your cache – If you’re using a caching plugin or server-level cache, clear it and test again. A cached page may still be serving an older version without your snippet.
    Review your snippet settings – In WPCode, confirm the snippet is Active, the Auto Insert location is correct (for example, Site Wide Header), and that no Conditional Logic rules are preventing it from loading where you expect.
    – Try an incognito/private window – This helps rule out browser extensions or cached data affecting what you’re seeing.

    Thanks,

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.