Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • TomC Moderator
    #154682

    I seem to be having an issue with “remnants” of position containers displaying when I do not have any relative modules/articles published for those positions. How can I get these partial container displays to NOT display?

    Appreciate any insight/advice with this issue – THANK YOU !!!

    :-[

    Phill Moderator
    #356825

    Unfortunately your site is set to offline si I cannot take a look.

    TomC Moderator
    #356846

    sorry about that . . . . fixed

    :-[

    (Incidentally, the area I am referring to is between the user 1-5 positions and the “Latest News/Popular/Statistics” area)

    TomC Moderator
    #356954

    Anyone ??

    Anyone ??

    :((

    korb Friend
    #356962

    Hi,
    You want to unpublish those modules? or unload the blocks from getting loaded?
    I examined your website and I found there are some missing divs, somehow the layout is broken and I cannot figure it out exactly how, but I recommend you to post a support ticket for this.

    Regards,
    Danny

    Hung Dinh Friend
    #356966

    If you unpublished a module position then the container of that module wont display. I am betting you are publishing a module position and you got a blank module published in that positions.

    <em>@korb 195885 wrote:</em><blockquote>Hi,
    but I recommend you to post a support ticket for this.

    Regards,
    Danny</blockquote>

    I just click the report to ticket system and a ticket will be created within the next 10 minutes. Please update the ticket with your FTP access TOM

    TomC Moderator
    #356969

    How do I check my tickets?

    Hung Dinh Friend
    #356981

    I want to take this opportunity to explain the work flow of the bug and ticket support report.


    1. bug_ticket_workflow
    TomC Moderator
    #356985

    Got it – Thanks Hung.

    Its the subtle things I often times miss. 😉

    I updated the ticket info accordingly.

    Saguaros Moderator
    #357017

    <em>@tcraw1010 195704 wrote:</em><blockquote>I seem to be having an issue with “remnants” of position containers displaying when I do not have any relative modules/articles published for those positions. How can I get these partial container displays to NOT display?

    Here is my WIP –> http://www.musicians-marketplace.com/

    (NOTE: The graphics are being used as temporary WIP placeholders only – just so ya know)

    Appreciate any insight/advice with this issue – THANK YOU !!!

    :-[</blockquote>

    Hi, please try out one of the 2 options to hide main body as follows:

    1) Use Override Layout function: you clone this file templatesja_kyanitelayoutsdefault.php, and name it as “nobody.php”.
    a) You open that file and remove the following codes:

    [PHP]
    <!– MAIN CONTAINER –>
    <div id=”ja-container” class=”wrap <?php echo $this->getColumnWidth(‘cls_w’); ?>”>
    <div class=”main”><div class=”ja-wrap1″><div class=”ja-wrap2 clearfix”>

    <div id=”ja-mainbody” style=”width:<?php echo $this->getColumnWidth(‘mw’) ?>%”>
    <div class=”ja-box1″><div class=”ja-box2″>
    <?php $this->loadBlock(‘main’) ?>
    <?php $this->loadBlock(‘left’) ?>
    </div></div>
    </div>

    <?php $this->loadBlock(‘right’) ?>

    </div></div></div>
    </div>
    <!– //MAIN CONTAINER –>

    [/PHP]

    b)when done, go to the administrator => template manager => edit the kyanite ii template. in the Page Layouts Overwrite parameter, you put this text:

    1=nobody

    2) Hard Code in default.php file,
    a) Find the similar code lines as shown #1 solution
    b) Replace:
    [PHP]
    <?php if( !$this->isFrontPage() ) : ?>
    <!– MAIN CONTAINER –>
    <div id=”ja-container” class=”wrap <?php echo $this->getColumnWidth(‘cls_w’); ?>”>
    <div class=”main”><div class=”ja-wrap1″><div class=”ja-wrap2 clearfix”>

    <div id=”ja-mainbody” style=”width:<?php echo $this->getColumnWidth(‘mw’) ?>%”>
    <div class=”ja-box1″><div class=”ja-box2″>
    <?php $this->loadBlock(‘main’) ?>
    <?php $this->loadBlock(‘left’) ?>
    </div></div>
    </div>

    <?php $this->loadBlock(‘right’) ?>

    </div></div></div>
    </div>
    <!– //MAIN CONTAINER –>
    <?php endif; ?>
    [/PHP]

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

This topic contains 10 replies, has 5 voices, and was last updated by  Saguaros 14 years, 1 month ago.

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