amprescott
Forum Replies Created
-
Forum: Plugins
In reply to: [Genesis eNews Extended] Getting a 404 ErrorSite is:
raisingcamelot.com- This reply was modified 8 years, 2 months ago by amprescott.
Forum: Plugins
In reply to: [Asgaros Forum] NotificationsIt’s working great for me. Thanks!!
My suggestion:
I would love it if users could subscribe to an entire Forum or Subforum, rather than just the individual threads.Also, it would be great if there were subscriber options, such as:
1) “Email me as soon as a new thread or comment is posted.” vs.
2) “Email me new posts once per day.”Great plugin. Thanks again!
Forum: Plugins
In reply to: [WooCommerce] Order notification emails are never sentIf you’ve tried the WP Mail SMTP plugin linked above and it hasn’t helped, I recommend that you create a support ticket with WooCommerce. They may take a few days to get in touch with you, but their help has been well worth it every time I’ve encountered a problem such as this.
Good luck!
Forum: Plugins
In reply to: [Plugin: Woocommerce] Accept Terms and conditions by defaultAfter trying to find a solution in the dashboard, the way I solved this was to dig into the php code of my site.
In my case (using the Mystile theme), the appropriate file is found here:
MY-SITE-ROOT/wp-content/plugins/woocommerce/templates/checkout/review-order.php
Find the code that applies to your terms checkbox. Mine looks like this:
<p class="form-row terms"> <label for="terms" class="checkbox"><?php _e( 'I have read and accept the', 'woocommerce' ); ?> <a>" target="_blank"><?php _e( 'terms & conditions', 'woocommerce' ); ?></a></label> <input type="checkbox" class="input-checkbox" name="terms" <?php checked( isset( $_POST['terms'] ), true ); ?> id="terms" />
Then, right behind
name="terms"
add:
checked="checked"
and save the edited file. The “agree with terms” checkbox should now be selected by default.Hope that helps!
Forum: Themes and Templates
In reply to: How to Divide a Header into 2 Columns?Unfortunately, nothing in the woothemes forums seemed to apply.
Forum: Plugins
In reply to: [WooCommerce] Order notification emails are never sentThanks, Midlifecyclist! It works!!
Forum: Plugins
In reply to: [WooCommerce] Order notification emails are never sentI’m having the same problem. New install of Woocommerce and no emails are ever sent, not when I was using the Sandbox version for my payment gateway or not now that the site is live.
Forum: Fixing WordPress
In reply to: Pretty Permalinks create 404 errors & no New Posts appearEureka! Deleted the folder at the old host and updated the DNS. Now pretty permalinks work and I can post.
Thank you, Krishna! Hopefully that’s my only “duh” moment this week…
Forum: Fixing WordPress
In reply to: Pretty Permalinks create 404 errors & no New Posts appearYes, I guess it is. Hosting plan doesn’t expire for a little bit longer.
Forum: Fixing WordPress
In reply to: Pretty Permalinks Stopped WorkingThanks, Archie22is! I’ve done what you suggested but it seems I’m dealing with a bigger problem than I thought.
When “default” permalinks are switched on, old post links seem to work fine. When I switch to “pretty,” (with or without updating the .htaccess file), none of the old posts that were created with pretty permalinks work; instead I get 404 errors. I also can’t seem to create any NEW test posts that will open, no matter if I create them with default permalinks or pretty ones. In other words, nothing new is posting to the blog, no matter what the permalinks are set to.
Could this be something to do with moving from GoDaddy/Windows to HostGator/Linux? I am completely baffled.
Thanks!
Forum: Fixing WordPress
In reply to: Pretty Permalinks Stopped WorkingBlog address is: https://raisingcamelot.com
Forum: Fixing WordPress
In reply to: Comments stopped not workingThanks for giving it a try! (Comment received.)
I’ve deactivated the “email required” option in hopes that might be the culprit.
Forum: Fixing WordPress
In reply to: Comments stopped not workingPeople are attempting to comment and, when the attempt fails, emailing me (via my contact page) that the blog would not process the comment. No trace of a “failed” comment appears in my Dashboard. The only way I know it’s not working is from the (regular) emails I receive from readers telling me their comment wouldn’t post.
Forum: Fixing WordPress
In reply to: Images won't scale once publishedBump.
Forum: Fixing WordPress
In reply to: Comments stopped not workingBump.
No further detail on the problem but I’m still getting regular emails that comments don’t submit.
Any ideas? I’m getting desperate.