Thomas
Forum Replies Created
-
@cais: Thx!
Your are totally right, I have to go over my approach again!
Btw: Do you have any experience with ajax driven websites with wordpress or do you know a good blog/tutortial where this approach is explained?
Best, Thomas
Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] jquery plugin not respondingHi Gabe
The link to the site is: http://www.landlieberadio.ch/#newsletter
I think I figured out what problem #1 could be: mailchimp.js loaded only once at the initial first request of the page. if the form fields are not there, the form is not bound to the script. because the content of newsletter page is loaded by ajax, there is no new page reload…and mailchimp.js is not respndonding. thats how it looks now.
if I copy the whole script into my ajax page at the bottom, then it works.
thank you in advance!
thomasForum: Plugins
In reply to: [Collapse-O-Matic] not workingHey Baden
Yes, everything works fine!
I am using a selfmade template and forgot to put in my header.php this line of code:<? wp_head(); ?>
therefore the library and css styles were not loaded, because the plugin put this into the header file of wordpress, if I am right…
Best, Thomas
Forum: Plugins
In reply to: [Collapse-O-Matic] not workingHey Baden
I am from Baden, Switzerland 🙂
Got a problem with this nice plugin here: http://www.lifeline-documentaries.com/packages/ the example code is underneath the first image –> Vader / Target ContentThe text is displayed, but also the target text. And there is no link on “Vader”
Do you see where my problem is?
Best, Thomas