Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • tkc12 Friend
    #146576

    Hi,

    If you take a look at my site over at:

    http://salesnbizmastery.com/

    In the main content, the header, ‘Welcome to Sales N Biz Mastery’ has a space in front from the left. The strange thing is that I did not have any spacing in the editor and HTML editor when I view it in the backend.

    May I know how can I solve this issue?

    Thank you
    KC

    Saguaros Moderator
    #325779

    Dear KC!

    The article missing a image cause this problem, now please open the file : /templates/ja_opal/html/com_content/frontpage/default_item.php and try to find a section code at line 39=>14:
    [PHP]
    <div class=”img-desc clearfix”>
    <?php echo $image; ?>
    </div>
    [/PHP]
    and replace them:
    [PHP]
    <?php if( $image ) : ?>
    <div class=”img-desc clearfix”>
    <?php echo $image; ?>
    </div>
    <?php endif; ?>
    [/PHP]

    The problem is fixed in this template by myself,

    Thanks for reporting.

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

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

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