feed Posts (RSS | eMail)
feed Comments (RSS | eMail)
Loading...

Please consider signing the Google Gmail Automatic BCC Option Petition
and spread the word. Thanks!

Update: Join my Facebook group!
[click box to close]

Today, I wondered why WP-EMail & WP-Polls wouldn’t work any longer:

  • WP-EMail would not open a popup window but a normal one,
  • WP-Polls would not do anything when voting (i.e. not show any results).

Since I had installed several plugins lately, I wondered what to do: enable and disable each plugin to see if there is any interference?

That’s always a pain in the a**.

Then I remembered that I had put a link to my own javascripts in the header. When I looked at the javascript console, I found the error message “sack is not defined”.

That didn’t happen before.

So I looked at the header again, and I noticed that I got all confused with “open tags” and “close tags”.

Here is what I used:

<script type=’text/javascript’ src=’link to myscripts.js/>

WRONG!

Unlike <link> or <br>, you actually have to close the tag:

<script type=’text/javascript’ src=’link to myscripts.js></script>

Now, everything works fine again… silly me. :-)

Note:
Comment Live Preview
doesn’t work any longer, but that has nothing to do with my mistake mentioned above (tried to re-install it, but no luck).

Have Your Say!

Next post: Springwidgets.com
Previous post: WordPress Plugin “[JKG] Search Spelling Suggestion”

Trackback URI | Comments RSS | Permalink

del.icio.us del.icio.us eMail this post eMail Print Print
Did you like this post? NoYes
No votes yet, be the first!
Loading ... Loading ...

Have Your Say!

back to top