iraji
Forum Replies Created
-
Forum: Networking WordPress
In reply to: WP Multisite problemsThe database repair did not work since some of the tables were missing totally. So I scratched everything and started over agin and everything working good. Thanks for your help.
Forum: Plugins
In reply to: [JQuery Html5 File Upload] position the uploaderI am tickled to get an answer 9 months later, thank you. That project is long gone but perhaps others can use your solution.
Forum: Plugins
In reply to: [JQuery Html5 File Upload] position the uploaderThis is not a final solution but since the div the upload button are in a div with a class of “span7” I was able to move the div to the bottom of the page by adding a CSS class rule in the theme main CSS file as follows:
.span7
{
position: absolute;
bottom: 0px;
}This looks so much better if you have text on your page and you don’t want the upload button to be on top of it.
Hopefully the creator of this great plugin will provide us all with a final solution soon.Yes I see that. I must not have been clicking outside the box because it is working now fine. I just tried it again but this time I clicked just outside of the text input box and it worked fine so I guess it must have been me doing something wrong.
ThanksI can’t see a status bar! However, I am using Safari and when I tried with IE9 it works fine and the album name saves fine. It doesn’t save with Safari or Chrome.
Yes I clicked outside of the text box for the album name!
Forum: Themes and Templates
In reply to: flash headerGlassrabbit
You may want to checkout https://www.igwebs.com/igblog/?p=32
It might help if you have not resolved your problem.