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

    I have installed Easy 2 Gallery 1.4.13-pl on Modx Evo 1.0.12 twice on differents web sites with the same conditions and had a question regarding it:

    The Installation was succesfully but when go to the module dashboard and I can't see the gallery management menu (see attachments). But I installed in Modx Evo 1.0.10 and works properly. After looking on the internet I can’t find anything related to this.

    Hope you can help!

    Regards,
    SandraM
      • 25195
      • 9 Posts
      Hi,
      I changed the e2g css file assets/modules/easy2/includes/tpl/css/e2g_mod.css by adding:
      .sectionHeader {
        overflow: visible;
      }

      after all the span.navigation and before the .e2g_wrapper rules
      Which enabled the menu to display.

      I had a look on the forum and there is an alternate solution here http://forums.modx.com/thread/86672/evo-1-0-12?page=5#dis-post-481610

      Regards
      Keith
      • If you are on shared hosting such as godaddy, and are seeing a blank page this is caused by the minified JS. If this is the case follow the steps below:

        (1) Go into the DB using PhpMyAdmin and find the [table_prefix]_system_settings table (table_prefix is usually modx).
        (2) Find the rows with key "compress_js" and "compress_css" and set their value to 0 and save them.
        (3) Empty your core/cache/ directory.
        (4) Clear your browser cache and cookies
        (5) Log in to the manager.

        for more info on troubleshooting go here: http://rtfm.modx.com/revolution/2.x/getting-started/installation/troubleshooting-installation
          Tony Porto | Valpo Creative | http://www.valpocreative.com
          • 45517
          • 7 Posts
          Hi RMPnet and Tony!!

          Thanks for the reply, but there are a new update for E2G and with this all works properly. laugh

          Regards,
          Sandra