0
Welcome Guest! Login
0 items Join Now

joomla-is it possible to use module styling inside articles?

  • joomla-is it possible to use module styling inside articles?

    Posted 14 years 3 days ago
    • Hello guys,

      I couldn't find anything on the forum in regards to this question.

      is it possible to use module styling inside articles?

      For instance, I have a table column that I would like to use that box1 module styling from kinetic template on it. Would it be possible? I know I could use modules on that article, but modules won't stay on certain positions among the text.

      I already tried <div class=box1><span></span></div> sinde td tags. Even tried td class=box1 but still couldn't get it working. I understand that module styles might only be intended to be used on modules, but is it possible somehow to get it working inside an article?

      Thanks in advance.
  • Re: joomla-is it possible to use module styling inside articles?

    Posted 13 years 11 months ago
    • I'm interested in this as well. Thanks!
  • Re: joomla-is it possible to use module styling inside articles?

    Posted 13 years 11 months ago
    • 11 days;; so far no reply from anyone?

      Come on guys...
    • intratec's Avatar
    • intratec
    • Jr. Rocketeer
    • Posts: 23
    • Thanks: 0

    Re: joomla-is it possible to use module styling inside articles?

    Posted 13 years 3 months ago
    • Yes, it is possible.

      I've been looking for the answer for a while also, and looking through the code with Firebug I've found that this bit of code should do fine:
       
      <div  class="box1">
          <div  class="rt-block">
            <div class="module-title"><h2 class="title">Your Title Here</h2></div>
            <div class="module-content">
              <p>Lorem ipsum dolor sit amet  Lorem ipsum dolor sit amet</p>
              <p>Lorem ipsum dolor sit amet  Lorem ipsum dolor sit amet </p> 
            </div>
          </div>
      </div>
       

      Just paste it inside your article and it should be fine. You might have to do some adjustments according to your page design.
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: joomla-is it possible to use module styling inside articles?

    Posted 13 years 3 months ago
    • Thats correct ...
      ... you can also use NoNumver modules anywhere extension wich lets you add the mod_chrome and modsuffix for modules in articles

Time to create page: 0.054 seconds