Support

Home Forums Event Espresso Premium warning msg

warning msg

Posted: September 5, 2013 at 5:57 am


Roman

September 5, 2013 at 5:57 am

Hi, I have this warning msg on the page with the event registration if I’m not logged into the wordpress (admin). Have I to change something in the settings of EE?

Warning: Illegal string offset ‘member_only_all’ in /data/www/18714/myfit_cz/www/wp-content/plugins/event-espresso-1/templates/registration_page.php on line 259

also in the regostration down – like is add more attendees – the boxes with the text add or remove – are cuted like this : https://dl.dropboxusercontent.com/u/22916929/Screen%20Shot%202013-09-05%20at%2013.54.37.png


Dean

September 5, 2013 at 6:12 am

Hi,

Regarding the warning, have you got wp_debug set to true in your wp-config.php file? If so it is advisable to set that to false.

Can you provide a link to an event where the add attendee issue is please?


Roman

September 5, 2013 at 8:08 am

Hi, thanx, i wrote to the provider to check php.

The site link is here :
http://www.myfit.cz/event-registration/?ee=4

if you click on the “add more attendees” the button is not full.

also : is possible to change titles and information to Czech language? Or add Czech description to English πŸ™‚

Roman


Josh

  • Support Staff

September 5, 2013 at 8:54 am

Hi Roman,

I checked the registration page and the images inside the add/remove attendee buttons are getting set to be block level elements by your theme. Here’s the code that’s doing this from line 324 of the theme’s style.css file:

#content img { display:block; margin:0; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }

You can add a custom CSS rule to override this. Something like this will do the trick:

#content #event_espresso_registration_form img {
    display: inline;
}

You can add the above code to your theme’s custom stylesheet. If you do not have a custom stylesheet, the Jetpack plugin has a CSS editor; The my custom CSS plugin can also be used.

You can change languages on your site by following this guide:

https://eventespresso.com/wiki/how-to-change-languages/


Roman

September 6, 2013 at 3:39 am

Hi, thanx . i used your code in Jetpack css editor and is fine now, thanx so much (was first time I used this, don’t know about it)

is there some some other usefull codes I could use there πŸ™‚

but with language, is hard for me πŸ™ do you know somebody who could help me with this?


Dean

September 6, 2013 at 3:42 am

Hi Roman,

You could check out our recommended develoeprs page – https://eventespresso.com/developers/event-espresso-pros/


Roman

September 9, 2013 at 4:47 am

Hi, Is done, thanx.

The support post ‘warning msg’ 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