othersite
Forum Replies Created
-
Forum: Plugins
In reply to: LightboxJS: No Close or Title… Help!*update*
Turns out that I have this script on my site
called “nicetitle.js” which basically adds a neat overlay of the title (unnecessary, but pretty) over the text.When I remove it, the caption shows. The following is an excerpt from the script which I believe is causing the trouble:
https://othersite.org/wp-content/themes/falling/nicetitle.js
for (var ti=0;ti<document.links.length;ti++) {
var lnk = document.links[ti];
if (lnk.title) {
lnk.setAttribute("nicetitle",lnk.title);
lnk.removeAttribute("title");
Why is the command “lnk.removeAttribute(“title”); there? I figure that’s what’s removing the title attribute…
Forum: Plugins
In reply to: LightboxJS: No Close or Title… Help!well, I’m assuming that the “title” attribute is somehow being disrupted by my theme, anyone have any ideas?
Forum: Plugins
In reply to: LightboxJS: No Close or Title… Help!hmm, it works when i switch the theme.
is something else referencing “title”? help would be appreciated, thanks!
Forum: Plugins
In reply to: LightboxJS: No Close or Title… Help!ah, thank you very much.
but now there’s the other problem:
the caption text doesn’t show!
Forum: Fixing WordPress
In reply to: Blank page in Internet Explorer but not in Firefoxah damn, I just removed prototype.js and effects.js and now the IE errors are gone – but the page is still blank…
Apparently the problem is in the theme – but I have no idea where to begin.
Here is the W3 validator markup report:
Would any of those make a site not work in IE?
Forum: Fixing WordPress
In reply to: Blank page in Internet Explorer but not in Firefoxahh, having this problem as well.
Works 100% perfectly in Firefox, Netscape, but all I see is the background image in IE.
At the left bottom corner it says there is an error at:
“Line: 1727
Char: 5
Error: ‘addEventListener’ is null or not an object
Code: 0
URL: https://www.othersite.org/wp/”Where is line 1727? I’m assuming this is some kind of Javascript problem…
Please help!