0
Welcome Guest! Login
0 items Join Now

Removing Banner Girl

    • ThomasVT's Avatar
    • ThomasVT
    • Sr. Rocketeer
    • Posts: 124
    • Thanks: 0

    Removing Banner Girl

    Posted 16 years 3 months ago
    • Bob Ateah's Avatar
    • Bob Ateah
    • Elite Rocketeer
    • Posts: 4521
    • Thanks: 0

    Re: Removing Banner Girl

    Posted 16 years 3 months ago
    • Try unpublishing any module that is set to that position.
    • The member formerly known as Roland Deschain
      After your question is solved, please Edit your original post and choose the Solved message icon, thank you!
    • ThomasVT's Avatar
    • ThomasVT
    • Sr. Rocketeer
    • Posts: 124
    • Thanks: 0

    Re: Removing Banner Girl

    Posted 16 years 3 months ago
    • damo's Avatar
    • damo
    • Elite Rocketeer
    • Posts: 2142
    • Thanks: 0

    Re: Removing Banner Girl

    Posted 16 years 3 months ago
    • the girl is an image:

      /rt_novus/images/inset-banner.jpg

      you've either got to create a new image and replace the one above or, remove reference to it in the css. by doing so, you'll lose that background image and be left with the main background of the template
    • www.c3p0.se - sweden
    • ThomasVT's Avatar
    • ThomasVT
    • Sr. Rocketeer
    • Posts: 124
    • Thanks: 0

    Re: Removing Banner Girl

    Posted 16 years 3 months ago
    • damo's Avatar
    • damo
    • Elite Rocketeer
    • Posts: 2142
    • Thanks: 0

    Re: Removing Banner Girl

    Posted 16 years 3 months ago
    • i still see the girl on that link. do you mean that background image?

      if you do - you've either got to just change the image to what you want it to be or completely remove the css.

      try looking for something called inset-banner in the css and remove .. see what happens

      or if you can be a little more specific it might help
    • www.c3p0.se - sweden
    • ThomasVT's Avatar
    • ThomasVT
    • Sr. Rocketeer
    • Posts: 124
    • Thanks: 0

    Re: Removing Banner Girl

    Posted 16 years 3 months ago
    • That worked partially... can the white space where the girl was be removed?
    • damo's Avatar
    • damo
    • Elite Rocketeer
    • Posts: 2142
    • Thanks: 0

    Re: Removing Banner Girl

    Posted 16 years 3 months ago
    • try removing (or commenting out) all reference to inset in the css
    • www.c3p0.se - sweden
    • ThomasVT's Avatar
    • ThomasVT
    • Sr. Rocketeer
    • Posts: 124
    • Thanks: 0

    Re: Removing Banner Girl

    Posted 16 years 3 months ago
    • commented out...
      /* #inset {
      height: 200px;
      background: #C7DCE1 url(../images/inset-banner.jpg) 50% 0 no-repeat;
      border-top: 1px solid #D9F3F9;
      overflow: hidden;
      }

      #inset .content {
      padding: 20px 0px 10px 20px;
      width: 60%;
      } */


      ... looks better, still a bit of white left though.
  • Re: Removing Banner Girl

    Posted 16 years 3 months ago
    • Thomas, all I did to get rid of the inset, logo, and banner position on my test box was just to comment it out in the template index like so: (note the red tags... <!-- and --> )

      <!--Begin Inset Area-->
      <!--<div id="inset">
      <div class="wrapper">
      <a href="<?php echo $mosConfig_live_site;?>" class="nounder"><img src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/blank.gif" style="border:0;" alt="" id="logo" /></a>
      <div class="content">
      <?php mosLoadModules('banner',-1); ?>
      </div>
      </div>
      </div>-->
      <!--End Inset Area-->

      Not sure if it will validate like that as the css file references it also, but you should be able to comment that out in the css as well. Got rid of that extra bit of whitespace that was left when I did it though..... ;D
    • Do not go where the path may lead, go instead where there is no path and leave a trail.

Time to create page: 0.061 seconds