Forum Replies Created
-
AuthorPosts
-
Arvid
ParticipantI assume you talk about the standard WP backup and import/export. Or is there more to it for Events Calender?
Arvid
ParticipantI won’t miss out on any records I will import from the old site? And do you guys work over the weekend as I will doing the migration tomorrow 😉
Arvid
ParticipantSomething strange was going on. We have now include the code in the header of WordPress. We noticed that the hidden.category was not needed. The code used (and which is working now) is:
//’Click’ the checkbox and then hide it and the label
// jQuery(‘input[name=”naes”]’).click();
jQuery(‘input[name=”naes”]’).attr(‘checked’, true);
jQuery(‘input[name=”naes”]’).toggle();
jQuery(‘.naes’).toggle();});
Arvid
ParticipantThanks Casey, didn’t see that error before. Let me work on that first before I get back to you.
Arvid
ParticipantArvid
ParticipantThanks Casey,
change the block at line 18. Even when I comment line 118 ( $this->formSpamControl();) I get the error message. When I don’t comment the message, the SPAM check line still shows up on the page. When I don’t check it, I also get the error message.
Not sure what I am doing wrong here.
Arvid
ParticipantThanks Leah. It sometimes appears and sometimes disappears. As we will be moving servers and WP install, I guess it is related to that and it will be solved. Good to know that indeed it is an option 🙂
-
AuthorPosts
