-
AuthorPosts
-
TomC Moderator
TomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
September 27, 2010 at 5:14 pm #154682I 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 ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
September 27, 2010 at 5:15 pm #356825Unfortunately your site is set to offline si I cannot take a look.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
September 27, 2010 at 8:05 pm #356846sorry 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 ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
September 28, 2010 at 3:20 pm #356954Anyone ??
Anyone ??
:((
korb Friendkorb
- Join date:
- March 2008
- Posts:
- 315
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 40
- Thanked:
- 48 times in 39 posts
September 28, 2010 at 5:20 pm #356962Hi,
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,
DannyHung Dinh FriendHung Dinh
- Join date:
- September 2014
- Posts:
- 4408
- Downloads:
- 11
- Uploads:
- 189
- Thanks:
- 309
- Thanked:
- 3310 times in 3 posts
September 28, 2010 at 5:34 pm #356966If 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 ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
September 28, 2010 at 5:44 pm #356969How do I check my tickets?
Hung Dinh FriendHung Dinh
- Join date:
- September 2014
- Posts:
- 4408
- Downloads:
- 11
- Uploads:
- 189
- Thanks:
- 309
- Thanked:
- 3310 times in 3 posts
September 28, 2010 at 6:34 pm #356981TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
September 28, 2010 at 6:50 pm #356985Got it – Thanks Hung.
Its the subtle things I often times miss. 😉
I updated the ticket info accordingly.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 29, 2010 at 2:22 am #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]AuthorPostsViewing 10 posts - 1 through 10 (of 10 total)This topic contains 10 replies, has 5 voices, and was last updated by Saguaros 14 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Partial Module Containers Displaying w/ Nothing Published
Viewing 10 posts - 1 through 10 (of 10 total)