Hide footer in maintenance mode

ThemeBurn SupportForumsOpenCart ThemesShoppica OpenCart ThemeHide footer in maintenance mode

This topic has been marked as not a support question.

On a related note, is there a way of stopping the Shoppica footer from appearing if the site is in maintenance mode?

April 26, 2012 at 6:06 pm #8374
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
April 27, 2012 at 10:12 am #8392

Ok I have tried this and not got far, I want to make it so that the info box, contact info, facebook and twitter sections do not appear on the matenance page as stated earlier but am unsure what code that is exactly, I am also trying to get it going as a vQmod as I am trying to stop changing core files so the code I have currently is:


<modification>
  <id>stopfooterappearingonmaitenance</id>
  <version>1.0</version>
  <vqmver>2.1.6</vqmver>
  <author>Klimskady</author>

   <file name="catalog/view/theme/shoppica/template/common/footer.tpl">
     <operation>
    <search position="after"><![CDATA[<?php if (!isset($this->document->shoppica_rightColumnEmpty)) { require dirname(__FILE__) . '/../common/install_error.tpl'; die(); } ?>]]></search>
          <add><![CDATA[<?php if (!$this->document->in_maintenance): ?>
.....
<?php endif; ?>]]></add>
  </operation>

</file>

</modification>

Could you show me what to add to get this to work?

April 28, 2012 at 4:11 am #8405
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
April 30, 2012 at 11:40 am #8454
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.