Matt
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [P2] 02 ETABeau,
Any update on this? Really looking forward to it. Been using P2 but haven’t wanted to put too much time into an overhaul for our use with 02 on the horizon.
Thanks!
Forum: Plugins
In reply to: [WooCommerce] [Plugin: WooCommerce] Customising the shop base pageI don’t have categories listed or visible by search as we are running an interesting setup.
I haven’t checked but is wp_title(”) compatible with Yoast SEO? I thought that was always supposted to be the_title()?
Forum: Plugins
In reply to: [WooCommerce] [Plugin: WooCommerce] Customising the shop base pageI try not to hard code things too much, but since I manage the site and needed this up quickly, it works.
Cheers!
Forum: Plugins
In reply to: [WooCommerce] [Plugin: WooCommerce] Customising the shop base page@cbigler I tried that with no success. But here is my current work around.
Inside header.php I replaced my <title> tag with:
<title><?php if (is_shop()){ echo "Shop Title Here!!! Yahooo";} else{the_title();}?></title>Cheers
Forum: Plugins
In reply to: [Secure Invites] Missing argument 2 for wpdb@adrian.dakota do you know what your
function secure_invite_email_existslooks like?
Can you share the entire file? Still getting a few errors after using @maximinime’s solution. But no longer receiving the error I was thanks to him.
Cheers
A great question. I am looking into this as we speak.
Forum: Plugins
In reply to: [Secure Invites] Missing argument 2 for wpdbI pasted it in again and now working like a champ! Thanks.
Are you using an alternative now?
Happy Coding!
Forum: Plugins
In reply to: [Secure Invites] Missing argument 2 for wpdb@maximinime to my knowledge and testing that doesn’t solve the problem.
Can you elaborate? Or double check on your end?