Hi everyone!
Since I can't seem to make an account on the AutomTheme support forums (keeps giving me an error...), I have to ask my question here, but I am very confident the people here will be able to help me :).
Ok my problem is the following:
On my webpage, when I go to certain modules, not all blocks that I have turned on show or show in the right place. The main problem is with the right blocks not wanting to go to the right.
I dug a bit deeper in the files that code for the layout of these modules and found these to be the theme.html, theme2.html and theme3.html. The problem lies in the theme3.html. In this file, only the left blocks are called and not the center or right blocks.
I tried (by looking at the other theme files) to call the right blocks (I don't need the center ones). Now the only way this actually worked for me, was to make a new table and put the right blocks in there. Now in firefox this worked partially, if your resolution is high enough, otherwise the right blocks will disappear behind the module, which is in the center part of the page. In IE 7 however this partial solution doesn't seem to work, in IE the right blocks disappear behind the left blocks.
I have tried to call for the right blocks in the table where the left blocks are also called, but I can't get it to work properly. The right blocks always appear somewhere else. So if someone understands what I mean in the first place and can help me I would really appreciate it, because its being a pain the ...!
The code I added in theme3.html is between the "------", this is the code that works in firefox at higher resolutions.
<HEAD></HEAD>
<body background="{image-path}back.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<TABLE WIDTH=800 BORDER=0 CELLPADDING=0 CELLSPACING=0 align="center">
<TR>
<TD>
<IMG SRC="{image-path}alienbonetheme_01.gif" WIDTH=340 HEIGHT=160 ALT=""></TD>
<TD>
<IMG SRC="{image-path}alienbonetheme_02.gif" WIDTH=110 HEIGHT=160 ALT=""></TD>
<TD>
<IMG SRC="{image-path}alienbonetheme_03.gif" WIDTH=350 HEIGHT=160 ALT=""></TD>
</TR>
</table>
---------------------------------------------------------------------------------------------------
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="right" height="100%">
<tr>
<td valign="top" align="right" width="200">
<!-- [right-blocks] -->
</td>
</tr>
</table>
---------------------------------------------------------------------------------------------------
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" height="100%">
<tr>
<td align="left" valign="top" width="200">
<!-- [left-blocks] -->
</td>
<td align="left" valign="top" width="80%">
<table width=75% border=0 cellpadding=0 cellspacing=0 align="left">
<tr>
<td width="40"> <img src="{image-path}alienbonetheme_31.gif" width=40 height=40 alt=""></td>
<td background="{image-path}alienbonetheme_32.gif" height=40 alt="" align="center" valign="bottom">
</td>
<td width="40"> <img src="{image-path}alienbonetheme_33.gif" width=40 height=40 alt=""></td>
</tr>
<tr>
<td background="{image-path}alienbonetheme_35.gif" width=40 height=110 alt=""></td>
<td background="{image-path}alienbonetheme_36.gif" height=110 alt="" align="center" valign="top">
<!-- [modules] -->
</td>
<td background="{image-path}alienbonetheme_37.gif" width=40 height=110 alt=""></td>
</tr>
<tr>
<td width="40"> <img src="{image-path}alienbonetheme_38.gif" width=40 height=40 alt=""></td>
<td background="{image-path}alienbonetheme_39.gif" height=40 alt=""></td>
<td width="40"> <img src="{image-path}alienbonetheme_40.gif" width=40 height=40 alt=""></td>
</tr>
</table>
</td>
</tr>
<tr align="center" valign="bottom">
<td colspan=3><img src="{image-path}alienbonetheme_42.gif" border="0"></a></td>
</tr>
</table>
The weird thing also is that the modules that are coded by theme.html and theme2.html don't have all the calls for these theme images (I can just turn them on or of in
AutoTheme). However the modules that are coded by theme3.html, somehow need this "hard" code for the theme to show on them. Also I don't understand what the selection process is for the certain modules to be coded by theme.html, theme2.html and theme3.html.
Well again hope someone understands the problem and can help me out! If you need screenshots of the problem I'll be glad to provide those too.
Thanks in advance!