Show Posts


Topics - mike3314

Pages: [1]
1
Customization help / Remove dropdown links from Home button
« on: October 05, 2017, 10:17:52 AM »
Hi,
I realise that this has been covered before but I can't get rid of the dropdown from the home button, I've removed the following code from the;
/public_html/storefront/view/default/template/blocks/ category_top.tpl
<ul id="main_menu" class="nav">
                   <?php
                   $storefront_menu = (array)$this->session->data['storefront_menu'];
                   foreach ($storefront_menu as $i => $menu_item) {
                      if ($menu_item['id'] == 'home') {
                         unset($storefront_menu[$i]);
                         break;
                      }
                   }?>
                   <!-- Top Nav Start -->
                   <?php echo  buildStoreFrontMenuTree($storefront_menu); ?>
                </ul>

but I'm still getting the drop down but with no text inside it - please see attached screenshot.

2
Hi,
I would like my categories to show on my homepage as a vertical list on the left hand side instead of on the top menu bar - is this possible to do from within the admin and if not is there some code i can modify to do this.
Thanks  :)

3
Support / Frame around image
« on: October 01, 2017, 01:41:07 PM »
Hi,
Is there any way I could put a frame/thin outline border around the main image and additional images on the product page?
Any help much appreciated.

4
Support / Hide the model details from product page
« on: September 27, 2017, 10:04:08 AM »
Hi,
I would like to hide the model number from the customer on the product page as I will be using this just for my own reference.
Any help would be much appreciated.

Pages: [1]

Powered by SMFPacks Social Login Mod