Sitebeheer

16/06/2013

  • Migrated to zonneroos.be
  • Disabled event plugin (blank page)

12/01/2012

  • Created zonneroos theme
  • changed images/body2.png to match background
  • Recreated top.png
  • Installed Widget logic
  • Created Prive menu
  • Updated language of calendar plugin
    • all-in-one-event-calendar-nl_NL.po
    • msgid “View Calendar”
    • http://tools.konstruktors.com/ >> generated also to .mo

17/12/2012

  • style.css
    lavaLampNoImage enlarged to 1200px
    Fixed the to small top menu barbackground:#f6f9e2 url(images/body.png) repeat-x;
    into
    background:#f6f9e2 url(images/body2.png) repeat-x;
  • jquery.lavalamp.js
    changed
    $li = $(“li”, this), curr = $(“li.current”, this)[0] || $($li[0]).addClass(“current”)[0];
    into
    $li = $(“li”, this), curr = $(“li.current_page_item”, this)[0] || $($li[0]).addClass(“current_page_item”)[0];Looks like the current flag has been changed after updating to wordpress 3.5
  • header.php
    changed
    <?php wp_list_pages(‘sort_column=menu_order&depth=1&title_li=’);  ?>
    into
    <?php wp_nav_menu( array(‘menu’ => ‘Hoofdmenu’ )); ?><?php /*
    <div id=”catmenucontainer”>
    <div style=”float:left; “>
    <ul class=”lavaLampNoImage” id=”A”>
    <?php /*wp_list_pages(‘sort_column=menu_order&depth=1&title_li=’);
    ?>
    <?php wp_nav_menu( array(‘menu’ => ‘Hoofdmenu’ )); ?>
    </ul>
    </div>
    </div>
    */ ?>
  • footer.php
    Removed the copyright
    Removed the .