bertholdsson
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Perfetta] Unable to change font in headerThanks, flushed my cache and eerything work now.
*blush*
/J?rge
Forum: Plugins
In reply to: [WP Order Cart] Swedish CharactersFound it, in the plugins php folder there is a file: lib.php
This line contains the charset, change it to utf-8
@headers .= ‘Content-type: text/html; charset=utf-8’ . “\r\n”;Remember that a plugin upgrade breaks your fix ??
Forum: Plugins
In reply to: [WP Order Cart] Product List as Grid instead of vertical listGreat idea, connects a little with my question. Hopefully someone will answer us ??
Forum: Themes and Templates
In reply to: [Customizr] Change fold out distanceForum: Themes and Templates
In reply to: [Customizr] Change fold out distanceI dropped in the in the childs style.css
.dropdown-menu .sub-menu { left: 100%; position: absolute; top: 0; visibility: hidden; margin-top: -1px; } .dropdown-menu li:hover .sub-menu { visibility: visible; display: block; } .navbar .sub-menu:before { border-bottom: 7px solid transparent; border-left: none; border-right: 7px solid rgba(0, 0, 0, 0.2); border-top: 7px solid transparent; left: -7px; top: 10px; } .navbar .sub-menu:after { border-top: 6px solid transparent; border-left: none; border-right: 6px solid #fff; border-bottom: 6px solid transparent; left: 10px; top: 11px; left: -6px; }
And the menu i placed as i want.. not sure why ?? The only problem now is that all submenus fold out at once…
I guess it’s solved
It was the roots part on this site: https://imdev.in/twitter-bootstrap-multi-level-dropdown-menu-system/
and this for hover-foldout
/*make the menu sub-menu items drop down on mouse hover */ ul.nav li.dropdown:hover > ul.dropdown-menu{ display: block; margin: 10; }
Result is here: https://www.lyckseleds.se if anyone is interested
Forum: Themes and Templates
In reply to: [Customizr] Change fold out distanceThanks, the # made the color appear.
But i can’t understand what part adjust the horisontal placement og the foldouts? All levels…
Forum: Themes and Templates
In reply to: [Customizr] Change fold out distanceThanks, but it doesn’t work. Looks like the theme dont take the new css-code
Tried
.dropdown-menu > li > a {
clear: both;
color: 00ff00;
display: block;
font-weight: normal;
line-height: 20px;
padding: 3px 20px;
white-space: nowrap;
}With a new color but nothing happens. I tried it in style.css and Custom CSS
Any other ideas?
Forum: Themes and Templates
In reply to: [Customizr] Change fold out distanceOh, and the site link: https://wwww.lyckseleds.se