Page 2 of 2

Re: Blank Component

Posted: Fri Apr 09, 2010 9:42 pm
by kirchart
Thanks, i have added the code just before /head and the white bar stills there

:(

Re: Blank Component

Posted: Fri Apr 09, 2010 10:06 pm
by ooffick
sorry, can you try this:

Code: Select all

<?php if(JRequest::getCmd('option') == "com_blankcomponent"): ?>
<style>
.wrapper-b1,
.wrapper-t1,
.wrapper-1 {
display:none;
}
</style>
<?php endif; ?>
Olaf

Re: Blank Component

Posted: Fri Apr 09, 2010 10:31 pm
by kirchart
Has gone now !!!!!!

Thanks for all your help, by my own i will never do it. thank you again :)

Re: Blank Component

Posted: Thu Apr 05, 2012 8:10 pm
by jcherrier
I am having a similar problem I am using joomla. 2.5 with template RT_ionosphere and trying to use Blank Componet and its adding a extera blank section to my page. Link is below to see what its doing.

http://cherrier.us/index.php/eventgallery/2012

Any help would be appreciated.