Viewing 8 replies - 1 through 8 (of 8 total)
  • Try adding <?php if(is_singular()) wp_enqueue_script( 'comment-reply' );?> just before <?php wp_head(); ?> in your theme’s header.php file.

    Thread Starter jeromeronsbi

    (@jeromeronsbi)

    added it but no luck 🙁

    I can’t see the script in the source of your single post. It should be in header:

    <script type='text/javascript' src='http://releasepromo.com/blog/wp-includes/js/comment-reply.js?ver=20090102'></script>

    Thread Starter jeromeronsbi

    (@jeromeronsbi)

    so in the header i should have?

    <!– script START –>
    <script type=”text/javascript” src=”<?php bloginfo(‘template_url’); ?>/js/base.js”></script>
    <script type=’text/javascript’ src=’http://releasepromo.com/blog/wp-includes/js/comment-reply.js?ver=20090102′></script&gt;
    <script type=”text/javascript” src=”<?php bloginfo(‘template_url’); ?>/js/menu.js”></script>
    <!– script END –>
    <?php if(is_singular()) wp_enqueue_script( ‘comment-reply’ );?>
    <?php wp_head(); ?>
    </head>

    <!-- script START -->
    <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/base.js"></script>
    <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/menu.js"></script>
    <!-- script END -->
    <?php if(is_singular()) wp_enqueue_script( 'comment-reply' );?>
    <?php wp_head(); ?>
    </head>

    You might want to try pulling out:

    <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/base.js"></script>
    <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/menu.js"></script>

    in case they’re causing an issue.

    Thread Starter jeromeronsbi

    (@jeromeronsbi)

    no luck 🙁

    i have the same problem:(

    I guess I wont install 🙂 No response here at all.. 30 Days and no response lol this is a joke.. Id never install this one..

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘cant get reply & quote to work :(’ is closed to new replies.