Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • dig814 Friend
    #121679

    I have figured out how to move user tools to the top on Utahia II, but can’t figure out how to get them to open either to the left or down. Can anyone help me out? Thanks much
    http://www.djrinteractive.com/samples

    Hieu Nguyen Admin
    #225705

    Hello,

    At first, open your templates/utahia_ii/index.php and fine these lines:
    function tool_init () {
    tool_elem = document.getElementById ('ja-usertools');
    }

    Add this red line:

    function tool_init () {
    tool_elem = document.getElementById ('ja-usertools');
    tool_elem.style.top = 20 + tool_height + "px";
    }

    And change position of your usertool:

    echo "<div id="jausertoolswrap" style="position: fixed; top: 20px; right: 10px;">";

    It will make dropdown usertool. Floating to left usertool need more modification so if you really need it, i will help you. Hope it helps.

    dig814 Friend
    #225776

    oceandragon, you are the BEST, thanks So much! How do I mark this thread solved? Anyone?

    Michael Casha Friend
    #225777

    <em>@dig814 22845 wrote:</em><blockquote>oceandragon, you are the BEST, thanks So much! How do I mark this thread solved? Anyone?</blockquote>
    Done 🙂 Thanks for the great solve oceandragon!

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

This topic contains 4 replies, has 3 voices, and was last updated by  Michael Casha 17 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum