ncneska
Forum Replies Created
-
Oh my goodness, insert facepalm here. Thanks! That was easy!
Forum: Plugins
In reply to: [WP Booking Calendar] Add a deadline response date to email templateOh, I see now! It doesn’t show on the test email, but displays correctly when I do a test booking. Thank you so very much!!!
Forum: Plugins
In reply to: [WP Booking Calendar] Add a deadline response date to email templateGot it. Unfortunately, this didn’t work. It looks correct but inserting the shortcode into the email template just produces a blank space. If you’re able to double check this, that would be wonderful!
I’m including a few lines before and after just to show you where I’m inserting this new line of code (these are now lines 971-975 in booking/core/admin/page-email-new-visitor.php:
$replace[ 'check_out_date' ] = $my_check_out_date; $replace[ 'check_out_plus1day'] = $my_check_out_plus1day; //FixIn: 6.0.1.11 $replace[ 'current_date_plus2days'] = wpbc_change_dates_format( date_i18n( 'Y-m-d H:i:s', strtotime( " +2 days" ) ) ); $replace[ 'check_out_minus1day'] = $my_check_out_minus1day; //FixIn: 7.2.1.6 $replace[ 'dates_count' ] = count( $my_dates4emeil_check_in_out );
Did I miss anything?
Forum: Plugins
In reply to: [WP Booking Calendar] Add a deadline response date to email templateThanks for the quick reply!
A couple of small clarifications:
1) The original and replacement code have the same first line of:
$replace[ ‘check_out_plus1day’] = $my_check_out_plus1day; //FixIn: 6.0.1.11
I left that line alone and just added this code you supplied:
$replace[ ‘current_date_plus2days’] = wpbc_change_dates_format( date_i18n( ‘Y-m-d H:i:s’, strtotime( ” +2 days” ) ) );
It didn’t work, so I just want to make sure I did it correctly.
2) The shortcode would be [current_date_plus2days] correct?
Thanks again!
Forum: Themes and Templates
In reply to: [Bulk] Adding logo causing site content to shift downI figured it out if this helps anyone else:
On the page editor, there’s an option for a transparent header. It’s NOT within the Elementor editor; it’s on the page editor itself.
No luck, but thank you so much for replying! ?? I appreciate the great support for this plugin!
Ah, I understand. Thanks for the link to the customization instructions! I didn’t notice that!
Is it possible to simply add the current month name centered above the calendar, in between the previous and next month names? I tried messing with the nav.php file, which is where I *think* something could go, but I’m not sure what to do from there!
Any help is appreciated!
Forum: Themes and Templates
In reply to: [Mesmerize] Reposition front page hero imagesThank you. I don’t want to increase the size at all. I’d like to be able to reposition the photo itself, as it’s cutting off in a way that my client doesn’t like. Hopefully that makes sense.
Hi again! So I had my client buy The Events Calendar Pro, but it appears that multiple email templates are not included after all, and that we’d need to buy another pro extension (Registration for Events Calendar) for an additional fee to get this feature. Is that correct?
Thank you so much for the reply!
That did it perfectly! Thank you so much!