Fork me on GitHub

Zikula 1.2.0 - Personal Info - theme break out.  Bottom

  • I updated to Zikula 1.2.0 and it allmost went 100%. The problem I'm having is in the acount panel you can ckick on Personal Info, and doing this works fine in Firefox, but in IE it breaks out of the theme.

    The module is Profile and the file causing the problem is 'profile_user_view.htm' located in the pntemplates folder.

    In that file there are 4 instances of '

    Code

    <div class="z-formrow">
    ' and messing around I can change it to '

    Code

    <div class="z-formrow1">
    ' and it does keep the theme from jumping out, but it does some wierd stuff to the display.

    This didn't happen in 1.1.2 so I'm not sure it is a bug or that I need to include a new stylesheet to take care of this?. I can move the file from 1.1.2 over to 1.2.0 and when accessed it stays in the theme , but it's not designed to run in the 1.2.0 profile module.

    Link to FF and IE display problem

    The problem is in IE and if it was a FF problem I could use Firebug to maybe fix it. I'm not sure where to start?

    TIA...
  • I've done a huge CSS update for Zikula 1.2.0 and all modules (backend and frontend) are using these new CSS classes.

    I suppose that you have a bug in your theme

    64 Errors, 44 warning(s)

    Sorry.
  • I know it most likely needs a complete rewrite, which it would most likely be cheaper to start over. With that said; the only problem is with the profile module and that one function or file (profile_user_view.htm). When I click the personal Info icon from the Account Panel, it jumps out of the theme. The two tabs associated in Personal Info '[ User Account Panel | Edit Personal Info]' work fine as soon as I click on them it jumps back into my theme and is dispayed correctly.
  • May be adding a overflow:hidden to your main column container may fix it,
    that's the general fix for the global-clears issue icon_biggrin

    --
    - Mateo T. -
    Mis principios... son mis fines
  • Humm, can you be a little more specific :) I'm thinking that it needs to be added to the style.css, or the profile module, or the master.htm?




    TIA...
  • Ouch! Table-based theme
    probably works if you put it in the "main" table, next to the this inline code:

    Code

    background-image: url(http://www.winsnort.com/themes/wvCorporateXz/images/wvMCbg.gif);
    to

    Code

    background-image: url(http://www.winsnort.com/themes/wvCorporateXz/images/wvMCbg.gif); overflow: hidden;


    --
    - Mateo T. -
    Mis principios... son mis fines
  • Quote

    Ouch! Table-based theme


    Yes, that's why I didn't touch his ZikulaPro-request icon_smile Sorry.
  • The below code style had to have spaces to get it to display in Dizkus. How would I add this to the file, just to make sure its correct, and do I need to add it everywhere that I find the background line?

    Code

    <!--[pnusergetlang assign='lang']-->
    <body s t y l e="background:#fff url(<!--[$imagepath]-->/wvPageBG.jpg);">

    <!-- Begin Page -->
  • I tried placing the snippet in different places and it failed. I ended up hacking the file and got it working correctly. Thanks for the help.

This list is based on users active over the last 60 minutes.