Show Posts


Topics - chousg

Pages: [1]
1
Template Support / remove contact us link on top of the menu
« on: July 09, 2014, 06:28:39 AM »
sir/madam

I like to remove this item "contact" from the menu item.
I follow this instruction (previous posting) and locate this content.tpl, however, the section is missing from my file:

/public_html/storefront/view/default/template/blocks/content.tpl
and remove line
Code: [Select]
<li><a href="<?php echo $contact; ?>"><?php echo $text_contact; ?></a></li>

Below is the content of my file, appreciate your help:
<div class="s_block">
   <div class="block_tl">
      <div class="block_tr">
         <div class="block_tc"><img src="<?php echo $this->templateResource('/image/information.png'); ?>" alt="" /><?php echo $heading_title; ?></div>
      </div>
   </div>
    <div class="block_cl">
       <div class="block_cr">
           <div class="block_cc">
               <div class="information"><ul>
                   <?php foreach ($contents as $content) { ?>
                   <li><a href="<?php echo $content['href']; ?>"><?php echo $content['title']; ?></a></li>
                   <?php } ?>
                   
                   
                   <li><a href="<?php echo $sitemap; ?>"><?php echo $text_sitemap; ?></a></li>
                </ul></div>
            </div>
        </div>
    </div>
   <div class="block_bl">
      <div class="block_br">
         <div class="block_bc">&nbsp;</div>
      </div>
   </div>
</div>


2
Support / Link to the wrong file
« on: February 14, 2013, 04:02:36 PM »
Dear Sir/Madam

Please help. Under my directory/ index.php?rt=checkout/success,  the link to store owner is pointing to the wrong file.  When I click the link, store owner (see picture), instead of linking to contact us, it directed me to account login page.  Is there anyway to fix the code and point to the correct page.  Greatly appreciate your help.

Thanks

3
General Support / upload image error
« on: January 02, 2013, 02:46:42 AM »
Dear Support
I failed to upload a 20 k pictures  but no problem with a 5k size picture.  Is that possible to increase the image size limit? 

Please help

Sincerely

Chou

Pages: [1]

Powered by SMFPacks Social Login Mod