Shaun

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 27 total)
  • Author
    Posts
  • in reply to: Plugin Causes Http 500 Error After Server Move #1394588
    Shaun
    Participant

    Hi,

    Thanks for the reply. Debug.log attached (zipped as it wouldn’t allow direct upload).

    As I said in my initial post when The Event Calendar and Event Tickets Plus are activated I just got 500 error message to the debug info was limited to the first few lines.

    The remaining lines are from after I removed the plugins and the site loads correctly.

    Thanks again for your help.

    in reply to: Month/Calendar view changed! Why?? #1278295
    Shaun
    Participant

    Thanks for the explanation too, it makes perfect sense.

    Hopefully I can get some sort of exception working but displaying correctly now is most important.

    in reply to: Month/Calendar view changed! Why?? #1278287
    Shaun
    Participant

    Hi Cliff,

    Thanks for the response. You were indeed correct, disabling the cache plugin fixed it immediately.

    I will speak to the theme developer but can you give me any particular reason why the page being cached should cause it to display the mobile version of the calendar?

    Thanks again

    in reply to: Month/Calendar view changed! Why?? #1277953
    Shaun
    Participant

    It’s disappointing not to have received a response to this yet!

    So the site I posted above – https://thorntonandlowe.com/training/month/ – has only been live for 1 week.

    I noticed that the calendar displays correctly on the dev site! https://thorntonandlowe.bid/training/month/

    The live site is LITERALLY an exact clone of the dev site. The ONLY difference is the version of Event Calendar/Pro have been updated since going live. The live site (.com) was running the latest version while the dev site (.bid) is running 4.4.5 of both plugins.

    So I’ve downgraded the live site to the same version, yet the issue still remains.

    Can somebody please tell me why this is happening?

    in reply to: Help Adding Category To List View With Custom Anchor Text #1197125
    Shaun
    Participant

    Hi Nico,

    It’s perfect, thank you!

    Well, after I’d worked out characters that had been changed to HTML entities anyway. The opening and closing < and > were obvious but it took me a while to spot the && in the middle. Once I did it works great.

    I don’t have time to style it right now but will add a CSS class and style it the same as the Book Now button tomorrow.

    Thanks again for your help.

    in reply to: Help Adding Category To List View With Custom Anchor Text #1195964
    Shaun
    Participant

    Hi Nico,

    Thanks for your continued help.

    The ‘Book Now’ button is just an anchor in list/single-event.php

    <a href="<?php echo esc_url( tribe_get_event_link() ); ?>" class="tribe-events-read-more" rel="bookmark"><?php esc_html_e( 'Book Now', 'the-events-calendar' ) ?></a>

    I added it myself but not sure exactly how I came up with it. It’ll either have just been hacking an existing template or from searching these forums/online.

    Hope that helps.

    in reply to: Trying To Use Gustavo's Plugin #1194472
    Shaun
    Participant

    Perfect, it works great.

    Thank you so much!

    in reply to: Help Adding Category To List View With Custom Anchor Text #1194469
    Shaun
    Participant

    Hi Nico,

    Thanks for your reply.

    Just the venue pages will be fine thank you. We don’t use the list view of month/calendar anywhere.

    Thanks for your help.

    Shaun
    Participant

    Thanks Nico, that’s perfect!

    Shaun
    Participant

    Hi,

    I’m looking to do the same here and have added the amended code from Nico. Thanks to you and also SallĂ© for the original code.

    However, I’m just getting the full var_dump including the array/string.

    I don’t really understand exactly what I need to replace from the commented out code to just show the field label/value.

    My fieldset is very simple just two fields; attendee name and email address.

    ‘name-of-attendee’ and ’email-address-of-attendee’ (screenshot attached)

    I would be very grateful if somebody could tell me what to change in this code to make it show up in the email just like the ‘Customer Details’ do below.

    echo '<h3>Attendee Info</h3>';
    
    	foreach( $fieldset_meta AS $item => $value ) {
    
    		foreach( $fieldset_meta[$item] AS $key => $value ) {
    
    			echo '<strong>Attendee - '. $cnt .'</strong><br />';
    			echo '<pre>';
    			var_dump( $value );
    			echo '</pre>';
    
    			/*$att_fname         = (isset( $value['prenom'] )) ? $value['prenom'] : '';
    			$att_email         = (isset( $value['email'] )) ? $value['email'] : '';
    
    			echo '<p>';
    			echo '<strong>Attendee - '. $cnt .'</strong><br />';
    			echo 'Name: '. $att_fname .'<br />';
    			echo 'Email: '. $att_email .'<br />';
    			echo '</p>';*/
    
    			$cnt++;
    
    		}
    
    	}
    

    Thanks in advance.

    in reply to: Custom fieldsets in woocommerce confirmation email #1183088
    Shaun
    Participant

    Hi,

    I’m just wondering how close this plugin is as I have exactly the same problem/need?

    Thanks

    in reply to: Orders No Longer Being Automatically ‘Processed’ #1141819
    Shaun
    Participant

    No problem.

    We’re just selling tickets to training courses.

    Here’s a specific course:

    http://thorntonandlowe.com/course/bid-writing-course-hull/

    Thanks

    in reply to: Orders No Longer Being Automatically ‘Processed’ #1141372
    Shaun
    Participant

    Hi Cliff,

    Thanks for the reply.

    That box is checked on my website.

    My page looks exactly the same except that:

    WooCommerce Support
    Try to set the status of new ticket orders to “complete” automatically

    Is also ticked.

    I assume that is realted to WooCommerce support tickets rather than the tickets that we’re selling though?

    Any more ideas?

    in reply to: Help Adding Category To Tooltip But With… #1082564
    Shaun
    Participant

    Ah, I understand.

    Well that’s even better.

    As you may have seen I’m styled the links now and they’re perfect now. Exactly what I intended from the start.

    Thanks again.

    in reply to: Help Adding Category To Tooltip But With… #1082439
    Shaun
    Participant

    Hi Cliff,

    Thanks for your reply. I apologise if my previous response was a little snappy, maybe I misunderstood your comment?

    Thanks for your continued support, that is EXACTLY what I was trying to achieve (well, without the ‘#:’ but that seems to have disappeared anyway!)

    I understand that having multiple categories will create two ‘More Info’ buttons which wouldn’t be desired but actually I can’t think of a situation where I’ll have an event in multiple categories so it shouldn’t even be an issue.

    Thanks again for your help, I really do appreciate it.

Viewing 15 posts - 1 through 15 (of 27 total)