Unable to edit modules with Edit Page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MrBillFSE
    New Member
    • Jun 2018
    • 24
    • 5.3.x

    Unable to edit modules with Edit Page

    Hello,

    I was working on the Forum earlier in the day with no issues. Now when I go into edit a page, none of the modules on the page have the Move, Edit or Delete icons on them. I have cleared system cache as well as browser cache and have tried several different browsers with no luck.

    HELP!
  • In Omnibus
    Senior Member
    • Apr 2010
    • 2310

    #2
    What "work" did you do earlier? There's no way to know what "broke" your Site Builder without more information about any changes you have made. If you enable the developer tools web console in Firefox do you receive error messages when you try to open Site Builder or click on the modules?

    Comment

    • Wayne Luke
      vBulletin Technical Support Lead
      • Aug 2000
      • 73979

      #3
      You're hiding the Site Builder buttons with your custom CSS. Specifically this code:

      Code:
      .canvas-layout-container .widget-header .module-buttons .module-button-item span {
        display: none;
      }
      Translations provided by Google.

      Wayne Luke
      The Rabid Badger - a vBulletin Cloud demonstration site.
      vBulletin 5 API

      Comment

      • MrBillFSE
        New Member
        • Jun 2018
        • 24
        • 5.3.x

        #4
        Thanks Wayne,

        Did not realize that would do it on the Admin side as I was just trying to hide the unexpand button on the announcements on the front side.

        Thanks again!!

        Comment

        Related Topics

        Collapse

        Working...