agooch
Forum Replies Created
-
Forum: Plugins
In reply to: [Breadcrumb NavXT] Home Title option missing after updateThanks for the help mtekk. My theme devs went in last night and made the fix. They also pushed out an update for others. Said it was something simple. Like I said the behind the scenes stuff is over my head. Thanks again for the great plugin!
Forum: Plugins
In reply to: [Breadcrumb NavXT] Home Title option missing after updateWhere is the easy way for us non code types to change this in settings like in 4.2? The home title entry box is missing from settings.
4.2
https://dl.dropbox.com/u/57578639/4.2.jpg
4.3
Forum: Plugins
In reply to: [Breadcrumb NavXT] Home Title option missing after updateHere is what my theme has in header.php. Is this my breadcrumb template?
https://dl.dropbox.com/u/57578639/Breadcrumb-header.txt
Tried replacing all %title% with Home and it’s still showing the Site Title in place of Home.
Do I need to contact theme devs?
Forum: Plugins
In reply to: [Breadcrumb NavXT] Home Title option missing after updateOk I see this is new to 4.3
New feature: %title% and %htitle% now are replaced with the the “Site Title” for the home breadcrumb and the “Network Name” for mainsite breadcrumbs.
How do I just make it say HOME again? Thx
I think this is what I’m looking for???
<label for=”Shome_title”>
<?php _e(‘Home Title: ‘,’breadcrumb-navxt’);?>
<input type=”text” name=”bcn_options[Shome_title]” id=”Shome_title” value=”<?php echo esc_html($this->opt[‘Shome_title’], ENT_COMPAT, ‘UTF-8’); ?>” size=”20″ />