Posted: May 29, 2013 at 9:23 pm
|
Firstly I love Event Espresso! Now for my issues: I am using version 3.1.29 of Espresso and the ticketing add on. My ticket does not show the logo that I have uploaded or the venue address, ticket content, google-map logo. I have followed the instructions on creating a custom tickets: https://eventespresso.com/wiki/how-to-create-a-custom-ticket/ and still no luck. I have copied the index.php and css pages to the directory (which I had to create): /uploads/espresso/tickets/templates is this correct? Here is a link to the Booking page: http://edithunlimited.co.za/event-registration/?ee=5 I have tried both Safari and Firefox to view, no change. I have removed the [ticket_link] from my confirmation email until it is working correctly. I purchased a Business License yesterday and I have emailed you guys to let you know that the site that I use Espresso on: http://www.edithunlimited.co.za is not allowing me to update so not sure if this is part of the problem. This is rather urgent as my client has an event that will start registration today. Thanks for your assistance.
|
|
My support key has been updated so that is sorted, but has not helped with the ticketing issues :o( Here is what my ticket looks like: Pink Polo Ticket |
|
It looks like the ticket logo url is not saved in the db. Can you check the settings for that template in the admin? |
Hello, Did you choose the ticket template you wanted within the event? It sounds like you’ve done everything else correctly. |
|
|
Hi Sidney, Had few other things to attend to and now the client is finally ready to go and this ticket is still not working 🙁 I have checked the plugin: espresso/ticketing/espresso-ticketing.php not sure what to look for, could you let me know what to look for and where to find it. Thanks, |
|
This is what espresso-ticketing/manager/add_to_db.php has in it: <?php function add_ticket_to_db(){ global $wpdb, $current_user, $notices; if ( $_REQUEST[‘action’] == ‘add’ && check_admin_referer(‘espresso_form_check’, ‘add_new_ticket’)){ $ticket_name= $_REQUEST[‘ticket_name’]; $css_file= $_REQUEST[‘css_file’]; $template_file= $_REQUEST[‘template_file’]; $ticket_logo_url= $_REQUEST[‘upload_image’]; $ticket_content= $_REQUEST[‘ticket_content’]; $sql=array( ‘ticket_name’=>$ticket_name, ‘ticket_content’=>$ticket_content, ‘css_file’=>$css_file, ‘template_file’=>$template_file, ‘ticket_logo_url’=>$ticket_logo_url, ‘wp_user’=>$current_user->ID ); $sql_data = array(‘%s’,’%s’,’%s’,’%s’,’%s’,’%d’); if ($wpdb->insert( EVENTS_TICKET_TEMPLATES, $sql, $sql_data )){ $notices[‘updates’][] = __(‘The ticket has been added’, ‘event_espresso’); }else { $notices[‘errors’][] = __(‘The ticket was not saved!’, ‘event_espresso’); } } } |
Hi Cindy, I think what Sidney meant was to check the Ticket Template to see whether a logo was uploaded and saved. Here is a video on how to do that: http://bit.ly/14sB5Ep |
|
|
Hi Jonathan & Sidney, Thanks for the video, I have checked and yes I have uploaded the logo correctly, see the screenshot here: http://edithunlimited.co.za/wp-content/uploads/2013/06/EU-Ticketing.png Please note that the logo, venue address and description are not showing on the ticket….. |
Cindy, Will you send me your WP Creds? |
|
|
Hi Jonathan, I have filled in the form requesting the login details. Hopefully you can find out what the issue is 🙂 Thanks, |
|
Hi Cindy, I took a look at the site and it looks like the ticket hadnt been selected in the event, for example in the BlackBerry Pink Polo 2013 event, it was still using the default ticket as nothing had been selected (here is an image of the event editor screen with the correct ticket selected in the bottom right http://d.pr/i/cd0K) That will now show the logo http://edithunlimited.co.za/?ticket_launch=true&id=1470&r_id=5-51ac8d04420a1&html=true The address was already there in the location section and the Google Map looked correct to me http://d.pr/i/C1Rf |
|
Hi Dean, Spectacular, sorry I missed that it needed to be chosen on the event screen…. (looking sheepish :)) thanks very much, how big can I go on the logo? it is a little small right now or will it resize to fit? Thanks again! Cindy
|
|
Hey, No need to be sheepish, it’s easily done, we have tons of options and although it helps making the plugin flexible it can take some time to find/use/remember everything. Size wise, well kind of as big as you want, but we recommend roughly the 400px wide mark as being the biggest. When you add the image to the ticket, it will bring an upload box, before inserting the image, select the appropriate size from the options – http://d.pr/i/mIUl example ticket with 300px wide image http://d.pr/i/5Xps extreme example but it illustrates that too big an image will just overflow out. the max width would be 720px, but as mentioned 400px is usually a good fit. |
|
Thanks for all the assistance guys, much appreciated! |
Hi Cindy, I am glad to see that Dean was able to help you. I’ll mark this thread resolved. 🙂 If you have time in your busy schedule, would you be so kind to visit this page to see how you can help us get the word out about Event Espresso? |
|
The support post ‘Ticketing – Logo not appearing on ticket’ 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.