Support

Support is part of Event Gallery Extended.

Please get a subscription if you need support. Feel free to use the ticket system or the contact form for reporting defects or pre-sale questions. Make sure you're logged in in order to be able to create a new ticket.

For general information you can also jump to the manual.

Subscribe now!

#3931 Eventmanager - Backend menu does not work after update

Posted in ‘Event Gallery Extended’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by Cgruber on Tuesday, 29 September 2020 12:20 UTC

Cgruber

As soon as I have updated to the latest Event Gallery version (3.11.14), the menus in the "Manage Events" section no longer work. This error occurs on several websites and was not there before the update.

 

sbluege

Hi Christof, 

stupid me, thanks for the heads up!! Will be fixed soon!

Cgruber

I found a temporary solution:

In the CSS file ".../administrator/templates/isis/css/template.css" I added the following code to the CSS class ".show" (line 4564):

.show {
display: block;
visibility: hidden !important;
}

With the declaration "visibility: hidden !important;" all buttons can be used again.

sbluege

There is the content of the batch-dialog laying over the menu and the buttons :(

Pro Tip: add this CSS to the eventgallery CSS (/media/com_eventgallery/backend*.....). The next update would remove it automatically and you don't need to do anything. 

Cgruber

Thank you very much for the fast answer! So it work on all my Homepages!