Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Css Mobile | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Css Mobile

Css Mobile

Posted: January 11, 2013 at 7:39 am

Viewing 3 reply threads


Vlastimir Sindelic

January 11, 2013 at 7:39 am

Hey,

I must say that you plugin is awesome. It worth every penny. It save me a lot of time and job is almost automatically. keep with good job.

I have 2 questions.

1.I have responsive theme, and when i go on site from mobile my calendar from sidebar is almost perfect. I cant see full last field for Saturday(few pixel is not showing). and my full page calendar i very good looking but my navigation is crossing the right border. How can i fix this. Which css file should i change.

2.In single event i turn off registration form. But i just wanna add “Add to cart”(not View details) like in event list. I try to add some code from event_list-display to registration_page_display but i had no luck.

Please help my with this and my site is complete.

Thanks a lot!


Dean

  • Support Staff

January 11, 2013 at 8:31 am

Hi,

GLad you like the plugin

1) The calendar navigation with the default text only shrinks to a certain width. What I would be inclined to do is to use a media query to detect the screen width and then resize the header font

.fc-button-content {
font-size: 8px;
}

makes it a little harder to read but fits.

2) You can use this guide here http://staging.eventespresso.com/wiki/multiple-events-registration-use-add-to-cart-link-instead-of-default-registration-form/ to add a link. If you are adding it to the template you can use

<?php echo do_shortcode('[ESPRESSO_CART_LINK anchor="Register for this Event" direct_to_cart=1 moving_to_cart="Redirecting to cart..."]'); ?>


Vlastimir Sindelic

January 14, 2013 at 7:42 am

Thanks a lot for replay,

2.Code works. That is what i was looking for. But how now to implement picture(short code from link that you give me for single events) to template code so i don’t need to add code on every single event. I try with single/double quotes for img but code break every time.

3.One more question.I wanna my event list and single event look like this(http://imageshack.us/photo/my-images/201/mockup1v.jpg/). I customize everything i need,only one thing bordering me. On the list event i don’t wanna this image to be shown (i want to be only in single event). I try to put text, than more tag, and than picture and it’s work this way. But i want to my image be on the top of the page so i can’t use more tag like this. How to hide this picture from event list but in single event i want to be like in mockup. Is this possible at all


Dean

  • Support Staff

January 14, 2013 at 8:28 am

Hi,

If you are referring to the featured image then that is a setting in the Template Settings page “Display featured images in the event list and registration pages?”

Regarding what you are after with the images I would say you would need to filter the content in the event_list.php/event_list_display.php files using something like a preg_replace()

Viewing 3 reply threads

The support post ‘Css Mobile’ 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 - Staging Server