Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Template with broken links - solved

Options
  • 22-11-2010 2:39pm
    #1
    Registered Users Posts: 168 ✭✭


    Hi All,

    I want to use this Joomla template http://dryicons.com/web-templates/portfolio/
    And if you click on the Live Demo link you can see it working nicely.

    So I have it installed and started working on www.bennymeade.com
    But if you click on the links : about, portfolio or contact you can see that the pages are not there, just a broken link.

    In my control panel I do not have pages/folders for /contact.html etc. Just the following files:

    css, html, images, js, favicon.ico, index.php, templateDetails.xml

    Do you think this is a problem with the installed template? Or am I missing something obvious on this tired Monday morning? :(


Comments

  • Registered Users Posts: 168 ✭✭the_god_swan


    <!-- Main Menu -->
    <div id="menu">

    <dl class="mh">
    <dt><a href="/index.php" class="menu_tit_act">home</a></dt>
    <dd><a href="/index.php" class="menu_btn_act"></a></dd>
    </dl>

    <dl class="ma">

    <dt><a href="/templates/portfolio/about.html" class="menu_tit">about</a></dt>
    <dd><a href="/templates/portfolio/about.html" class="menu_btn"></a></dd>
    </dl>

    <dl class="mp">
    <dt><a href="#" class="menu_tit">portfolio</a></dt>
    <dd><a href="#" class="menu_btn"></a></dd>
    </dl>

    <dl class="mc">
    <dt><a href="/templates/portfolio/contact.html" class="menu_tit">contact</a></dt>
    <dd><a href="/templates/portfolio/contact.html" class="menu_btn"></a></dd>
    </dl>

    </div>


  • Registered Users Posts: 168 ✭✭the_god_swan


    For some reason the Joomla installer was not uploading all the files within the zipped template package ie. the .html files.

    So once I uploaded them separately all seems to be working fine now :D


Advertisement