View Single Post
  #309  
Old 11-14-2013, 03:02 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
I had reBOOT V1 previously installed, changed the name of the reboot folder, then ran the patch to install V2. I then did all the code changes. Is this the correct procedure or should have I uninstalled V1 first?
I loaded my logo in V2, but now it has disappeared on the customer pages - now just showing the link. I tried loading the logo again with a different name, but still is not there on the customer pages.
With the V2 install, I also noticed a reboot logo replaced the x-cart logo in admin. This logo has now disappeared too and the x-cart logo is still gone (is a handy link).

Ideally you want to reverse the v1.x install steps before installing v2.

When uploading logos, ensure you have set the correct path to your store in skin/reboot/js/uploader/config.php

Eg. if your store resides in www.domain.com/store

Replace...
Code:
$storeDir = "";

With...
Code:
$storeDir = "/store/";

Quote:
Looking at your option for a "custom dropdown flyout menu".
Would really love to use this but is there anyway it can support more than 1 column in the dropdown as our menu is too long.

Adding a custom header dropdown flyout dropdown menu is now much easier in v2.

Just edit skin/reboot/custom/header/header_menu_custom.tpl

It is just simple plain nested unordered lists, example code is in that template.

You can go up to 5 levels deep. It stays responsive too.
__________________
xcartmods.co.uk
Reply With Quote