Bootstrap Navbar: Link/Redirect Sub-Menu Parent to First Child of Sub-Menu

Permalink
I'm using bootstrap navbar as this is the right approach for mobile devices and easy to use but the caveat in using this approach is that the parent link of a sub-menu is disabled. This is needed in order to toggle the navbar sub menus on touch screen devices as there is no hover state for most of these types of devices. With this in mind, I would like to link the parent link of a sub-menu directly to the first page of the sub-menu and also re-direct the parent link page so if someone tries accessing the parent link directly they would also get redirected to the first page of the sub-menu. In WordPress you would use a plugin similar to the "Page Links To" plugin. Does anyone know how this would be achieved in Concrete5 5.7?

 
chillax86 replied on at Permalink Best Answer Reply
Hi everyone I have found the answer so I thought I would share it with everyone else. This can be accomplished by downloading two add-ons. These add-ons are...

1) Page Selector Attribute -http://www.concrete5.org/marketplace/addons/page-selector-attribute...

2) Page Redirect -http://www.concrete5.org/marketplace/addons/page-redirect1/...

The first one must be installed first. In order to use these add-ons you need to go to your sitemap then click on the page you want to redirect and select attributes. Then scroll down the left pane until you see "Page Redirect" and click on it. Then select the page you want to redirect to.