Thread Starter
JayG30
(@jayg30)
Updated the plugin and it still works. Thanks.
Thread Starter
JayG30
(@jayg30)
I figured it was a CSS issue, but couldn’t determine a way to quickly fix it.
EDIT:
Ah, I found it. If I remove the height on line 39 of style.css it works. The line goes from;
.direction-controls-placeholder .dir-input .wp{
height:18px;line-height:16px;
margin:-1px -6px;padding:3px 5px;width:95%
}
To this;
.direction-controls-placeholder .dir-input .wp{
line-height:16px;
margin:-1px -6px;padding:3px 5px;width:95%
}
You can check the first site on my test server and it should work now.
Thread Starter
JayG30
(@jayg30)
Sure, you can see it HERE on a test server where I’m using a theme and also on a completely fresh wordpress install HERE.
Hoping I can resolve this as I really like the plugin and it does exactly what I’d want.