grenley
Forum Replies Created
-
Forum: Plugins
In reply to: [Collapse-O-Matic] Two expand arrows appear, and other odd expand/collapseThat works perfectly! Even for multi-line boxes. Thank you very much.
Now, the next challenged is applying a background color to the guidance box. I had been using this:
<div style=”padding:12px;background-color:#c9e3d8;line-height:1.4;”>
But it interacts with the collapse-o-matic plugin in unhappy ways. Either it applies no tint, or applies tint to the entire rest of the page, or just makes the collapse feature go away.
Suggestions?
Thanks again,
GeorgeForum: Plugins
In reply to: [Breadcrumb NavXT] Breadcrumb in Header (header.php) – sort of works….Well, I finally fixed it. It’s very fussy about where in header.php you put the PHP code, and I suspect that the correct “where” depends on which theme you’re using. Trial and error, boys and girls!
Forum: Plugins
In reply to: [Breadcrumb NavXT] Breadcrumb in Header (header.php) – sort of works….Update. The breadcrumb text is there, but is in the wrong place. Unfortunately, the site is private, and apparently I cannot add an image to this post. So I shall try to describe it.
The header area contains, from left to right, the company name, six drop-down menus, the search symbol. Like this:
Acme Inc. Menu1 Menu2 Menu3 Menu4 Menu5 Menu6 Search
Just below that is a light gray bar that the code chunk below inserts into the header.
I noticed that I could see the last few letters of the breadcrumb trail “peeking out” of the right hand side. In other words, the text is UNDERNEATH the menu area, instead of down in the gray bar where it’s supposed to be. I need to lower it half an inch or so.
I can’t figure out which CSS file has the position info for this. Can anyone help? Or is there another better way to fix it?
George
<div class=”breadcrumbs” xmlns:v=”https://rdf.data-vocabulary.org/#”>
<?php if(function_exists(‘bcn_display’))
{
bcn_display();
}?>
</div>Forum: Plugins
In reply to: [Breadcrumb NavXT] Breadcrumb in Header (header.php) – sort of works….Well, that was an interesting site link. It’s https://dentedplanet.org.