We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!

Answered Lost arrow

    • 49955
    • 7 Posts
    I am sorry for my English.
    Hi, I have a strange problem, I've lost my hand, as shown in the screenshot.








    .tree-pseudoroot-node.x-tree-node-el+.x-tree-node-ct {
    margin-left: -16px;
    padding: 5px 0;
    }
    

    I have already installed on the hosting some modx and with them all right.
    But now, such a problem, I reinstalled several times, tried to put an older version, Problem remains.

    Help me, please.

    This question has been answered by quillby. See the first response.

    [ed. note: quillby last edited this post 9 years, 1 month ago.]
    • This should be working as normal. Have you tried another browser?
        Author of zero books. Formerly of many strange things. Pairs well with meats. Conversations are magical experiences. He's dangerous around code but a markup magician. BlogTwitterLinkedInGitHub
        • 49955
        • 7 Posts
        Of course in mozila,ie,chrome.
          • 49955
          • 7 Posts
          It's very strange, but if the admin panel is located at
          /manager

          then hides arrow.

          But if the address is changed to another, for example:
          /admin

          Then the problem disappears.
          • There is some caching or paths issue going on then. I'd take a look for css file overrides, .htaccess rules that could affect paths. If it fails in all browsers but only when at /manager, that sounds bizarre. Did you delete the contents of core/cache?
              Author of zero books. Formerly of many strange things. Pairs well with meats. Conversations are magical experiences. He's dangerous around code but a markup magician. BlogTwitterLinkedInGitHub
            • Oh, I just had a thought. Was this site upgraded? It feels like if it was that there is probably some old css getting referenced somehow.
                Author of zero books. Formerly of many strange things. Pairs well with meats. Conversations are magical experiences. He's dangerous around code but a markup magician. BlogTwitterLinkedInGitHub
                • 49955
                • 7 Posts
                No this is a new installation on a separate domain.
                es, I tried to clear the cache. But it did not bring results.

                The only thing that helped this change the folder name and the path to it.

                example/core/config/config.inc.php
                ...
                
                if (!defined('MODX_MANAGER_PATH')) {
                    $modx_manager_path= '/home/elitavto/example/admin/';
                    $modx_manager_url= '/admin/';
                    define('MODX_MANAGER_PATH', $modx_manager_path);
                    define('MODX_MANAGER_URL', $modx_manager_url);
                }
                
                ...
                
                  • 3749
                  • 24,544 Posts
                  Try turning the compress_css and compress_js System Settings off. You can do it in the DB in the modx_system_settings table if necessary (just change the 1 to a 0).

                  If that doesn't do it, you may have a missing or corrupted file in the MODX install. This is common if you transfer them individually with FTP.
                    Did I help you? Buy me a beer
                    Get my Book: MODX:The Official Guide
                    MODX info for everyone: http://bobsguides.com/modx.html
                    My MODX Extras
                    Bob's Guides is now hosted at A2 MODX Hosting
                    • 49955
                    • 7 Posts
                    ((
                    • discuss.answer
                      • 49955
                      • 7 Posts
                      The problem was hosting. All successfully resolved, thanks for the help.