0
Welcome Guest! Login
0 items Join Now

ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down. Read our Farewell Blog Post for more details.

Feature Table inside RokTabs?

  • Feature Table inside RokTabs?

    Posted 14 years 5 months ago
    • Hi,

      I've attempted to put the feature table inside Roktabs by using {loadpostion} to load the module inside the article that is being displayed inside Roktabs.

      How can get this to look correct?

      Thanks.
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29363
    • Thanks: 956
    • Volunteer

    Re: Feature Table inside RokTabs?

    Posted 14 years 5 months ago
    • hmm never seen that. Looks like a rule for width is not correct. Do you have a link?
  • Re: Feature Table inside RokTabs?

    Posted 14 years 5 months ago
    • An update to my question:

      .roktabs-wrapper .roktabs-container-wrapper div {float: left;}

      is what's causing the problem.
  • Re: Feature Table inside RokTabs?

    Posted 14 years 5 months ago
    • And I PM'd you the site link...
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29363
    • Thanks: 956
    • Volunteer

    Re: Feature Table inside RokTabs?

    Posted 14 years 5 months ago
    • add this to your template.css and clear your cache.
      div.rokfeaturetable div.featuretable-cell {
          display: block;
          float: none ;
          overflow: hidden;
      }
       
      div.featuretable-cell.ft-row-odd.ft-cell-row-3 {
          height: 90px;
      }
       
      div.ft-column-first div.ft-row-bottom {
          height: 81px;
      }

      some notes:
      1. is there a "free sticker" missing in the first row?
      2. always disable css compression when you ask for help in the forum.
      Its hard to check compressed code.

      I hope this helps.
  • Re: Feature Table inside RokTabs?

    Posted 14 years 5 months ago
    • Thanks Henning. Regarding the CSS compression, I'm brand new to RT/Gantry. The only way I know to turn off the CSS compression is by turning off the Gantry Zipper. This however, disables most of the CSS on the front end of the site. I've been noticing this will be a problem when I go live. What am I missing?

      Also, thank you for the great solution. It works; however, the text in the feature table is no longer centering. I tried adding
      div.rokfeaturetable div.featuretable-cell {
           display: block;
           float: none ;
           overflow: hidden;
           text-align: center; 
      }

      But that didn't work.
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29363
    • Thanks: 956
    • Volunteer

    Re: Feature Table inside RokTabs?

    Posted 14 years 5 months ago
    • try to add this to your template.css:
      div.featuretable-cell-inner div.featuretable-cell-sub,
      div.featuretable-cell-inner div.featuretable-cell-data,
      div.featuretable-cell-inner   
      {width: 100%;}

      and clear your cache!
      You are still loving to make it hard for us to help you using css compression ;-)
  • Re: Feature Table inside RokTabs?

    Posted 14 years 5 months ago
    • Thank you again Henning. All done.

      And re: compression. Please answer my question from above so I know what to do!
      Regarding the CSS compression, I'm brand new to RT/Gantry. The only way I know to turn off the CSS compression is by turning off the Gantry Zipper. This however, disables most of the CSS on the front end of the site. I've been noticing this will be a problem when I go live. What am I missing?
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29363
    • Thanks: 956
    • Volunteer

    Re: Feature Table inside RokTabs?

    Posted 14 years 5 months ago
    • oh somehow I missed that. Sorry :oops:

      When you disable the GantryZipper you should not see a visual change. It only should affect the loading speed. Perhaps you have the RokGzipper also enabled? You should only use one thing to compress code. If you use the RokGZipper you should not use the GantryZipper ...

      Also when you disable compression also clear browser + gantry cache!
  • Re: Feature Table inside RokTabs?

    Posted 14 years 5 months ago
    • I do not have the RokGZipper installed.

      I've turned off the GantryZipper and you can see that it removes the css from the site. (you may have clear browser cache and refresh to see it)

Time to create page: 0.123 seconds