The cms page/category I am referring to is "Ask the Stylist" at the link below and the subcategory is "Guest Curators" in a list item below my category description:
http://www.sadeesays.com/ask-the-stylist
Can the "Guest Curators" subcategory page drop down from the "Ask the Stylist" link in the navigation?
I have manually added the cms category link to the main navigation bar via the "headermenu.tpl" add-on module as seen below:
Code: Select all
<div class="menu">
<?php echo $category; ?><?php echo( '<a style="display: inline-block; float: left; text-decoration: none; color: #f4f4f4; width: 65px; height: 20px; text-align: center; line-height: 30px; font-size: 11px; overflow: hidden; padding-bottom: 10px; border-right: 1px solid #000000;" href="http://www.sadeesays.com/index.php?route=information/information&information_id=4">ABOUT</a>' ); ?><?php echo( '<a style="display: inline-block; float: left; text-decoration: none;color: #f4f4f4;width: 55px;height: 20px;text-align: center;line-height: 30px;font-size: 11px;overflow: hidden;padding-bottom: 10px;border-right: 1px solid #000000;" href="http://www.blog.sadeesays.com" target="_blank">BLOG</a>' ); ?><?php echo( '<a style="display: inline-block; float: left; text-decoration: none;color: #f4f4f4;width: 120px;height: 20px;text-align: center;line-height: 30px;font-size: 11px;overflow: hidden;padding-bottom: 10px;border-right: 1px solid #000000;" href="http://www.sadeesays.com/ask-the-stylist">ASK THE STYLIST</a>' ); ?><?php echo( '<a style="display: inline-block; float: left; text-decoration: none;color: #f4f4f4;width: 70px;height: 20px;text-align: center;line-height: 30px;font-size: 11px;overflow: hidden;padding-bottom: 10px;" href="http://www.sadeesays.com/index.php?route=information/contact">CONTACT</a>' ); ?>
</div>
Susan