0
Welcome Guest! Login
0 items Join Now

SOLVED Does 'Blank Component' work in a RT Template?

  • SOLVED Does 'Blank Component' work in a RT Template?

    Posted 12 years 11 months ago
    • This image is hidden for guests.
      Please log in or register to see it.
      Has anyone been successful in using the 'Blank Component' on any Rocket Theme template in Joomla 2.5?

      If so, could you please tell me what you did to get it to not display the article area.

      The link to the Blank Component in the Joomla Extensions area is below. Thanks.


      Link: extensions.joomla.org/extensions/style-a...bXBvbmVudCI7fQ%3D%3D
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: SOLVED Does 'Blank Component' work in a RT Template?

    Posted 12 years 11 months ago
    • Try this instead:
      In your template.css file add this:
      .rt-block.component-block {display: none;}

      or
      .component-content.rt-joomla {display: none;}
  • Re: SOLVED Does 'Blank Component' work in a RT Template?

    Posted 12 years 11 months ago
    • Thank you for the insight Dan.

      I have located the template.css file you spoke of...but where do I copy and paste the code you've given me? Do I put it in the /*Core*/ area of the CSS or does it matter?

      Will this clear EVERY article in my template unless I set-up one? Or do I have to do repeat this multiple times?

      Thanks for your time. Appreciated!
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: SOLVED Does 'Blank Component' work in a RT Template?

    Posted 12 years 11 months ago
    • Fusegarden Design Studio wrote:
      Thank you for the insight Dan.

      I have located the template.css file you spoke of...but where do I copy and paste the code you've given me? Do I put it in the /*Core*/ area of the CSS or does it matter?

      Will this clear EVERY article in my template unless I set-up one? Or do I have to do repeat this multiple times?

      Thanks for your time. Appreciated!
      Where you put it is up to you. Usually at the bottom with a comment like /* Why this Code is here */
      works well.
      The CSS will kill display of all articles in the Main Body so you use it once.
  • Re: SOLVED Does 'Blank Component' work in a RT Template?

    Posted 12 years 4 months ago
    • Dan, a little bit of a preemptive question, I am going to have quite a few blank components littered through my metropolis website (the genius of roksprocket cannot be oversold) and I'm ending up with the notorious white strip. If I place your code into the overall template.css code will it remove the white wrapper through the entire site for me?

      Cheers

      And great Xmas avatar!
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: SOLVED Does 'Blank Component' work in a RT Template?

    Posted 12 years 4 months ago
    • you can also use the "display component" feature of gantry together with "featured-articles"-blog-menu-items ...
  • Re: SOLVED Does 'Blank Component' work in a RT Template?

    Posted 12 years 4 months ago
    • Henning Thanks!!!

      Fixed it up for me.

Time to create page: 0.182 seconds