stlchristian / stlchristian.edu

Join me as I venture through creating a public Drupal website with all the features we'd ever dream of. This is bound to include some highs and lows, but we'll tackle this thing head-on! This will serve as a public repository to share the development progress of our new website, built on Drupal and hosted on Pantheon.
https://stlchristian.edu
GNU General Public License v2.0
0 stars 1 forks source link

Where did all the breadcrumbs go? #25

Closed ElliotFriend closed 10 years ago

ElliotFriend commented 10 years ago

Our breadcrumbs have disappeared.... I should find them!

ElliotFriend commented 10 years ago

Evidently, the problem is somewhere in the production database (which I replicated to my laptop). The code/database that exists in dev.slcc.co still display the breadcrumb properly (althought stage.slcc.co does not :-\ ... ).

ElliotFriend commented 10 years ago

Confirming that the old database 'stlchristian_edu' on my laptop does display the breadcrumbs, where expected. The recent export from our production site (stlchristian_dump) does not.

ElliotFriend commented 10 years ago

Looks like some kind of issue with the implementation of "theme_get_setting" in template.php. It could be in 'slcc_subtheme' or it could also be in the 'tb_university' parent theme... getting closer.

ElliotFriend commented 10 years ago

How could I be so foolish?! I've even had to figure this out before!

The 'slcc_subtheme.info' file does not specify whether or not to enable the breadcrumb, rather it specifies whether or not the option should exist in the database, it's up to me to set (using the checkbox) whether or not that is enabled/disabled.

To enabled: Set the checkbox at 'admin/appearance/settings/slcc_subtheme' under "Toggle Display," and clear the cache.