I've added three content areas, but I can't add them to the scroll to path section of the menu.
Thu, 03/30/2017 - 16:06
No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.
Hi,
For example. to add CONTENT 7 section:
1. open file md_boom.info(sites\all\themes\md_boom), add line
below line
Save file
2. open file page--front.tpl.php(sites\all\themes\md_boom\template), add code
to place where you would like content to display
Save file
3. Open file md_boom_module.module(sites\all\modules\custom\md_boom_module), line 251, add
below line
Save file
4. Go to admin/config/development/performance, clear Drupal Cache
5. Go to admin/structure/menu/manage/main-menu, add new menu,. In section "Jquery ScrollTo Path", select CONTENT 7 > Save
6. Back to frontend to check.
Note: backup source code and database before doing anything
Thanks! That worked perfectly! Is there a way to remove the logo in the menu and make the menu wider?
Hi,
Please open onepage.css file(sites/all/themes/md_boom/css/) and add this code at the bottom of that file
Thanks! That worked!