jlmcclellan
Forum Replies Created
-
Forum: Plugins
In reply to: [Quantities and Units for WooCommerce] Rules not applied to logged in usersHey Nick,
This is definitely still an issue. If I’m logged in as either an admin or a customer the rules are not being applied. They only seem to load up if you’re not logged in (guest user). I’ve set a minimum quantity of 2 and a step of 2. Sitewide rules are not activated (the box is not checked). I switched to twenty fifteen theme and deactivated all plugins except for yours and woocommerce and still have the issue. I’m happy to provide you with admin access to the site in question, it’s public facing (password locked). You can get to me either via email or skype to get the credentials..
jmac@codyl.com
jlmcclellan (skype)Forum: Plugins
In reply to: [Swift SMTP (formerly Welcome Email Editor)] TML / SB Welcome Email conflictBump on this. Having the exact same issue. Would love a workaround or fix.
Forum: Plugins
In reply to: [Theme My Login] Password Reset IssuesNope. I hit the lost password link on the login page, then I put in my email address or username for the password reset email. I get the email, but when I follow the link it gives the following error:
“Your password reset link appears to be invalid. Please request a new link below.”
Forum: Plugins
In reply to: [Theme My Login] Password Reset IssuesStill having issues with the password reset link. I get the invalid message over and over again. The site is hosted with WPEngine and I’ve already made sure they turn off caching on the reset password page. It’s still not working.
This is an ecommerce site so like the previous comment I’m running WP 4.3.1 WooCommerce 2.4.7 and TML 6.4
Forum: Plugins
In reply to: Google authorship using custom profile meta fieldHey Tom —
To grab the author meta info outside of the loop you’ll need to reference the global $post variable.
Try this:
add_action('wp_head', 'dvc_google_rel_author'); function dvc_google_rel_author() {' global $post; $author_id=$post->post_author; echo '<link rel="author" href="'. get_the_author_meta( 'googleplus', $author_id ) .'" />'; }Any update on the plugin Never Settle? Or possibly a gist or github of your code?
Forum: Fixing WordPress
In reply to: Why Doesn’t Anything Load?I think something might be wrong with the database, because my usual username login doesn’t work and when I finally got http://debitversuscredit.com to load it said there were no posts. What can I do to salvage my database? Any ideas?
Forum: Your WordPress
In reply to: A Finance Blog (recently launched)Just updated. I noticed from feedburner that I’ve had people visiting from here. Any comments would really be appreciated! I’m pretty new to this world of blogging.
Thanks!