Version Added: ShopSite Version 10
Color Options: Black, Blue, Clear Tabs, Happy Blue, Green, Orange, Red, Slate Pink, Yellow
The Texurize Theme creates a layout where you have links on the top and left sides of the page. The links that appear at the top of the page are set by ShopSite. The links that appear on the left use the Page Link feature built within ShopSite. You can add links to the left navigation by linking pages to each other in your store.
If you would like add your own links, you would need to modify the Congruence template itself. Below are the steps that you would go through in order to modify the Congruence templates to show your custom left navigation bar.
1. Copy the Congruence templates. Below are two templates that you would need to copy in your store.
2. Locate the "sitenav" DIV. Within both of these templates locate the "sitenav" DIV.
In the Congruence.sst template the section looks like:
In the Congruence-MoreInfoPage.sst template the section looks like:
3. Add your own links using the format below. Add the line of code shown below, and replace the URL with the full URL to the page you want to link to, and replace "Page Name" with the text you would like displayed for the link.
<a href="http://domain.com/filename.html">Page Name</a>
Your final code should look similar to:
4. Replace the "sitenav" section in both files. Replace the "sitenav" DIV in both files with this new "sitenav" DIV.
5. Copy YOUR copy and name it the EXACT same as the original. Once you have finished making modifications, you can copy your copied templates and give them the exact same name as the originals. If you do this, your new templates will override the original templates. Once your file names override the originals, you can use the regular Congruence theme and it will read your new files and display your new links.