iceq
Forum Replies Created
-
Forum: Alpha/Beta/RC
In reply to: Super Admin not shownI am facing the same problem, but I am 100% certain that the lines are correctly put, with nothing missing (I have just made sure they are).
I see no super admin menus at all, although the my account is an admin account, and it is the first account through which I made the installation (I upgraded a current WP not installed a fresh one).What is it ???
Forum: Fixing WordPress
In reply to: search and delete uploaded filesThank you. That did not help me. Yet I found a way, through the FTP client I use, which is FlashFXP. It has a good search tool that can find the files whose names contain the criterias I looked for: 300x, 150x, x150, x300, etc.
Btw, why does WP generate these x300 and x150 images which are never used in the blog? and how can I disable it from doing so?
Forum: Themes and Templates
In reply to: dropdown subpages appear behind header imageyour question is not quite clear my friend
Forum: Themes and Templates
In reply to: dropdown subpages appear behind header imageTHank you everybody. especially Drknowsystems. I have managed to overcome the problem with the help of Interstice Solutions:
http://interstice.biz/The solution is this:
The solution was to do the -999 to the *right*, and to also adjust the hover state to have a *right* positioning of ‘auto’ (rather than left)
#menu li ul {
position: absolute;
width: 150px;
right:-999em;
z-index:200;
}#menu li:hover ul {
right: auto;
display: block;
}Forum: Themes and Templates
In reply to: problem with CSS property overflow:visible;THank you everybody. especially Drknowsystems. I have managed to overcome the problem with the help of Interstice Solutions:
http://interstice.biz/The solution is this:
The solution was to do the -999 to the *right*, and to also adjust the hover state to have a *right* positioning of ‘auto’ (rather than left)
#menu li ul {
position: absolute;
width: 150px;
right:-999em;
z-index:200;
}#menu li:hover ul {
right: auto;
display: block;
}Forum: Themes and Templates
In reply to: dropdown subpages appear behind header imageYou mean you do not experience the problem? but I see it even on various computers.. these two screenshots again explain it all
thanx !
On both of them WP is the newest version, and every other plugin is up to date. Mostly, the plugins are the same too on both blogs
I have just installed Alkivia community on another blog, and to my surprise, I found “your gallery” under “members” admin section.
This is missing in the original blog that I kept complaining of not having a feature to upload pictures in it.Now, one blog greatly enjoys Full Alkivia features, but the first one does not have “Your gallery” for a reson that I dont know.
I have disabled and deleted and reinstalled the plugin many times… to no avail .
Forum: Themes and Templates
In reply to: problem with CSS property overflow:visible;Another week and no response
Another week and no response
Please answer my Q !
Forum: Themes and Templates
In reply to: problem with CSS property overflow:visible;Please answer my Q !
Forum: Themes and Templates
In reply to: problem with CSS property overflow:visible;Thank you very much for your help.
Yet sadly, this solution had a negative effect of all subpages appearing by default, under their parent pages, where they should appear only when I hover the mouse over the parent pages. See the screenshot below
http://img21.imageshack.us/i/mobibug.png/
It happens even with chrome, which did not exhibit the problem of horizontal scrolling at all.
……………………
Forum: Fixing WordPress
In reply to: How to create blogs showcase/network website?Is it possible that I cant create such blog !?