KayCorcor
Forum Replies Created
-
@mattyrob
THANK YOU so much!! I added the code and it is now WORKING! This has not been working correctly for so long, it is such a thrill to have to performing correctly!!Have a wonderful Holiday!
@mattyrob ,
Got it – should I add this code to the bottom of the functions.php file?Really appreciate your help.
Ok, I logged in with my personal account, and I do see the subscribe/unsubscribe boxes – but when I add my personal email, and click unsubscribe, my email still appears on the public subscriber list.
@mattyrob
Ok, I clicked the bright yellow subscribe2 HTML Shortcode bar. The PageID did not have anything entered, I entered 3593.The button display option is set to “show both buttons”.
The textbox size is set at 19.
Noting else in the sidebar is checked.
No boxes are appearing:
https://www.saintmarylancaster.com/subscribe-to-saintmarylancaster-com/@mattyrob,
Thank you, yes, the subscribe at saintmarylancaster.com page is one I have been trying to change. I found a way to add a widget, but it now results in the page saying “undefined”https://www.saintmarylancaster.com/wp-admin/post.php?post=3593&action=edit
I can use either the classic or block editor, but I don’t know where to find the code to add to the page.
Mattyrob,
Thank you for your help! Can you point me to some step by step directions? Where do I find the correct Subscribe2 shortcode or widget? I’ve watched a youtube video, but it is dated, and the widget described in the video is not available on my dashboard.Thank you.
I am having this same problem. I do have the correct email added, here is my code:
[contact-form subject="School Info-packet" to="[email protected]"] [contact-field label="Name" type="name" required="true" /] [contact-field label="Email" type="email" required="true" /] [contact-field label="Address Line 1" type="text" required="true" /] [contact-field label="Address Line 2" type="text" /] [contact-field label="City" type="text" required="true" /] [contact-field label="State" type="text" required="true" /] [contact-field label="Zip Code" type="text" required="true" /] [contact-field label="Comment" type="textarea" required="true" /] [/contact-form]
The notification appears in the “feedback” section, but an email is not being sent to [email address removed]
This is a google email. Can you help me troubleshoot my email set-up to make this work correctly?
- This reply was modified 8 years, 4 months ago by James Huff.
Forum: Plugins
In reply to: [WooCommerce] shop layoutTHANK YOU! I really appreciate the help!
Forum: Plugins
In reply to: [WooCommerce] shop layoutThank you for your help,
<?php get_header(); ?>
<div id=”main-content” class=”clearfix”>
<div id=”left-area”>
<?php get_template_part(‘includes/breadcrumbs’,’page’); ?>
<div id=”entries”>
<div class=”entry post clearfix”>
<?php get_template_part(‘loop’,’page’); ?>
</div> <!– end .entry –><?php woocommerce_content(); ?>
</div> <!– end #entries –>
</div> <!– end #left-area –><?php get_sidebar(); ?>
<?php get_footer(); ?>
Forum: Plugins
In reply to: [WooCommerce] shop layoutOk, I’m entering my product information through: Products>Add product on the navigation menu on the left.
How do I remove the content above? I tried to follow the instructions to change the .php templates. Do you need to see some of what I did?