We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 10357
    • 573 Posts
    is there anyway I can hide the tool-tips that appear when I move my mouse over the page title and long title fields?
      • 22427
      • 793 Posts
      I am looking for a way to do that, too. They are useful just for beginners. That wouldn't annoy if some of them would not sometimes overlap the field they are refering to.
        • 40833
        • 52 Posts
        Quote from: g5604 at Mar 14, 2012, 06:40 PM
        is there anyway I can hide the tool-tips that appear when I move my mouse over the page title and long title fields?

        I know this an OLD question, and not sure why anyone have never answered it, but I've recently just got annoyed enough to do something about it. I opened up a DOM version of the source code and back-traced it to the elements in question. Since I want this to stop across all my installs, and I didn't want it to affect any other users, and since I conveniently use Firefox, I simply pasted the following style in my global userContent.css file and restarted the browser:

        #modx-body-tag .x-tip { display: none !important; }


        That's it!
          • 3749
          • 24,544 Posts
          There is also this: https://gist.github.com/Mark-H/1025509. I don't know if it still works.
            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
            • 577
            • 132 Posts
            aesmith - enminc Reply #5, 6 years ago
            Quote from: BobRay at Jun 30, 2015, 10:37 PM
            There is also this: https://gist.github.com/Mark-H/1025509. I don't know if it still works.

            Just added to my install. As of MODX 2.6.2 this is still working.
              "One of these days I will get around to my own website... Its only been about 12 years... maybe tomorrow smiley"