Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • ex19 Friend
    #177972

    on the normal page layout on japurity ii (heavily modified), it looks like this

    <div mainbody>
    <div ja-main></div>
    <div left></div>
    </div>
    <div right> </div>

    but on blog formats it looks like this

    <div mainbody>
    <div ja-main>
    <div left></div>
    </div>
    <div right> </div>
    </div>

    Something like that. Anyway, where can I go to modify the blog format only, because all the rest of the pages are fine except those top level categories that are blog fomatted.

    Thanks

    chavan Friend
    #456737

    Please check the latest added content for any div tags not closed

    ex19 Friend
    #456803

    what file is the blog format located?

    ex19 Friend
    #456805

    I have edited the /page/default.php and that is where the issue is. However, it only has this problem on the blog page, not on any other pages. So how can I tell it to end div </div> for blog page only? or can you tell me what code indicates phpif this is a blog page? I suspect I ended my divs too far down the page but not sure where to move this to.

    Thanks

    ex19 Friend
    #456811

    well for the record. This has to do with articles in the category having itemIntroText and readmore structured wrong.
    when it appears like this
    <div itemIntroText><hr id=”system-readmore” /></div></div>
    it fails.
    When it appears like this it’s fine.
    <div itemIntroText></div>
    <hr id=”system-readmore” />

    I don’t have css code for itemIntroText, but it appears that the hr system-readmore gets translated into p class readmore in the system somewhere. Not sure how to fix this unless I edit all the articles. Any ideas what is wrong?

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

This topic contains 5 replies, has 2 voices, and was last updated by  ex19 12 years, 5 months ago.

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