0
Welcome Guest! Login
0 items Join Now

4 module positions in moxy

    • dutchph's Avatar
    • dutchph
    • Jr. Rocketeer
    • Posts: 31
    • Thanks: 0

    4 module positions in moxy

    Posted 15 years 7 months ago
    • How do you publish four modules in the Moxy template like the demo

      It looks like you've publish four different modules in the footer but there are only 3 module positions.
      Same goes for the pictures above the footer, these also look like 4 different modules or are they just one published in one showroom/user module?
  • Re: 4 module positions in moxy

    Posted 15 years 7 months ago
    • Hey Dutchph,

      If you go to your module manager and look up FP User7, that's the item with the images. I thought it would be WYSIWYG but it's not. I don't understand all of what's there, but maybe you do, and can clue me in.
  • Re: 4 module positions in moxy

    Posted 15 years 7 months ago
    • It is not actually 4 module positions it is a series of div set to one module position. You have a couple of choices. First the logos are just a single image for visual representation.

      If you want to achieve the look of the footer you can either use the id's RT have set up to do that you would do the following. Remove the <!-- -->

      <!-- <div class="demo-footer-block">
      <div class="demo-footer-text">
      <span class="highlight-bold">Your title</span><p>Your text</p>
      </div>
      </div>
      <div class="demo-footer-divider">
      </div>
      <div class="demo-footer-block">
      <div class="demo-footer-text">
      <span class="highlight-bold">Second Tite</span><p>Your text</p>
      <div class="clr">
      </div>
      <div class="readon-wrap1">
      <div class="readon1-l">
      </div><a href="#" class="readon-main">
      <span class="readon1-m">
      <span class="readon1-r">Submit</span>
      </span>
      </a>
      </div>
      <div class="clr">
      </div>
      </div>
      </div>
      <div class="demo-footer-divider">
      </div>
      <div class="demo-footer-block">
      <div class="demo-footer-text">
      <span class="highlight-bold">Third Title</span><p>Your text again</p>
      <div class="clr"></div>
      <div class="readon-wrap1">
      <div class="readon1-l">
      </div>
      <a href="#" class="readon-main">
      <span class="readon1-m">
      <span class="readon1-r">Subscribe</span>
      </span>
      </a>
      </div>
      <div class="clr">
      </div>
      </div>
      </div>
      <div class="demo-footer-divider">
      </div>
      <div class="demo-footer-block">
      <div class="demo-footer-text">
      <span class="highlight-bold">Contact Title</span>
      <ul class="special-13">
      <li><span>+44 (0) 01 011 012</span></li> <li><span>This email address is being protected from spambots. You need JavaScript enabled to view it.</span></li>
      <li><a href="#" style="font-weight: normal;"><span> www.corporation.com </span></a></li> </ul>
      </div>
      </div>
      <div class="clr">
      </div>
      </div> -->

      It is really quite straight forward, if you go to template.css and look top the bottom for demo content you can then see how each div is represented in CSS and will go a long way in helping you understand how to use a div.

      The other way is to use a div with a set width or percentage of width to achieve a simple 4 section div within one module position.

      <!-- <div style="float: left; width: 24%;">
      </div> -->

      If you set 4 of those together and adjust the percentage you can achieve 4 sections within your module position, you could then create a title class or what you need to display the content in your case.

      Hope that helps a little
      Ps. It is much better if you post in the template specific forum as you will get an answer much easier also I would suggest installing a copy of Moxy with the demo content so you can see how these things are put together.
    • JEM's Avatar
    • JEM
    • Preeminent Rocketeer
    • Posts: 17917
    • Thanks: 4

    Re: 4 module positions in moxy

    Posted 15 years 7 months ago
    • dutchph's Avatar
    • dutchph
    • Jr. Rocketeer
    • Posts: 31
    • Thanks: 0

    Re: 4 module positions in moxy

    Posted 15 years 7 months ago
    • Thank you Emma, I will try on my site. I never install the demo content but I might the next time and then modify instead of setting up the template from scratch.

      On the other hand one might expect that the template once downloaded, is easy to set up.
      Now I get IKEA flashbacks
    • dutchph's Avatar
    • dutchph
    • Jr. Rocketeer
    • Posts: 31
    • Thanks: 0

    Re: 4 module positions in moxy

    Posted 15 years 7 months ago
    • Works perfect but only in the "No editor" option :evil:
    • JEM's Avatar
    • JEM
    • Preeminent Rocketeer
    • Posts: 17917
    • Thanks: 4

    Re: 4 module positions in moxy

    Posted 15 years 7 months ago
    • dutchph wrote:
      Works perfect but only in the "No editor" option :evil:

      You could try turning off the code cleanup feature on your WYSIWYG editor.

      That works sometimes.

      For the default TinyMCE 2.0, Extensions, Plugin Manager > TinyMCE 2.0

      However, "No editor" is the most reliable.
    • Thanks,
      jim

Time to create page: 0.099 seconds