kyle-tully
Forum Replies Created
-
All good I found the “show to admins only” setting on the template ??
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] 404 on pages after installing podsEpic! I had to add another test to the if statement because it was throwing an undefined index error on homepage/categories etc.
This is what worked for me using a custom post type called review:
add_action( 'pre_get_posts', function( $q ) { if ( $q->is_main_query() && $q->is_single() // If this installation is in a subdirectory, // or a subdirectory multisite, then below [1] would be [2] && explode( '/', $_SERVER['REQUEST_URI'] )[1] === $q->query['name'] ) { $q->set( 'post_type', [ // Post Types with rewrites set to '/' (root) directory 'page', 'review', ] ); } });
Thanks so much for your help with this.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] 404 on pages after installing podsYes
No
Yes!I did have / set as custom rewrite. I thought this would only apply to the custom post type. If I remove this the pages work again. Thanks for the heads up.
Now to figure out how to make these two work nicely together…
Thanks mate have just shot you a message through the help button with some order details. Appreciate your help.
Yup just checked and they’re on 3.2.9
They’ve got the Paypal button on the /cart page as well as during checkout but I’m not sure where the issue was coming up. I’ve tested both and have not been able to replicate. I’m getting third-hand reports of what’s going on as my client is reporting to me what their customers are reporting to them.
Is it possible to turn off the validation? Or is there some kind of error log?
Thanks
KyleForum: Plugins
In reply to: [Afterpay Gateway for WooCommerce] Undefined variable on line 846I just checked and it’s definitely an outdated version – 1.3.1 !!
The weird thing is for both this plugin and a couple of other Woocommerce addons there is no message in WP about an updated version being available.
I’ve only just taken over maintenance of this website so not sure if there was a notice earlier that was never acted upon and now it’s so far gone that an automated update is not possible?
Is there anything special I should know about upgrading from this old version to the current one?
Thanks!
Forum: Plugins
In reply to: [WP Last Modified Info] Hide Last Modified Date From PAGE ExcerptsAwesome, thanks!
Thanks Gerroald I’ve sent the report.
Yes all sites are on Cloudways, spread evenly across two different servers.
Forum: Plugins
In reply to: [Schema - All In One Schema Rich Snippets] Half Star RatingsThanks @uttam007 that’s great to hear.
Forum: Plugins
In reply to: [WP Last Modified Info] Don’t show Last Modified info in excerptsThis is for Pages not Posts, that option is not there for Pages.
Forum: Plugins
In reply to: [WP Last Modified Info] Hide Last Modified Info from ExcerptBump for @infosatech thanks!
Forum: Plugins
In reply to: [WP Last Modified Info] Hide Last Modified Info from ExcerptI want the LMI to display in the full post, but not in the excerpt.
Right now the LMI shows up in the excerpt and there are two issues:
1. It takes up a bunch of characters that aren’t helpful to the reader.
2. There is no space after the LMI and the post, e.g. “Last Updated on April 28, 2019One of”, so it looks unprofessional.How can I stop the LMI from displaying in the excerpt?
Thanks!
Forum: Plugins
In reply to: [PowerPress Podcasting plugin by Blubrry] Combine multiple feeds?OK thanks for the fast response Shawn.