Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 10 of 10

Thread: Help&info not appearing

  1. #1
    pyrate is offline Member
    Join Date
    Sep 2009
    Location
    Lake Madison -SD
    Posts
    97

    Default Help&info not appearing

    I have changed my Help&info, imported the pictures i want to use and now nothing appears on my site in the left column, except Help and Info... But when i go to manage topics Help&Info the pictures are there...

  2. #2
    deanfp is offline Senior Member
    Join Date
    May 2009
    Location
    Sweden
    Posts
    556

    Default

    Are the links in the help box pointing to the correct files?

  3. #3
    pyrate is offline Member
    Join Date
    Sep 2009
    Location
    Lake Madison -SD
    Posts
    97

    Default

    i do not see any links, Where would they be??? maybe i erased the links when i took out the live chat code???

  4. #4
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    Originally that left nav uses the .navHeader class which is in style.css. If you open that file, what was in background: url(images/nav-header-bg.gif) attribute?

    Is this something we can see on your site? Can you post the URL?

  5. #5
    pyrate is offline Member
    Join Date
    Sep 2009
    Location
    Lake Madison -SD
    Posts
    97

    Default

    www.swidenonline.com is my URL i don't know if this is the right file but in the style.CSS for left nav I see:
    /* LEFT NAV */

    .leftNav
    {
    border: 1px solid #ddd;
    border-top: 1px solid #F0EFEF;
    padding: 5px;
    margin-bottom: 5px;
    background: #D7D4CD url(images/left-nav-bg.gif) repeat top center;
    }
    .navHeader
    {
    background: url(images/nav-header-bg.gif) no-repeat left bottom;
    width: 190px;
    height: 22px;
    line-height: 22px;
    padding-left: 5px;
    color: #fff;
    font-weight: bold;

  6. #6
    deanfp is offline Senior Member
    Join Date
    May 2009
    Location
    Sweden
    Posts
    556

    Default

    The information that populates the Help & Info is in the topic (Help). If you have put images in the topic page then I would suggest putting in a full path to the image as using the file manager can sometimes be a bit hit and miss.

    BTW there is a typo on your homepage.

    "Start the NEW Year off Right!
    Tools from Swiden Distribuitng."

  7. #7
    pyrate is offline Member
    Join Date
    Sep 2009
    Location
    Lake Madison -SD
    Posts
    97

    Default

    Thks for the spelling notification... Darn FAT Fingers.... How do i put a path to help topic section? I have linked my images in the WSWG editor but they are not appearing under the Help Left Nav Column.
    Last edited by pyrate; 01-15-2011 at 08:33 AM. Reason: no reply's

  8. #8
    deanfp is offline Senior Member
    Join Date
    May 2009
    Location
    Sweden
    Posts
    556

    Default

    Well for example you could create a new topic called Help and then simply add a link to the topic within the helpbox topic

    Example would be

    <a href="http://www.yoursitename.com/t-help.aspx">Help</a>

    Same for any images you want to place. It's a simple html topic page.

  9. #9
    pyrate is offline Member
    Join Date
    Sep 2009
    Location
    Lake Madison -SD
    Posts
    97

    Default

    But how does it point to the left column nav???

  10. #10
    AspDotNetStorefront Staff - Nicole is offline Administrator
    Join Date
    Jan 2010
    Posts
    41

    Default

    I think I know what the problem is. In your site, you have a "Help & Info" section - this is included out of the box, and is referenced by a topic from the template.ascx file in the skins/Skin_1 folder. By default, the topic it's looking for will be called "helpbox". The topic you have set up is called "HelpandInfo".

    You have 2 options: you can either go into your template.ascx file and find "helpbox" and change that to "HelpandInfo", or you can simply go into your admin site and rename your "HelpandInfo" topic to "helpbox", and it should show up. Renaming your topic will probably be easier, and should get your images to show up on the left just the same.

    Try that please and let me know if it helps?