bevilleliam
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Wallstreet] Pages header imageNever mind
Forum: Themes and Templates
In reply to: [Wallstreet] Pages header imageHi.
I do not want to use different images for each page. I want to use the same image that I have as header on home page and I want to use rhis image on all pages. Just one image.
What I don’t want to use is the image for the pages that came with the theme.
I can change it on home page so how do I keep consistent this image on all other pages.
If you look at my website then you will see what I mean
Forum: Plugins
In reply to: [Contact Form 7] Contact form 7Thank you.
This seems to work but has an issue “!1 configuration error detected in this tab panel”
It says ” Invalid mailbox syntax is used.” when I enter [your-recipient] into the “To” field of !Mail! tab as directed in the link you provided.
Again all works but why is it showing as an error?
Forum: Plugins
In reply to: [Booking calendar, Appointment Booking System] Multiple time selectionsThats brilliant. Thank you.
Just one more question.
As part of number 1 above then can multiple selections be charged extra? Also can discounts be given at time of booking say by coupon? Or therwise?
If multiple times are selected then is this charged as 1 booking even though it would be several
Forum: Fixing WordPress
In reply to: Contact formI have my contact form with dropdown subject and I just need to Dynamically change recipient email
by hook into wpcf7_before_send_mail, get the submitted form data, find the enquiry-type dropdown option and then use an if/else statement to send the notifications to specific email addresses.Below is the code I need help in finding where to place on my contact form…..
`// hook into wpcf7_before_send_mail
add_action( ‘wpcf7_before_send_mail’, ‘cf7dynamicnotifications’); // Hooking into wpcf7_before_send_mailfunction cf7dynamicnotifications($contact_form) // Create our function to be used in the above hook
{
$submission = WPCF7_Submission::get_instance(); // Create instance of WPCF7_Submission class
$posted_data = $submission->get_posted_data(); // Get all of the submitted form data/*
* Here are our ‘enquiry-type’ options and associated email address for reference
*
1 Bookings – [email protected]
2 Newsletters – [email protected]
4 default – [email protected]
*/if( $posted_data[“enquiry-type”] == ‘Bookings’ ) { // If Bookings option is selected
$recipient_email = ‘[email protected]’;
}
elseif($posted_data[“enquiry-type”] == ‘Newsletters’) { // else if Newsletters option is selected
$recipient_email = ‘[email protected]’;
}
elseif($posted_data[“enquiry-type”] == ‘Jobs’) { // else if Jobs option is selected
$recipient_email = ‘[email protected]’;
}
else { // If no dropdown option is selected
$recipient_email = ‘[email protected]’;
}
// set the email address to recipient
$mailProp = $contact_form->get_properties(‘mail’);
$mailProp[‘mail’][‘recipient’] = $recipient_email;// update the form properties
$contact_form->set_properties(array(‘mail’ => $mailProp[‘mail’]));
}Forum: Fixing WordPress
In reply to: Contact formThank you for your reply Tara.
Gravity forms are deprecated and are untested with my WP theme.
Contact form to email does not have the feature of sending to a different email address depending on the selected “subject” from dropdown
Forum: Plugins
In reply to: [Easy Appointments] Pay by Credit Card/Debit Card not workingall resolved
Forum: Plugins
In reply to: [Easy Appointments] Pay by Credit Card/Debit Card not workingHi Nikola.
I received your reply and I had answered your reply also.
As far as I can see that my settings I entered are correct.
I had created a login link for you to check and I would be grateful if you would assist me in resolving this critical error
Forum: Plugins
In reply to: [Booking calendar, Appointment Booking System] submissionThank you for your reply.
I couldn’t get your plugin to work so I used one thst did work
Forum: Everything else WordPress
In reply to: Plugins abandonedThank you for taking the time to respond to my query with such a comprehensive solution.
You have been very helpful.
Best wishes
Liam
Forum: Plugins
In reply to: [WooCommerce] Stripe Web Hook issue in WoocommerceHi Stef.
Thank you for your reply.
I have done this.
Do I need to do anything else?
Liam
Forum: Plugins
In reply to: [WooCommerce] Shipping not calculatedthank you for taking time to help me. I very much appreciate it
Forum: Plugins
In reply to: [WooCommerce] Shipping not calculatedHi kelleymetal
Yes, product was set to “virtual” and now that I have removed then shipping added with no issue.
Thank you for your help and assistance
Forum: Plugins
In reply to: [WooCommerce] Flat Rate Shipping not calculatedHi.
I checked for conflicts on theme and plugins and found that issue remained.
I used WP Staging and deactivated all plugins with Health Check plugin.
I then tested shop and flat rate shipping NOT applied
Forum: Plugins
In reply to: [WooCommerce] Shipping not calculatedI don’t understand why you do not post the fix to my issue here!
Is it you want payment?
I have 1 item for sale for a limited amount of time. I will not pay to add shipping when I can just place into price.
This free woocommerce has an issue for me in the shipping calculations so I would like to fix but not worthwhile to pay for something that will cost more than I can make in the sale of the item
Either post a resolution to issue here or do not waste my time