Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • allengreat Friend
    #164170

    For some reason, if I link a 3rd party component to a menu directly, the div block on the page (id=”ja-right”), which contains the “events menu”, gets pushed to the outside of “<div class=”main-inner1 clearfix”>”. As a result, the “events menu” will appear below where it should be. This doesn’t happen for article pages.

    Let’s put it this way – normally, the code should be

    <div class=”main”>
    <div class=”main-inner1 clearfix”>
    <div id=”ja-mainbody” style=”width: 74%”>…</div>
    <div id=”ja-right” class=”column sidebar” style=”width: 26%; min-height: 701px;”>…</div>
    </div>
    </div>

    Yet, on a 3rd party component page, the code becomes

    <div class=”main”>
    <div class=”main-inner1 clearfix”>
    <div id=”ja-mainbody” style=”width: 74%”>…</div>
    </div>
    <div id=”ja-right” class=”column sidebar” style=”width: 26%; min-height: 701px;”> …</div>
    </div>

    By the way, if I set the permissions of menu items to anything other than public, the menu items simply disappear, even though I’m the super user. Currently the cache is off, and the development mode is on.

    Please help. Thanks!

    amita Friend
    #394099

    Hi
    It’s seems that your template is breaking because of content loading in 3rd party component . I would like to check the issue on your site so it would be good if you can give me admin details on this http://support.joomlart.com/index.php?/Tickets/Ticket/View/72788

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

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

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