making the header a module position - Joomla! Forum - community, help and support
hi there,
i want change header image on different pages. see there extensions can - seems pretty straight forward - except header needs in module rather in default template. how change this? how assign module position place header image displayed? can point me in right direction?
ooops --- ok little more investigation shows in template image not "header" image such, rather background url in div_class. i'd try , place module position... help?
tia
i want change header image on different pages. see there extensions can - seems pretty straight forward - except header needs in module rather in default template. how change this? how assign module position place header image displayed? can point me in right direction?
ooops --- ok little more investigation shows in template image not "header" image such, rather background url in div_class. i'd try , place module position... help?
tia
in /templates/your-template/index.php file, need find code header goes. it's assigned module position. if not, can create new 1 , call long not duplicate existing position.
for example, if want include module in header, try this:
<div id="header">
<jdoc:include type="modules" name="header" />
</div>
you might need modify css rules header correct formatting want. then, can create custom html module , put unique header image in it. assign specific pages. if want different header on different pages, duplicate header module, give different name, insert different header image, , assign pages.
for example, if want include module in header, try this:
<div id="header">
<jdoc:include type="modules" name="header" />
</div>
you might need modify css rules header correct formatting want. then, can create custom html module , put unique header image in it. assign specific pages. if want different header on different pages, duplicate header module, give different name, insert different header image, , assign pages.
Comments
Post a Comment