Posted: 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 |
|
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? |
|
Hi, thanx, i wrote to the provider to check php. The site link is here : 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 |
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:
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: |
|
|
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? |
|
Hi Roman, You could check out our recommended develoeprs page – https://eventespresso.com/developers/event-espresso-pros/ |
|
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.