This topic has 1 voice, contains 6 replies, and was last updated by Jeremy Clark 132 days ago.
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic.
This topic has 1 voice, contains 6 replies, and was last updated by Jeremy Clark 132 days ago.
| Author | Posts |
|---|---|
| Author | Posts |
| December 15, 2011 at 4:12 pm #1787 | |
|
|
Hi, I have a date script in my post that is not working with just this theme. It’s at: What can I do to get this script working with this theme? |
| December 15, 2011 at 5:06 pm #1788 | |
|
|
I’ve tried a few things with no success. The script works on my other sites with different themes. So, I’m hoping there is a quick fix for what ever is blocking it here. I’M ANXIOUSLY LOOKING FORWARD TO A REPLY. Thanks! |
| December 16, 2011 at 6:39 am #1789 | |
|
Jeremy Clark |
Looking at the source of the page the script is missing a closing >. It looks like the code has been mangled by the visual editor of wordpress. Open the page back up and switch over to html view and then you should be able to fix the javascript there. |
| December 16, 2011 at 8:12 am #1790 | |
|
|
Hi Jeremy, I don’t see where the closing > goes. The entire script includes everything is has on my other sites. So, if you wouldn’t mind, could you please tell me exactly where you saw the missing closing >. THANKS! |
| December 19, 2011 at 10:44 am #1791 | |
|
Jeremy Clark |
It looks like the closing > tag right before the </script>
tag is messed up. |
| December 21, 2011 at 4:12 am #1792 | |
|
|
Hi Jeremy, Thanks for taking the time to reply. I found what you were talking about, but it’s still not working. Any other suggestions? |
| January 6, 2012 at 4:16 am #1793 | |
|
Jeremy Clark |
Looking at the site with firebug, I see this error: missing ; before statement
if (daym<10) daym="0"+daym var dayarra…montharray[month]+" "+daym+", "+year) You’ll need to add the missing ;. |
You must be logged in to reply to this topic.