Written by dima on
20 April 2010
Hello Carlos,
I am sorry for not quick reply, so guess me not resiving Fernando any more :)
Thank you for all your posts, quess that little bit sooner the new dominator version will be out. For now you may do fix for own in follow ways:
1. Drop down menu appear, this is due to settings of the mainmenu module, there is parameter 'Always show sub-menu Items', set it as yes. This should solve issue.
2. Gray buttons this is .readon classes, eg this is all read more buttons. They may be be as well turned off, but this will turn all .readon classes, so if you would like to not use it just on module, the better way would be using the custom module override, like we do have forexample here:
/templates/dominator/html/mod_poll, you may read more about cusom overriding on Joomla forum there is good topics here with all explanations.
3. Turned off black buttons, indeed, it is better to make it more native to Dominator style. As our designer idea this is black background and white buttons :) but anyhow you may customize it at template CSS file, for uncompressed one it is line: 57
input.button,input.submit,input.reset,button {
color: #ffffff;
padding: 0 9px;
text-decoration: none;
border: none;
}
you may change here color, background and other stuff
4. not quite sure where the issue with scrolling any menu at top as sub, please could you provide some specefic info that may helps, progably this is browser dependens or whatever?
The same not quite undersnad issue with groups and links, please can you clarify?
Best Regars!!
PS: While testing just make turn option wich discussed in 1. so submenus now works as expected, soon some tutorial will be added where everything will be cleared. Thank you for help!