Title: [Plugin: Breadcrumb NavXT] can&#8217;t modify settings
Last modified: August 19, 2016

---

# [Plugin: Breadcrumb NavXT] can’t modify settings

 *  [Jorge A. Gonzalez](https://wordpress.org/support/users/nasium/)
 * (@nasium)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/plugin-breadcrumb-navxt-cant-modify-settings/)
 * When I try and modify the settings for breadcrumb-navxt I get a Bad Request when
   I hit ‘save changes’.
 * Any ideas?

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [John Havlik](https://wordpress.org/support/users/mtekk/)
 * (@mtekk)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/plugin-breadcrumb-navxt-cant-modify-settings/#post-1015772)
 * I need to know more environmental data to pin point the issue. Do other settings
   work (e.g. the General, or Reading settings)? If not then you probably have an
   issue with too broad of mod_security rules. Try checking your HTTP server (e.
   g. Apache) error logs, see if it provides any more detailed information about
   the situation.
 * -John Havlik
 *  Thread Starter [Jorge A. Gonzalez](https://wordpress.org/support/users/nasium/)
 * (@nasium)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/plugin-breadcrumb-navxt-cant-modify-settings/#post-1015828)
 * ya, that seems to fix that issue. However, since installing this plugin I can’t
   seem to get the plugin to pull the administration settings.
 *     ```
       <?php
       				 if (!is_home()) {
       				 	if(class_exists('bcn_breadcrumb_trail')) {
       				 			echo '<div class="breadcrumb">';
       							//Make new breadcrumb object
       							$breadcrumb_trail = new bcn_breadcrumb_trail;
       							$breadcrumb_trail->fill();
       							$breadcrumb_trail->display();
       				 			echo '</div>';
       						}
   
       				 }
       				?>
       ```
   
 * That is the code I am currently using, but it’s not pulling the settings…
 *  Thread Starter [Jorge A. Gonzalez](https://wordpress.org/support/users/nasium/)
 * (@nasium)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/plugin-breadcrumb-navxt-cant-modify-settings/#post-1015829)
 * NM i got it. You should improve your docs a bit better. I never knew I had to
   use a different call to display the admin stuff… ok back to work…
 *  [John Havlik](https://wordpress.org/support/users/mtekk/)
 * (@mtekk)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/plugin-breadcrumb-navxt-cant-modify-settings/#post-1015842)
 * nasium,
 * On the installation section (of the Breadcrumb NavXT page) it explicitly states
   what calling code you need to use in order for administrative interface’s settings
   to load :). The documentation, at this time, is really more there for people 
   who want to do things that the administrative interface does not directly allow.
 * -John Havlik

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘[Plugin: Breadcrumb NavXT] can’t modify settings’ is closed to new replies.

 * 4 replies
 * 2 participants
 * Last reply from: [John Havlik](https://wordpress.org/support/users/mtekk/)
 * Last activity: [17 years, 3 months ago](https://wordpress.org/support/topic/plugin-breadcrumb-navxt-cant-modify-settings/#post-1015842)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
