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?
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...
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.
Code
Post Reply
Delete Post
You are allowed to delete your post for 5 minutes after it's posted.
This website stores cookies on your computer. These cookies are used to improve
your website experience and provide more personalized services to you, both on this website and through
other media. To find out more about the cookies we use, see our Privacy Policy.
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.