JustMe2007
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [Easy Modal] Settings not working on new modalHi,
The problem still appears. I have the latest version 1.3.0.3.
When do you think that it will be fixed?Kind regards,
Forum: Plugins
In reply to: [Easy Modal] Settings not working on new modalThanks.
Forum: Plugins
In reply to: [Easy Modal] Settings not working on new modalThanks. If I can help with more info please let me know.
Forum: Plugins
In reply to: [Easy Modal] Settings not working on new modalForgot to add the error:
TypeError: td is null
td.parentNode.insertBefore(qtd,td);Forum: Plugins
In reply to: [Easy Modal] Settings not working on new modalThis is the error that appears:
var td = document.getElementById('titlediv'); var qtd = document.createElement('div'); var h = document.createElement('h3'); var l = document.createTextNode('Title (English)'); var tw = document.createElement('div'); var ti = document.createElement('input'); var slug = document.getElementById('edit-slug-box'); ti.type = 'text'; ti.id = 'qtrans_title_en'; ti.tabIndex = '1'; ti.value = qtrans_use('en', document.getElementById('title').value); ti.onchange = qtrans_integrate_title; ti.className = 'qtrans_title_input'; h.className = 'qtrans_title'; tw.className = 'qtrans_title_wrap'; qtd.className = 'postarea'; h.appendChild(l); tw.appendChild(ti); qtd.appendChild(h); qtd.appendChild(tw);if(slug) qtd.appendChild(slug); td.parentNode.insertBefore(qtd,td);it is on this line:
td.parentNode.insertBefore(qtd,td);It looks like it has a conflict with to do with qtranslate. If qtranslate is deactivated it works. Otherwise no.
Forum: Plugins
In reply to: [Easy Modal] Settings not working on new modalIt happens on all browsers I’ve tried: firefox 24.0 and chrome 30.
Can you please give me more details on what to try to fix it before creating a temp admin?
Thanks
Viewing 6 replies - 1 through 6 (of 6 total)