Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • RParks Friend
    #151321

    i added the k2 addon because i wanted to add a k2 catalog to the site. everything seems to be working pretty well:

    http://www.2cbh.com/test_site/products

    EXCEPT that when i click a category in the catalog, any category, the right side menus, modules and content end up in the body area below the products:

    http://www.2cbh.com/test_site/products/lumber
    or
    http://www.2cbh.com/test_site/products/cabinets

    HOWEVER if i select a product in the category, it corrects itself. for instance:

    http://www.2cbh.com/test_site/products/lumber/item/15-lumber-type-1
    or
    http://www.2cbh.com/test_site/products/cabinets/item/21-cabinets-types-1

    i am pretty sure this is a template related issue, because when i switch templates to something like the rhuk_milkyway tempate this does not happen at all. i have tried changing the menu type, disabling each menu one at a time, playing with the column settings, etc. and nothing seems to correct the problem. please help. thanks.

    RParks Friend
    #344822

    i am fairly new to Joomlart, would it be quicker if i went ahead and submitted a ticket insteading posting in the forum? thanks.

    Saguaros Moderator
    #345018

    Dear RParks!

    i’m sorry for my delay. I checked your issue: you made the content of articles having a mistaken
    Example: with Decking Type 2 article

    Original:

    <div id=”lipsum”>
    p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum suscipit pretium imperdiet. Nam at lacus tellus. Sed in purus ac odio lobortis cursus. Curabitur eu libero sit amet ipsum pulvinar convallis. Phasellus tortor lorem, dictum quis sagittis sed, viverra at ipsum.</p>
    <hr id=”system-readmore” />

    <p>Phasellus ullamcorper tellus eget sem lobortis volutpat. Vivamus rutrum imperdiet consectetur. Donec turpis magna, eleifend sit amet congue nec, aliquet vel magna.

    MORE INFORMATION …………………

    you used the “<div id=”lipsum”>” tag to wrap the content, and you put readmore inside this div tag, so that when displayed in the list, its’ code is like as :

    <div id=”lipsum”>
    p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum suscipit pretium imperdiet. Nam at lacus tellus. Sed in purus ac odio lobortis cursus. Curabitur eu libero sit amet ipsum pulvinar convallis. Phasellus tortor lorem, dictum quis sagittis sed, viverra at ipsum.</p>
    <a href=”LINK”>Readmore</a>

    =>> you can see this html block is missing the close tags of the div tag, it ‘s reason causing the layout broken.

    you must to re-edit for this article as following:

    p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum suscipit pretium imperdiet. Nam at lacus tellus. Sed in purus ac odio lobortis cursus. Curabitur eu libero sit amet ipsum pulvinar convallis. Phasellus tortor lorem, dictum quis sagittis sed, viverra at ipsum.</p>
    <hr id=”system-readmore” />
    <div id=”lipsum”>
    <p>Phasellus ullamcorper tellus eget sem lobortis volutpat. Vivamus rutrum imperdiet consectetur. Donec turpis magna, eleifend sit amet congue nec, aliquet vel magna.

    MORE INFORMATION …………………

    pls re-edit all articles having the problem.

    Good luck

    RParks Friend
    #345321

    interesting. i did not intend to wrap the content in a div – in fact i’m not sure where that came from actually ??? but i did copy pasted that from the lorem ipsum site into every category so i guess it must have come from there. removing it now – problem solved.

    thank you so much 🙂

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

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

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