Hmm, somehow it works now .. and i didnt even do anything.. ill mark this as resolved.
Hi Author.
When i click import, i have to hold the click down and follow the button (when it displaces) and let go of the mouseclick when the mouse is over the button after it moves …
I have experienced it on a couple of sites ..
I hope you understand what i mean..
Thanks again, for the awesome plugin!
I understand, but it doesn’t sound QW specific since you experience the problem on other sites. I suspect you have a browser addon that is causing this problem. Try disabling some browser addons/extensions and see if you can make it stop.
Having the same issue and have no add-ons/extensions active for Chrome (PC, Win9).
Hi tyme1111,
A few questions.
Any specific errors, or just not working? What page do you land on after a failed import?
Thanks,
Jonathan
The problem is, at least in Chrome (and if I recall other browsers), you cannot click the IMPORT button normally. When you click that button — at bottom-right corner to adjacent field box, another IMPORT button pops up at top-right left corner to the field box. So, you have to click on lower button, hold mouse, try to grab that popping up top button to click it. Little Super Mario Bros. adventure going on there. (Needs sound effects!)
I found this tip somewhere in your support posts.
I think this is a css issue. I was finally able to replicate the problem by removing the textarea’s width and height css. I think the problem is that the textarea is an inline element that I’ve resized, as opposed to a block level element that will hold it’s spacing.
If you know chrome developer tools, could you add the style “display:block;” to the import textarea and see if that resolves your issues with the import button jumping around?
Thanks,
Jonathan
Yup. Seems to resolve. Moves the IMPORT button below the textarea field. Or, alternatively add a clear:right; to the textarea field.
Thanks for quick attention to this. Will you be adding that fix into the next plugin update?