Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • lafra002 Friend
    #151186

    Hi all!

    I have a question about the blog-layout of Vauxite.
    My problem concerns the website http://www.hepatitispoli.nl, it’s running on Joomla 1.5.17.

    On the page: http://www.hepatitispoli.nl/klinisch-onderzoek/hepatitis-c/voltooide-studies
    the layout is messed up, only in the text before the ‘read more’ link.
    Those first lines sometimes turn italic, sometimes bold. However, when I click on the read more link, the layout is shown correctly. Also, in the editor and in the HTML the text is shown correctly.

    I found out that when I change the order of the articles, the layout is correct in the first 3 articles and the last article titles stay italic. So I get the feeling the problem is within the template.

    Any ideas?

    Thanks!

    Saguaros Moderator
    #344209

    Dear lafra002!

    The problem is from the readmore, you put it not correct, here is a sample about this, may be it’s same yours

    In the content of article:

    <div>
    <p>
    INTROTEXT HERE
    </p>
    <readmore id=”system-readmore”/>
    FULL TEXT HERE
    </div>

    when displayed on the list of categories

    codes of this articles as following:

    <div>
    <p>
    INTROTEXT HERE
    </p>
    <a href=””/>ReadMore</a>

    >> you can see, it’s missing a close tag of the “div” tag. so that the layout broken, or layout messed happed

    pls try to check code a again

    lafra002 Friend
    #344800

    Thank you for your reply, however I still have no clue on how to solve this problem. Is this a Joomla or a template issue?

    Saguaros Moderator
    #345022

    Dear lafra002!

    The problem is not from the templat or joomla. You make html source of article carefully. the problem will be fixed.

    You should make html source of article a following:

    <p>
    INTROTEXT HERE
    </p>
    <readmore id=”system-readmore”/>
    <div class=”main-content”>
    FULL TEXT HERE
    </div>

    Good luck

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

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

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