Display problem in Gantry/Joomla 3 - Joomla! Forum - community, help and support
i'm pretty new joomla , want port dreamweaver web site it.
i've installed brand-new installation of joomla 3 (current version of nov. 25, 2012), loaded k2 , gantry, , have spent lots of time changing setting, saving, viewing, , keeping or changing back. i've got of home page components in places want.
my problem display of 2 articles on home page. "home" k2 category article called main menu setting formatted way expect. "sidebar" k2 category article assigned "home" page, sidebar-a position, in module settings not formatted way expect--it has colored background , bullet, not want, , not match see on gantry example pages.
however, if call same sidebar article adding category "sidebar" home menu, not formatted background , bullet. not in sidebar position. instead above (or below, if change ordering) primary article.
see mean on development site: http://www.blueridgek-9.com/site/
an other problem i'm having may or may not related when go template manager , click gantry template edit, error message , dumped out of template manager. if click check box , edit button, i'm able edit template.
i've installed brand-new installation of joomla 3 (current version of nov. 25, 2012), loaded k2 , gantry, , have spent lots of time changing setting, saving, viewing, , keeping or changing back. i've got of home page components in places want.
my problem display of 2 articles on home page. "home" k2 category article called main menu setting formatted way expect. "sidebar" k2 category article assigned "home" page, sidebar-a position, in module settings not formatted way expect--it has colored background , bullet, not want, , not match see on gantry example pages.
however, if call same sidebar article adding category "sidebar" home menu, not formatted background , bullet. not in sidebar position. instead above (or below, if change ordering) primary article.
see mean on development site: http://www.blueridgek-9.com/site/
an other problem i'm having may or may not related when go template manager , click gantry template edit, error message , dumped out of template manager. if click check box , edit button, i'm able edit template.
the problem css believe if read post correctly.
k2.css has own stlying aware. check side bar this:
locate k2.css
find div.k2itemsblock ul li (line 777)
change to
k2.css has own stlying aware. check side bar this:
locate k2.css
code: select all
/site/components/com_k2/css/k2.cssfind div.k2itemsblock ul li (line 777)
code: select all
div.k2itemsblock ul li {
}change to
code: select all
div.k2itemsblock ul li {
background: none repeat scroll 0 0 transparent;
list-style: none outside none;
}
Comments
Post a Comment