0
Welcome Guest! Login
0 items Join Now

Clarion 404 Help

    • zulu's Avatar
    • zulu
    • Newbie
    • Posts: 7
    • Thanks: 0

    Clarion 404 Help

    Posted 8 years 10 months ago
    • Hi Guys

      Does anyone know how to get rid of the Home button in the top left?

      Thanks
      Nick
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: Clarion 404 Help

    Posted 8 years 10 months ago
    • If this is a site that is online (just installed, dev or live) could you please supply a link in the Public or SECURE part of your reply so we can better diagnose the issue?
      It makes our suggestions more accurate if we see the actual coding of your site.
      This is especially important with RokSprocket as our templates carry an override folder to modify the native styling.
    • zulu's Avatar
    • zulu
    • Newbie
    • Posts: 7
    • Thanks: 0

    Re: Clarion 404 Help

    Posted 8 years 10 months ago
    • Hi Dan

      Thanks for your reply. This is a live site and the url is www.zulualpha.com.au

      Cheers
      Nick
    • Last Edit: 8 years 10 months ago by zulu.
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: Clarion 404 Help

    Posted 8 years 10 months ago
    • zulu wrote:
      Hi Dan

      Thanks for your reply. This is a live site and the url is www.zulualpha.com.au

      Cheers
      Nick

      I'm using v1.9 and I'm assuming the file is the same as your 1.2 version.
      Go to ../templates\rt_clarion\error.php

      and remove this section of code:
      <?php /** Begin Header **/ if ($gantry->countModules('header')) : ?>
      <div id="rt-header">
      	<div class="rt-container">
      		<?php echo $gantry->displayModules('header','standard','standard'); ?>
      		<div class="clear"></div>
      	</div>
      </div>
      <?php /** End Header **/ endif; ?>
      
      <?php /** Begin Navigation **/ if ($gantry->countModules('navigation')) : ?>
      <div id="rt-navigation">
      	<div class="rt-container">
      		<?php echo $gantry->displayModules('navigation','standard','standard'); ?>
      		<div class="clear"></div>
      	</div>
      </div>
      <?php /** End Navigation **/ endif; ?>
    • The following users have thanked you: zulu

    • zulu's Avatar
    • zulu
    • Newbie
    • Posts: 7
    • Thanks: 0

    Re: Clarion 404 Help

    Posted 8 years 10 months ago
    • Mines a bit different......


      <?php /** Begin Header **/ if ($gantry->countModules('header')) : ?>
      <div id="rt-header">
      <div class="rt-container">
      <?php echo $gantry->displayModules('header','standard','standard'); ?>
      <div class="clear"></div>
      </div>
      </div>
      <?php /** End Header **/ endif; ?>
      </div></div>
      <div id="rt-navigation">
      <div class="rt-container">
      <div class="rt-block menu-block">
      <div class="rt-block logo-block">
      <?php if ($gantry->get('logo-centered') == '1'): ?>
      <div class="centered">
      <?php endif; ?>
      <a href="<?php echo $gantry->baseUrl; ?>" id="rt-logo"><span id="logo-color"></span><span id="logo-inner"></span></a>
      <?php if ($gantry->get('logo-centered') == '1'): ?>
      </div>
      <?php endif; ?>
      </div>
      <div class="rt-fusionmenu">
      <div class="nopill">
      <div class="rt-menubar">
      <ul class="menutop level1">
      <li class="item1 active root">
      <a class="orphan item bullet active-to-top" href="<?php echo $gantry->baseUrl; ?>" >
      <span>
      &larr; Home
      </span>
      <span class="item-border"></span>
      </a>
      </li>
      </ul>
      </div>
      </div>
      </div>
      </div>
      <div class="clear"></div>
      </div>
      </div>
      <div id="rt-error-body">
      <div id="rt-main-container">
      <div id="rt-body-surround" class="component-block component-content">
      <div class="rt-error-box">
      <h2>Error:</h2>
      <h1 class="error-title title"><span><?php echo $this->error->getCode(); ?></span> - <?php echo $this->error->getMessage(); ?></h1>
      <p><strong>You may not be able to visit this page because of:</strong></p>
      <ol>
      <li>an out-of-date bookmark/favourite</li>
      <li>a search engine that has an out-of-date listing for this site</li>
      <li>a mistyped address</li>
      <li>you have no access to this page</li>
      <li>The requested resource was not found.</li>
      <li>An error has occurred while processing your request.</li>
      </ol>
      <p></p>
      <p><a href="<?php echo $gantry->baseUrl; ?>" class="readon"><span>Home</span></a></p>
      </div>
      </div>
      </div>
      </div>
      </div></div></div>

Time to create page: 0.052 seconds