Home Forums WoodMart support forum Javascript Snippet not work on Woodmart Theme

Javascript Snippet not work on Woodmart Theme

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #412998

    prattsy
    Participant

    Hello,

    for Test have created this Snippet in Snippet Plugin.
    ++++++++++++++++++++++++++++++++++
    add_action( ‘wp_head’, function () { ?>
    <script>

    /* Schreibe Deinen JavaScript Code hier */

    function showAlert() {
    alert (“Hello World!”);
    }

    </script>

    <body onload=”showAlert()”>
    <?php } );

    ++++++++++++++++++++++++++++++++++++++++++++

    On Storefront Theme it work.
    On Woodmart not.

    How to show it on Woodmart?

    Need it to show Information for my Customers.

    Best Regards

    #413072

    Artem Temos
    Keymaster

    Hello,

    Additional code customization fixing is out of our theme support scope. Different code snippets might work on one theme and don’t work on another. We don’t provide support for such customizations.

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)