Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Beau D'Amore 29 posts 70 karma points
    Mar 05, 2014 @ 23:41
    Beau D'Amore
    0

    I need help with: projects/starter-kits/mobileandweb

    I am an Umbraco newbie. I know C# pretty well, but never worked with Umbraco.

    Having said that. I am using Ver 7 with a template/starter kit called MobileAndWeb (although it shows up as WebAndMobile under 'installed packages' after install, which in itself is strange.. but on to the real problem...

    In the CMS after installing, going under 'content', 'home', 'base content' tab, I think there is a missing "+" upload button to upload a 'Header Logo'. (see pic)

    After installing it, the space where there would be a logo just shows the ALT attribute's 'logo' tag of the image with no src= value...

    being totally new to Umbraco, I have no idea what to do now...I went into

    "Developer/Scripting Files/headerPanel.cshtml" and found the logo code:

    <a href='#' id="logo"><img src='@Library.MediaById(homeNode.headerLogo).UmbracoFile' width="281" height="" alt="logo" /></a>

    There is no media called homeNode.headerlogo... Just to see, I tried uploading an image and then named it, homeNode.headerlogo ..to no avail.

    I think homeNode.headerlogo is supposed to be that (percieved) missing upload button on "Content/Home"

    However, if I replace that line with the following, It shows up...  (after I found it's location post-upload):

    <a href='#' id="logo"><img src='Media/434/logo.png' width="221" height="" alt="logo"></a>

    but thing is, it's not showing up under other pages that use 'standard template' like the 'About' page...

    I'm so lost... 

    Anyone use that starter kit before?... I just need the logo to show up, so I can go back to work at my job of building hte business... this is taking much too long.

    Thanks in advance. 


     

Please Sign in or register to post replies

Write your reply to:

Draft