Support

Home Forums Event Espresso Premium EE4 Admin area not responsive?

EE4 Admin area not responsive?

Posted: June 15, 2017 at 1:00 pm

Viewing 8 reply threads


winthropweb

June 15, 2017 at 1:00 pm

I have recently installed EE4 and i just realized that when i am at the event dealing with registration on the backend it is not reponsive like the rest of wordpress admin areas. It looks as if you used tables to create administration area, how can this be corrected? I need to be able to use this on mobile devices.


Josh

  • Support Staff

June 16, 2017 at 8:01 am

Hi there,

Are you referring to the Add new registration screen not being responsive? The table that lists the registrations is responsive. I can put in a feature request to make the Add new registration screen responsive and we will keep it in mind for future features and updates!


winthropweb

June 16, 2017 at 1:16 pm

No it is on all Admin Pages for EE4 except for adding a new event. Registration/Check in Screens and also on the Events Listing pages make me scroll left and right to see all options. When i go to add an event that screen is responsive but when listing events or people it is in a wide table format that makes me scroll. Please take a look on a mobile phone to see what i mean.


Josh

  • Support Staff

June 16, 2017 at 1:44 pm

OK thanks for the feedback and I’ll be sure to pass along your suggestions to the dev team for when they refine and iterate on these pages.


winthropweb

June 16, 2017 at 3:58 pm

It used to work on version 4.9.3p but the recent update 4.9.42p made the admin area Not Responsive Anymore. Can this be fixed or do i need to use an older version. Was the recent update not ready for release?


Josh

  • Support Staff

June 16, 2017 at 4:40 pm

It can be fixed, and the recent update was ready for release. The change in appearance was likely related to changes in WordPress 4.8.


winthropweb

June 16, 2017 at 4:56 pm

Thanks for the reply, I did some testing and installed on WP 4.7.3 with newest version 4.9.42p and it is still not responsive. When i use WP 4.8.1 with EE 4.9.3p it looks responsive without sideways scrolling. Hope this helps with a fix soon!


Josh

  • Support Staff

June 19, 2017 at 1:20 pm

Thanks for checking. There was a change in EE 4.9.14.p where some CSS did not get copied over, which was an oversight. This will be fixed in an upcoming release, but for now you can add the following code to your site:

add_action('admin_head', 'my_custom_css_ee_responsive');

function my_custom_css_ee_responsive() {
  echo '<style>
  @media only screen and (max-width: 850px) {
    #espresso-default-admin {
      min-width: 0;
    } 
  }
  </style>';
}

You can add the above to a functions plugin or into your WordPress theme’s functions.php file.


winthropweb

June 22, 2017 at 12:31 am

Thanks this worked.

Viewing 8 reply threads

The support post ‘EE4 Admin area not responsive?’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso