Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • chichestersolar Friend
    #188716

    I have updated the custom.css file in templatesja_merocsscustom.css” with the following code:

    /* ------------------
    styling for the tables
    ------------------ */

    body
    {
    line-height: 1.6em;
    }

    #rounded-corner
    {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 45px;
    width: 480px;
    text-align: left;
    border-collapse: collapse;
    }
    #rounded-corner thead th.topleft
    {
    background: #b9c9fe url('table-images/left.png') left -1px no-repeat;
    }
    #rounded-corner thead th.brand
    {
    background: #b9c9fe url('table-images/right.png') right -1px no-repeat;
    }
    #rounded-corner th
    {
    padding: 8px;
    font-weight: normal;
    font-size: 13px;
    color: #039;
    background: #b9c9fe;
    }
    #rounded-corner td
    {
    padding: 8px;
    background: #e8edff;
    border-top: 1px solid #fff;
    color: #669;
    }
    #rounded-corner tfoot td.rounded-foot-left
    {
    background: #e8edff url('table-images/botleft.png') left bottom no-repeat;
    }
    #rounded-corner tfoot td.rounded-foot-right
    {
    background: #e8edff url('table-images/botright.png') right bottom no-repeat;
    }
    #rounded-corner tbody tr:hover td
    {
    background: #d0dafd;
    }

    and added the following in the article “Solar Panels Compared”. However it does not appear to be picking up the css.

    Sometimes the custom.css file overrides and sometime not. Which file does Joomla normally pick up from?

    <p>All prices below include VAT and standard scaffolding.</p>

    <table id="rounded-corner" summary="Solar panels comparison">
    <thead>
    <tr>
    <th scope="col" class="topleft"></th>
    <th scope="col" class="efficiency">Efficiency</th>
    <th scope="col" class="warranty">Warranty</th>
    <th scope="col" class="performance">Performance</th>
    <th scope="col" class="black">Black</th>
    <th scope="col" class="origin">Origin</th>
    <th scope="col" class="brand">Brand</th>
    <th scope="col" class="price">Price</th>
    </tr>
    </thead>
    <tfoot>
    <tr>
    <td colspan="6" class="rounded-foot-left"><em>See below for an explanation of the

    column titles.</em></td>
    <td class="rounded-foot-right"> </td>
    </tr>
    </tfoot>
    <tbody>
    <tr>
    <td>Yingli</td>
    <td>15.3</td>
    <td>10</td>
    <td><p class=tdhighlight>5</p></td>
    <td>N</td>
    <td>Asia</td>
    <td>Medium</td>
    <td><p class=tdhighlight>1</p></td>
    </tr>
    <tr>
    <td>LG</td>
    <td>15.2</td>
    <td>10</td>
    <td>n/a</td>
    <td>Y</td>
    <td>Asia</td>
    <td><p class=tdhighlight>High</p></td>
    <td>2</td>
    </tr>
    <tr>
    <td>Conergy</td>
    <td>15.4</td>
    <td><p class=tdhighlight>12</p></td>
    <td>15</td>
    <td>Y</td>
    <td><p class=tdhighlight>Europe</p></td>
    <td>Low</td>
    <td>3</td>
    </tr>
    <tr>
    <td>Panasonic</td>
    <td><p class=tdhighlight>19.0</p></td>
    <td>10</td>
    <td>n/a</td>
    <td>Y</td>
    <td>Asia</td>
    <td>Medium</td>
    <td>4</td>
    </tr>
    </tbody>
    </table>

    phong nam Friend
    #498104

    Hi chichestersolar,

    After having a brief looking in your backend, I would like to include some suggestions below:

    – Your T3v3 version is out of date (T3v3 1.0.1).
    If posible, you should backup your files & upgrade with newer version.

    – Your Mero template version is out of date too (JA Mero 1.0.0)
    If posible, you should backup your files & update with latest version of JA Mero template v1.0.3.

    – You should check the extra css in custom.css again.

    i.e:
    #rounded-corner tfoot td.rounded-foot-left /*It should be #rounded-corner td.rounded-foot-left */
    {
    background: #e8edff url(‘table-images/botleft.png’) left bottom no-repeat;
    /*The background image url is invalid, there is no table-images/ path on your server.*/
    }

    <blockquote>Which file does Joomla normally pick up from?</blockquote>
    Pls try to work with templates/ja_mero/less/core.less too. Then Compile less to css.
    Remember to backup your file before applying changes.

    chichestersolar Friend
    #498155

    Firstly, thank you for your excellent response. I successfully upgraded the template in extensions manager but when trying to upgrade T3 I get the following error message:

    “Response from JoomlArt Updater Service: Your account does not have enough permission to take this action. Please contact “JoomlArt Updater Service” for more information or use another account.”

    Any advice would be appreciated.

    phong nam Friend
    #498156

    Hi chichestersolar,

    Pls try to follow our document here to solve your issue: http://wiki.joomlart.com/wiki/JA_Extensions_Manager/How-to#Known_issues
    Make sure that you configured our JAEM component before: http://wiki.joomlart.com/wiki/JA_Extensions_Manager/Admin_Panel
    Lets infome me your result after following these.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  phong nam 11 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum