Closed gilganebu closed 9 years ago
Hello,
To change folder name of the theme, please follow this instruction. http://themeshaper.com/2012/02/21/getting-started-with-the-underscores-theme/ It does the same way as Bootstrap Basic.
However, in the functions.php file. There is included nav menu class at the line 163
require get_template_directory() . '/inc/BootstrapBasicMyWalkerNavMenu.php';
You may change to use the other nav menu class if this really doesn't work.
Hey,
thanks for the fast reply! So, i changed all the "bootstrap-basic" parts to the name i wanted it to have. Worked just fine.
Now, the navigation-links still dont work.
It seems weird to me, that the only thing that doesnt show is the navigation links.
Thanks for your effort.
Did you select primary menu in admin page?
If that still not work, Try to comment the code on functions.php file line 163 as i said before and check is that work.
primary menu has been selected from the beginning.
commenting that line out results in a lot of errors!
Hey,
i encoutered the problem that whenever i change the templates folder name, the navigation bar doesnt show properly. The links on the navigation bar dont show at all. I tried to fix it, but i could. The rest of works pretty neat.