Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • nedzad grebovic Friend
    #157076

    Somehow, during the night it happened that italic fonts shows at all but one article only at front page.

    How can I remove italic stile from frontpage of http://www.automotosvijet.com

    Sherlock Friend
    #365558

    Dear nedzad72,

    I took a look at your front-end but did not see the problem,if it happened again to you,you can try as following
    Go to the file of templatesja_cooper_businesshtmlcom_contentfrontpagedefault_item.php,Looking for the codes
    [PHP]
    <div class=”article-content”>
    <?php if (isset ($this->item->toc)) : ?>
    <?php echo $this->item->toc; ?>
    <?php endif; ?>
    <?php echo JA_Tools::getFirstP($this->item->text); ?>
    </div>
    [/PHP]
    Change it to
    [PHP]
    <div class=”article-content”>
    <table cellpadding=”0″ cellspacing=”0″ width=”100%”>
    <tr><td>
    <?php if (isset ($this->item->toc)) : ?>
    <?php echo $this->item->toc; ?>
    <?php endif; ?>
    <?php echo JA_Tools::getFirstP($this->item->text); ?>
    </td></tr>
    </table>
    </div>
    [/PHP]

    I hope it would help

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

This topic contains 2 replies, has 2 voices, and was last updated by  Sherlock 13 years, 11 months ago.

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