Arvid

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Temporary key for site migration #27784
    Arvid
    Participant

    I assume you talk about the standard WP backup and import/export. Or is there more to it for Events Calender?

    in reply to: Temporary key for site migration #27782
    Arvid
    Participant

    I 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 😉

    in reply to: Remove Spam Check #27281
    Arvid
    Participant

    Something 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();

    });

    in reply to: Remove Spam Check #27280
    Arvid
    Participant

    Thanks Casey, didn’t see that error before. Let me work on that first before I get back to you.

    in reply to: Remove Spam Check #27111
    Arvid
    Participant
    in reply to: Remove Spam Check #27019
    Arvid
    Participant

    Thanks 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.

    in reply to: How to add image as featured image to an event #26927
    Arvid
    Participant

    Thanks 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 🙂

Viewing 7 posts - 1 through 7 (of 7 total)