justravis
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] S&O: 500 Error?I appreciate the QUICK response.
I do not have “aggregate inline JS” ticked.
I tried excluding those directories 1 by 1, but it did not make a difference.
Next steps?
THANK YOU!
Server API: Apache 2.0 Handler
Recommended: Apache + mod_phpSuggestions?
THANKS!
Again, to make sure I understand correctly – if the child theme overwrites templates, such as header.php, but NOT any WOOCOMMERCE templates, your plugin should work?
THANK YOU!
Forum: Plugins
In reply to: [Constant Contact Forms] No List Selected?I need to add the emails submitted before I chose a list in the plugin settings.
Forum: Plugins
In reply to: [Constant Contact Forms] No List Selected?Emails are now being successfully added to CC.
There is not a way to manually add emails without names in CC?
Forum: Plugins
In reply to: [Constant Contact Forms] No List Selected?Yes, the default email notification is sent to the admin email address.
No, there are not any unfamiliar lists.
Forum: Plugins
In reply to: [Constant Contact Forms] No List Selected?“No List Selected” is not an error message – just the subject line I chose.
The success emails are the same as usual.
The email addresses are just not found in constant contact.
Forum: Plugins
In reply to: [WP Store Locator] Add Contents Of Text Editor To Store Listings?Tijmen was nice enough to help me through email.
This is how you display description text that does NOT include shortcodes:
There are two ways to make it show up.
1 ) Enable the “Show a more info link” on the settings page. If you also have set a phone or email for the location, then the description text will show up in the more info box.
2) Add this code to the functions.php
add_filter( ‘wpsl_include_post_content’, ‘__return_true’ );
Then use this filter to add the content to the template. If you copy the code from the usage section and replace ‘my_textinput’ with ‘description’, then it should show up.
Do make sure to flush the WPSL transient cache on the WPSL settings page ( tools section ).
- This reply was modified 9 years, 4 months ago by justravis.
Forum: Plugins
In reply to: [YITH WooCommerce Gift Cards] Email Notification Not SendingBy the way, Postman SMTP does not show any errors or any signs an email was attempted.
Forum: Plugins
In reply to: [YITH WooCommerce Gift Cards] Email Notification Not Sending@yithemes,
After I set the order as completed, the gift card code is generated in the dashboard, but is NOT emailed to the customer.THANKS!
Forum: Plugins
In reply to: [YITH WooCommerce Gift Cards] Email Notification Not SendingAlready had Postman SMTP plugin installed, so that does not seem to solve my problem.
Forum: Plugins
In reply to: [YITH WooCommerce Gift Cards] Email Notification Not SendingCode is not being emailed to the customer after the transaction is marked complete.
Problem exists with WordPress 4.6 & 4.7 and YITH WooCommerce Gift Cards 1.2.0 & 1.2.1.
Please advise. Thank you!
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Next Month Button Is Disabledshortcode – [calendar id=”1721″]
Forum: Plugins
In reply to: [WooCommerce] New Order Emails Not Sending To Multiple Addresses@lukecavanagh,
I appreciate your time and wisdom.If SendGrid resolves the issue, I will mark the thread accordingly.