mmathis
Forum Replies Created
-
That worked! Thanks so much!
how do I define shipping zones?
what plugin creates the shipping cost?
i don’t understand. if the shipping is not based on the shipping address than how is this accurate?
how do I configure it so the user types in their zip code and it calculates the shipping based on the weight?
it only shows shipping cost
How do I change it so there is a shipping charge? I have the weight of the product in the product shipping info.
Also I created a header-default.php file with the following content and Between paragraphs it’s still adding a lot of space
<?php /** * Directions to install: * * - Inside your WordPress theme, create a directory named "wpforms-email" * - Within this new directory, create a file named "header-default.php" and paste this file * - That's it! * * @link https://wpforms.com/developers/how-to-customize-the-styles-on-the-email-template/ */ // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) exit; $header_image = wpforms_setting( 'email-header-image', false ); ?> <!doctype html> <html xmlns="https://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office"> <head> <!--[if gte mso 15]> <xml> <o:OfficeDocumentSettings> <o:AllowPNG/> <o:PixelsPerInch>96</o:PixelsPerInch> </o:OfficeDocumentSettings> </xml> <![endif]--> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title><?php echo get_bloginfo( 'name' ); ?></title> <style type="text/css"> p { margin: 10px 0; padding: 0; } </style> </head>
I’ve tried using this code as well and the email never formats like it does in dreamweaver. UUGGG!
<p style="color:black">Hey {field_id="0"},<br/> My name is Dr. Mitzie Mathis from Mitzie Helps Seniors, and I will be your Senior Transition Specialist throughout this process. Trusted Senior Transition Specialists are advocates for seniors and specialize in helping families transition their aging loved ones into senior care. We eliminate the stress of making the house ready for sale. </p> <p style="color:black">I just wanted to shoot you this quick email to let you know that we received your information, and will be reaching out to you shortly. </p> <p style="color:black"><strong>Here is what to expect:</strong> <ol> <li>You will receive a call from us very soon to learn a bit more about your situation.<br/> </li> <li>Mitzie Helps Seniors is a Mom's House certified Senior Transition Specialists and homebuyers experienced in as-is senior home buying. </li> <li>We are looking forward to speaking with you about our services and how we can help you and your family eliminate the stress. </li> </ol> <br/>If you have any questions throughout this process, you can reach me via email, phone call, or text message using the contact information below. </p> <p style="color:black">I look forward to speaking with you soon, <br/> Dr. Mitzie Mathis <br/> Mitzie Helps Seniors <br/> 704-870-7339<br/> <a href="https://mitziehelpsseniors.com/">https://mitziehelpsseniors.com/</a></p>
I got the picture to appear as a circle but there is too much space below the picture and the text.
Thanks so much!
I use the theme for two forms. The width is 100% and width for popups is 35%. The popup is using the 100% not the 35%. How can I change the width of the popup form without changing the width of the embed form?
Forum: Fixing WordPress
In reply to: Footer Text Doesn’t DisplayThanks so much!
Forum: Fixing WordPress
In reply to: Footer Text Doesn’t DisplayWhat file did you find that in?
Can anyone help with this?