0
Welcome Guest! Login
0 items Join Now

Best way to achieve a custom header block in ximenia

    • landed's Avatar
    • landed
    • Hero Rocketeer
    • Posts: 369
    • Thanks: 1
    • I'm into Stylish things that just look good and function well.

    Best way to achieve a custom header block in ximenia

    Posted 12 years 8 months ago
    • Sorry for posting in the google groups I didnt see this existed..

      I want to achieve this
      This image is hidden for guests.
      Please log in or register to see it.


      I tried using regular joomla positions but then I loose the fusion menu functions and style, so there are 2 ways that I know to make a single module position
      <div class="rt-container">
      <jdoc:include type="modules" name="TC-top-right" />
      <?php echo $gantry->displayModules('TC-top-right','basic','TC-top-right'); ?>
      </div>

      The fusion menu works only using the last method of creating the module position. In the manager I can see the module position I created using the first way 'jdoc' but the menu doesnt show...

      thanks
    • landed's Avatar
    • landed
    • Hero Rocketeer
    • Posts: 369
    • Thanks: 1
    • I'm into Stylish things that just look good and function well.

    Re: Best way to achieve a custom header block in ximenia

    Posted 12 years 8 months ago
    • Consider this

      <div class="rt-container customTopBlock">
      <a href="/" id="rt-logo"></a>
      <!-- <jdoc:include type="modules" name="TC-top-right" />-->
      <?php echo $gantry->displayModules('TC-top-right','basic','basic'); ?>
      <?php echo $gantry->displayModules('TCmain-top-right','basic','basic'); ?>
      </div>

      I have used 'basic' and 'basic' which has given me a better output for those than jdoc but I still can't find out how to float these items now as I need. I could set a global float on the css but I need individual style normally an id on a div would work but I can't seem to even do that.

Time to create page: 0.059 seconds