0
Welcome Guest! Login
2 items / $48.00 Checkout

added module in the content?

  • added module in the content?

    Posted 15 years 2 months ago
    • Still can't figure this out, anyone have any suggestions?

      Hi,

      Somehow I managed to delete or corrupt or something to my files for the template and now I'm starting again. This time for some reason I can't get something to work this time.

      I have a Sobi2 menu module that I want to have 160px floating to the right of the content in the main content div but for some reason this time it's kicking the content out of whack...

      The content header seems to be ok but the contact page or the section list either goes to the bottom or the page or sends the module depending on where it is...

      I have the left column switched to the right using the CSS if that makes any difference?
       
      <div id="content">
              <div class="wrapper">
                  <?php if ($this->countModules('left') or $subnav) : ?>
                      <div id="sidecol">
                          <div id="side-column">
                              <div class="padding">
                                  <div class="inner">
                                      <?php if($subnav) : ?>
                                          <div id="sub-menu">
                                              <?php echo $subnav; ?>
                                          </div>
                                      <?php endif; ?>
                                      <jdoc:include type="modules" name="left" style="xhtml" />
                                  </div>
                              </div>
                          </div>
                      </div>
                  <?php endif; ?>
                  <div id="main-column">
       
                      <div class="padding">
                      <div class="inner">
                                          <div class="contentpadding">
                                              <jdoc:include type="component" />
                                       </div>
       
                                      <div id="directory">
                      <jdoc:include type="modules" name="directory" style="xhtml" />
                      </div>
                              <div class="clr"></div>
                          </div>
                      </div>
                  </div>
              </div>
          </div>
          <div class="clr"></div>
       
       
      #directory {
          float: right;
              width: 160px;
              vertical-align: top;
      }
       
    • Last Edit: 15 years 2 months ago by Stephen Shortt.

    • If you're reading this, I have forgotten to write a witty or imaginative footer...
  • Re: added module in the content?

    Posted 15 years 2 months ago
  • Re: added module in the content?

    Posted 15 years 2 months ago
    • the site is REMOVED BROKEN LINKS
    • Last Edit: 8 years 5 months ago by Kat05.

    • If you're reading this, I have forgotten to write a witty or imaginative footer...
  • Re: added module in the content?

    Posted 15 years 2 months ago
    • Any ideas how I might do this? I know it's the free theme but I think it works best for what we're looking for... How would I add this third column in the theme do you think?

    • If you're reading this, I have forgotten to write a witty or imaginative footer...
  • Re: added module in the content?

    Posted 15 years 2 months ago
    • Any one have any suggestions as to how I'd add another content div called directory in the main content window??

    • If you're reading this, I have forgotten to write a witty or imaginative footer...

Time to create page: 0.050 seconds