·
Added a discussion

Trying to remove the image_transcoder.php?o=sys_images_editor&h=1857&dpx=1&t=1711235480 Graphic......... Been looking for it and can't seem to find it.

  • 197
Comments
    • Add this code into the Head Injection:

      Location: Studio>Designer>Injections

      URL:

      {{yourdomain}}/studio/designer.php?page=injections

      "<head>

      ...

      <style>

       -menu-footer > li.bx-menu-item.bx-menu-item-powered_by.bx-stl-mil-wo-bg-gaps {

         display: none;

       }

      </style>

      ...

      </head>

      <head>

      ...

      <script>

       window.onload = function() {

         var element = document.querySelector("-menu-footer > li.bx-menu-item.bx-menu-item-powered_by.bx-stl-mil-wo-bg-gaps");

         if (element) element.parentNode.removeChild(element);

       }

      </script>

      ...

      </head>"

      • I would have never found that, Thanks for your time, it worked perfectly

        • Hello everybody!

          It is much easier to go to the Studio->Navigation->System->Footer links area and disable this menu point :-) Dear @Al Barnes , it's a perfect moment to start reading our Documentation here https://unacms.com/wiki/Introduction - we have many updates there right now!

          Login or Join to comment.