ostsolutionss / wp-ajax-newsletter

Automatically exported from code.google.com/p/wp-ajax-newsletter
0 stars 0 forks source link

does not work on homepage #56

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
The newsleter subscription works on all pages except the homepage. The code
is identical. 

What is the expected output? What do you see instead?
- It stays in the loading stage on the homepage. 

What version of the product are you using? On what operating system?
- Linux CentOS

Please provide any additional information below.
Here is the code used to embed: 
                    <li class="newsletter">
            <h2>The Raw Newsletter</h2>
           <?php if (class_exists('ajaxNewsletter')): ?>

<!-- Newsletter -->

<?php ajaxNewsletter::newsletterForm(); ?>

<!-- End  Newsletter -->

<?php endif; ?>

</li>

Original issue reported on code.google.com by kimgrinf...@gmail.com on 7 Nov 2007 at 6:05

GoogleCodeExporter commented 9 years ago
I am having the same exact issue. The WP ajax newsletter form works on all 
pages except the home page. On the homepage the loading gif spins indefinitely. 

Original comment by cfat...@gmail.com on 19 Sep 2011 at 10:29