WebsiteBaker Support (2.8.x) > Templates, Menus & Design

Content Blocks Not Showing and/or Malfunctioning

<< < (2/4) > >>

sky writer:
I have no idea what knowledge you have, so excuse me if this is all basic to you... but do you have multiple menus set in "Settings".

[gelöscht durch Administrator]

Fisherman:
I do now. Thanks but it didn't help.

Fisherman:
Here's what's in my template.


--- Code: ---    <div id="contwrap">
<div class="content">
<?php page_content(); ?>
    </div>
    <div class="bottomcontent"></div>
    <div id="newswrap">
<div class="news">
    <?php page_content(3); ?>
    </div>
    <div class="newsbottom"></div></div>
    </div>
<!-- end center -->
    <div id="rightwrap">
<div class="rightcol">
        <?php page_content(2); ?>
</div>
    <div class="rightbottom"></div></div></div>
--- End code ---

From info.php

--- Code: ---    $block[1]   = 'Main Page Content';
    $block[2]   = 'Right Column';
    $block[3]   = 'News';
--- End code ---

sky writer:
You have some extra end div's in there, but I presume they are from previous opening divs.

The only other suggestion I have is to put "1" in your main page content:

--- Code: ---<div id="contwrap">
<div class="content">
<?php page_content(1); ?>
    </div>
--- End code ---

Fisherman:
The main content works either way but doesn't make the others behave. I had to put 3 in the right column and tried changing the bottom one to 2 but that didn't work either.

I just had a maybe not so brilliant idea. Since I already have my templates all edited and ready, I could upload the install directory and go in and empty my database and just re-install the thing again. I hate to do it but I only have two pages out of 48 created so far anyway. What do you think?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version