Fabio_M
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Photolistic] Dropdown menu disappears before cursor reachesOk.
this code fixed it…
#access ul ul {
top: 13px;
}it just took time to upload it i guess ^^
Forum: Themes and Templates
In reply to: [Photolistic] Dropdown menu disappears before cursor reachesOnly now saw your post Andrew.
On the original theme it is working.
my website: https://www.osleoes.pt
to view the site user the info below.
user: user
pw: userWhat did i made wrong? im guessing some css…
Forum: Themes and Templates
In reply to: [Photolistic] Dropdown menu disappears before cursor reachesWas able to fix it for firefox lowering the top atribue on the menu, from 17px to 13px.
#access ul ul {
top: 13px;
}However still have the same problem on IE, any ideas?
Forum: Themes and Templates
In reply to: [Themia Lite] Widget always on page as we scroll down.position: fixed; solved the problem.
Thks anyway.
Forum: Fixing WordPress
In reply to: Widget always on page as we scroll down.position: fixed;
does the trick thks
Forum: Plugins
In reply to: [Download Monitor] "plugin is no longer actively developed nor maintained"any other good plugin like this around ?
that allows each user to have acess only to his files for exemple….Forum: Themes and Templates
In reply to: [Themia Lite] Footer at botton of the page…the key of that guide is the following:
position:absolute;
bottom:0;This will place the footer on the bot of the page… but on long content slides you can still scroll down and footer always showing up.
What i want is the footer only to appear at the end of the content and when theres page with few content it will appear the the bot of the page.
Or is it impossible to have the both ways ?
i hope im explaining myself well…
Forum: Themes and Templates
In reply to: [Twenty Eleven] Change colour of normal lines? ()thks found what i needed.
Custom CSS Manager plugin is really nice.Forum: Themes and Templates
In reply to: [Responsive] image for widget 1, 2, 3You can simply insert “a text” in the widget.
In there you can write html.
After that insert the following code:<img src=”link to picture” alt=”text”>