Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Tracy Levesque

    (@liljimmi)

    ?????? YIKES, Inc. Co-Owner

    Hi Wboae,

    I just gave it a try and I was able to enter my email address and got the “Thank You for subscribing!” message.

    We do have an article on the problem you described above in case you still experience issues. https://yikesplugins.com/support/knowledge-base/i-hit-submit-on-my-form-but-nothing-happens/

    Thank you!
    -Tracy

    Plugin Author Evan Herman

    (@eherman24)

    Hi,

    I took an additional look and I am seeing 3 JavaScript errors on the page:

    https://www.wboae.com/:336 Uncaught TypeError: $ is not a function, which is coming from ‘rwd search&language toggle’ script:

    <!-- rwd search&language toggle -->
    <script type="text/javascript">
    $(document).ready(function($){
    /* toggle search */
    $("#rwd-search").on("click", function(){
    $(".rwd-top-search").slideToggle();
    $(this).toggleClass("active");
    });
    /* toggle language */
    $("#rwd-lang").on("click", function(){
    $(".rwd-top-lang").slideToggle();
    $(this).toggleClass("active");
    });
    });

    You may want to have a look into what’s going on there.

    Thanks,
    Evan

    Thread Starter wboae

    (@wboae)

    thank you so much guys!

    i test in other web, it’s miss this JS:

    <script type=’text/javascript’>
    /* <![CDATA[ */
    var object = {“ajax_url”:”http:\/\/www.taqubr.com\/wordpress\/wp-admin\/admin-ajax.php”,”preloader_url”:”http:\/\/www.taqubr.com\/wordpress\/wp-admin\/images\/wpspin_light.gif”};
    /* ]]> */
    </script>
    <script type=’text/javascript’ src=’https://www.taqubr.com/wordpress/wp-content/plugins/yikes-inc-easy-mailchimp-extender/public/js/yikes-mc-ajax-forms.min.js?ver=yikes-inc-easy-mailchimp-extender’></script&gt;

    so,i add this to my wboae.com, now it’s working, but i still don’t know why it’s not add.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘it's not working for me’ is closed to new replies.