0
Welcome Guest! Login
0 items Join Now

Terran Tribune + jreviews component

  • Terran Tribune + jreviews component

    Posted 16 years 3 months ago
    • Hi there,

      I used Terran Tribune ( simple not the black one) and all seemed fine until I bought and installed jreviews. Jreviews is an awesome component but with this template I get a mess.

      I have tried a number of things, I talked with the component programmer that told me that I have to talk to you people! So here I am.

      Basically the problem is that on Firefox the css makes the component to go to the bottom of the page.

      You can see it here -> www.artmag.gr/art-suggestions/movies

      user = rocket
      password = theme

      If you have any suggestions what to change in order this thing to work I will be more than grateful
  • Re: Terran Tribune + jreviews component

    Posted 16 years 3 months ago
    • Hello,

      Its because the design is tableless, i.e. everything is done with DIVs instead of Tables.

      If you are having problems, you may want to wrap the Mainbody in a div such as finding this in your template index.php:
      <jdoc:include type="message" />
           <jdoc:include type="component" />

      and placing a table around them like below:
      <table width="100%">
        <tr><td>
           <jdoc:include type="message" />
           <jdoc:include type="component" />
           </td></tr>
      </table>
  • Re: Terran Tribune + jreviews component

    Posted 16 years 3 months ago
    • Problem is solved!
      THanks Mike for you help :D

Time to create page: 0.060 seconds