i remove top module on joomla site. it's place newflashes appear. right have disabled , says "top module empty"
how remove module entirely, want make space logo goes bigger fills empty space.
could please tell me how this?
thank you
how remove module entirely, want make space logo goes bigger fills empty space.
could please tell me how this?
thank you
i assuming using rhuk_solarflair template?? first suggestion through templates directory there literally hundreds of free ones choose from--you may find requires no changes.
http://www.joomla.org/content/blogcategory/19/51/
there 2 solutions here -1) amend template 2) make position collapsable. if have no trouble working html/php template , are positive don't need position ever solution walk in park -solution 1) . suggest make before proceeding using ftp program download root/templates/yourtemplate/index.php
first check module position called--go site>preview>inline positions --it might user1 , user2 want remove.
now open template--go site>template manager>site templates--select template select 'edit html'
find reference position in html--it might this: , delete it
if ( $user1 > 0 ) {
?>
}
if ( $colspan == 3) {
?>
}
if ( $user2 > 0 ) {
?>
}
?>
----------------------------------------------------
hope helps
http://www.joomla.org/content/blogcategory/19/51/
there 2 solutions here -1) amend template 2) make position collapsable. if have no trouble working html/php template , are positive don't need position ever solution walk in park -solution 1) . suggest make before proceeding using ftp program download root/templates/yourtemplate/index.php
first check module position called--go site>preview>inline positions --it might user1 , user2 want remove.
now open template--go site>template manager>site templates--select template select 'edit html'
find reference position in html--it might this: , delete it
if ( $user1 > 0 ) {
?>
}
if ( $colspan == 3) {
?>
}
if ( $user2 > 0 ) {
?>
}
?>
----------------------------------------------------
hope helps
Comments
Post a Comment