Replacing top banner image - Joomla! Forum - community, help and support
joomla version: 2.5.17.
template: beez_20.
i have no doubt question has been asked many times. should indicate 2 things:
1. having searched, have found responses inadequate.
2. joomla control panel not intuitive , easy use.
now, have gone media manager , uploaded banner image default banners folder. according couple of different responses read on web, these should named either personal2.png or bg2.png. tried both. did not work.
further reading suggested use template manager, go template, , somehow upload new image in there. however, template manager gives me list of components checkboxes beside them , no explanations on page of or means, , no method of replacing image or navigating folders.
ftp not option @ point due server permissions shenanigans.
does joomla 2.5.17 provide means of replacing banner image within control panel?
template: beez_20.
i have no doubt question has been asked many times. should indicate 2 things:
1. having searched, have found responses inadequate.
2. joomla control panel not intuitive , easy use.
now, have gone media manager , uploaded banner image default banners folder. according couple of different responses read on web, these should named either personal2.png or bg2.png. tried both. did not work.
further reading suggested use template manager, go template, , somehow upload new image in there. however, template manager gives me list of components checkboxes beside them , no explanations on page of or means, , no method of replacing image or navigating folders.
ftp not option @ point due server permissions shenanigans.
does joomla 2.5.17 provide means of replacing banner image within control panel?
the header image file name personal2.png , image file should located in directory \templates\beez_20\images\personal.
if have cpanel on host services upload file local directory appropriate directory mentioned above.
if not have access cpanel of host services change directory in media manager, upload image, , change directory media manager pointing earlier.
another option upload image default directory of media manager (i.e., images) , change css of template reflect this. if approach taken following css entry in file personal.css located in directory \templates\beez_20\css has modified reflect new path of image file.
if have cpanel on host services upload file local directory appropriate directory mentioned above.
if not have access cpanel of host services change directory in media manager, upload image, , change directory media manager pointing earlier.
another option upload image default directory of media manager (i.e., images) , change css of template reflect this. if approach taken following css entry in file personal.css located in directory \templates\beez_20\css has modified reflect new path of image file.
code: select all
.logoheader
{
background: #0c1a3e url(../images/personal/personal2.png) no-repeat bottom right ;
color:#fff;
min-height:200px;
margin:0em 10px 0 10px !important;
}
Comments
Post a Comment