@admin - thank you so much! spot on. really appreciate it.
Only issue is the sub menu does not work, I can see them in the source code but they are not being displayed. ill have a look
This is a good example of what I am trying to achieve:
http://www.tutorialrepublic.com/codelab.php?topic=bootstrap&file=dropdowns-within-nav
Thank you for the help - much appreciated.
@admin - I can't seem to see a change.
<?php echo fuel_nav(array('subcontainer_tag_class' => array(0 => 'navbar')));?> Does not have any affect on my navigation.
@admin, thanks but it seems to throw an error;
Parse error: syntax error, unexpected ';' in /Applications/MAMP/htdocs/wycf/fuel/application/views/_blocks/header.php
Hi @kbjohnson90 i have tried installing your module but having some issues.
I have copied all the files into a folder fuel/modules/contact/
installed the sql to the db
added: $config['modules']['contact'] = array(); to my_fuel.php
but get this …
Update:
The single project page is now working correctly.
Only the header image is now not loading. The path is now retrieving from
http://localhost:8888/showcase/assets/images/image.png
rather than:
http://localhost:8888/assets/images/image.…
@kbjohnson90 I am trying to access the individual project view file. Admin side works fine - although if i click view project in the admin screen it takes me to a 'page not found'. Thanks
Hi,
Thanks for the quick response.
I have:
$config['modules']['projects'] = array('preview_path' => 'showcase/project/{slug}','sanitize_images' => FALSE in My_fuel_module.php and $config['auto_search_views'] = TRUE; enabled in MY_fue…