• roberthq

    (@roberthqprintsnet)


    Hello,
    I’ve been searching for an answer to this and have been messing with CSS and deeper into the code and can’t find a fix.

    You can choose the option in the drop down in wp-dtree’s menu for the decoration for a way of showing “breadcrumbs” or your current location Underline, overline none, line though and blink.

    I just want it to be the same as the rollover color. I would think this would be a simple css fix, but I can’t seem to find where I would make it. Like editing the “overline” option to be just a color, rather than a overline. Who wants overline anyway???

    Thanks for reading
    RRG

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter roberthq

    (@roberthqprintsnet)

    Here is the answer…

    Its in the code, but not explained by the developers…After messing around with it, I sorted it out.

    in the style.php file in the wp-dtree folder find this line:

    text-decoration: <?php echo $sfontdecor ?>;

    change it to what is below by adding the color after. As well, make sure in the dtree cpannel that you told it “none” for node decoration.

    text-decoration: <?php echo $sfontdecor ?>; color: #666666

    I hope this helps someone…if it does, please let me know. Always happy to add to the WP community.

    RRG

    Hi, I have a similar question. I had already figured out how to change the decor in anyway I want, but now, even after I go to a completely different page (like for example my index page), the page I was previously on stays highlighted. How can I change this?
    If anyone can help me, that would be great. thank you
    c

    Thread Starter roberthq

    (@roberthqprintsnet)

    Christhian,
    Yep, me too!
    See my other post here…maybe ask this question there in hopes someone finds it. Finding the developer is next to impossible. They really don’t answer new questions and if you look at the dates about wp-dtree, they’re more than 1 year old. This plug-in is more than 2 years old.

    Hit me up if you find the answer.
    RRG

    Finding the developer is next to impossible.

    You haven’t even tried. My contact info is all over the plugin source and documentation, and I visit these forums quite regularly.

    Most of the recent questions have either been asked and answered already, or is a style question. I don’t waste time adressing either.

    WP-dTree is not a high priority for me as it has been working flawlessly for more than three years now – I use it on several production sites.

    I will probably not release a new version until I’m done rewriting it to feed straight off WordPress HTML-output. This to support standard compliance and transparent fallback, while getting rid of the clumsy custom database code to populate (and cache) the tree.

    Thread Starter roberthq

    (@roberthqprintsnet)

    ulfben,
    thank you, now that I know who you are. Great plug-in and really works great for me, but you are hard to find and or you’ve not posted anything about this plug-in on this forum in some time, at least in relation to my question or questions like it. Don’t take it personally, but when something has little documentation on how to use it, people will ask questions.

    no matter, thanks for continued work on wp-dtree, it really is quite cool.

    WP-dTree 4.0 has been released, and the styling is much simplified. Check it out.

    Thread Starter roberthq

    (@roberthqprintsnet)

    I like the old version better. If you have it working on your site and you like how it looks…then don’t upgrade as you’ll have to completely rework everything. Many options are gone.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘wp dtree Selected node decoration’ is closed to new replies.