Rundiz-WP / bootstrap-basic

Bootstrap 3 css framework theme for wordpress. For theme developer can start build their theme very fast. To download for use with your project, please go to wordpress.org themes page in the link.
https://wordpress.org/themes/bootstrap-basic
MIT License
22 stars 4 forks source link

Changing Template Name #1

Closed gilganebu closed 9 years ago

gilganebu commented 9 years ago

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.

ve3 commented 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.

gilganebu commented 9 years ago

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.

ve3 commented 9 years ago

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.

gilganebu commented 9 years ago

primary menu has been selected from the beginning.

commenting that line out results in a lot of errors!