Greetings,

Nice theme, thank you! I was trying it out and found a couple of problems in both ie and firefox. In firefox, if a content block is selected it gets mixed or overlayed with the main content. In ie, the page is all over the place and the blocks and content are pushed down. I'll play around with it a little more and try to post fixes.

Jim

CommentFileSizeAuthor
#4 screen-2.png88.94 KBjwilde
#3 screen-1.png88.94 KBjwilde

Comments

lakka’s picture

Thanks Jim. Patches are always welcome!

Works for me with Firefox, although there are sometimes some problems with blocks placed on the lkeft hand side.

What are the steps to reproduce your problem? What modules are enabled for example? Do you have a screenshot?

jwilde’s picture

Hi lakka,

Two of the biggest problems are that the header does not display on all of the pages and that the content block, selected in admin blocks, displays as the same size as side blocks. So, if you were to select recent blog posts in blocks and then select it to display in content, it would display incorrectly as the same size as the left or right blocks. It should have the width of the main content. Also, in firefox, the same problem overlays the content area.

jwilde’s picture

StatusFileSize
new88.94 KB

Hi Lakka,

Here are a couple of screen shots.

jwilde’s picture

StatusFileSize
new88.94 KB

one more

jwilde’s picture

Hi Lakka,

For the ie problem, content getting pushed down on the page, I add a cople of pixils to the page width in the css file.

/*************************/

/* SECTION 1 - MAIN BODY */

/*************************/

body {font-size: 75%; margin: 0em auto; padding: 0px; font-family: arial, tahoma, verdana, sans-serif; background: url(../img/background.gif) top center repeat-y;}

.page-container {width: 772px; margin: 0em auto; padding: 0px; border-left: solid 1px rgb(125,125,125); border-right: solid 1px rgb(125,125,125); border-bottom: solid 1px rgb(125,125,125); background-color: rgb(255,255,255);}

I also had a problem with the header disappearing. I fixed that by adding $base_path to the page-tpl.php file.

if ($site_name) { print($site_name); }
if ($site_slogan) { print($site_slogan); }
Only local images are allowed. print $base_path print($directory) /img/header.gif" width=970 height=100 alt=""/>

Hope this helps.

I also trying to figure out what to do about the blocks in the content section of the page. Any ideas?

Regards,

Jim

jwilde’s picture

opps,

change this one line:

Only local images are allowed. print $base_path print($directory) /img/header.gif" width=770 height=100 alt=""/>
lakka’s picture

Assigned: Unassigned » lakka
Status: Active » Closed (fixed)

Try using the MultiFlex2 code, now in cvs. Tarball should be available shortly.