Matt Lovett
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] V14 has broken my site (when Yoast is enabled)Nope to be honest don’t have a huge amount of plugins on the site.
Theme is GeneratePress.
Thinking about it though it’s possible years ago I installed one and deleted it?
It’s odd because I have another site which is identical in almost every way and thats working with Yoast v14. It has the exact same plugins installed.
Forum: Plugins
In reply to: [Yoast SEO] V14 has broken my site (when Yoast is enabled)Thanks for the quick reply, yes, see below – hope this helps fix the issue!:
Stack trace:
#0 /home/REDACTED/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/j4mie/idiorm/idiorm.php(464): PDOStatement->execute()
#1 /home/REDACTED/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/j4mie/idiorm/idiorm.php(1983): YoastSEO_Vendor\ORM::_execute(‘INSERT INTO `ez…’, Array, ‘default’)
#2 /home/REDACTED/public_html/wp-content/plugins/wordpress-seo/src/orm/yoast-model.php(662): YoastSEO_Vendor\ORM->save()
#3 /home/REDACTED/public_html/wp-content/plugins/wordpress-seo/src/models/indexable.php(160): Yoast\WP\SEO\ORM\Yoast_Model->save()
#4 /home/REDACTED/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-builder.php(273): Yoast\WP\SEO\Models\Indexable->save()
#5 /home/REDACTED/public_html in /home/REDACTED/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/j4mie/idiorm/idiorm.php on line 464
[28-Apr-2020 11:36:33 UTC] PHP Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 1366 Incorrect string value: ‘\xF0\x9F\x91\x9F F…’ for column ‘breadcrumb_title’ at row 1 in /home/REDACTED/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/j4mie/idiorm/idiorm.php:464
Stack trace:
#0 /home/REDACTED/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/j4mie/idiorm/idiorm.php(464): PDOStatement->execute()
#1 /home/REDACTED/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/j4mie/idiorm/idiorm.php(1983): YoastSEO_Vendor\ORM::_execute(‘INSERT INTO `ez…’, Array, ‘default’)
#2 /home/REDACTED/public_html/wp-content/plugins/wordpress-seo/src/orm/yoast-model.php(662): YoastSEO_Vendor\ORM->save()
#3 /home/REDACTED/public_html/wp-content/plugins/wordpress-seo/src/models/indexable.php(160): Yoast\WP\SEO\ORM\Yoast_Model->save()
#4 /home/REDACTED/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-builder.php(273): Yoast\WP\SEO\Models\Indexable->save()
#5 /home/REDACTED/public_html in /home/REDACTED/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/j4mie/idiorm/idiorm.php on line 464Hi
Sure I understand that but that doesn’t help me achieve what I’m trying to achieve.
Unless a code snippet can easily be only loaded on a specific post type? Is this possible?
Is what I’m asking in general even possible? Well easily.
It seems like a fairly basic request.. I don’t really understand why I’m paying for premium if all support ever quote is dismissive things like “We aren’t able to support… customization though as you’ll read on that page I linked…”
Nothing constructive like I see what you are trying to achieve I’ll suggest this internally. Just comments that seem like you are basically saying; no we can’t help, the site says that, why are you even contacting us.
I won’t be renewing premium that’s for sure.
Hey! ??
Sorry I didn’t explain very well, let me try again.
So basically I have 2 post types the original “post” and a CPT “tv-show”.
On a “post” I want related posts to only show posts.
On a “tv-show” the CPT I want related posts to only show tv shows.
Is this possible?
Thanks.
Forum: Plugins
In reply to: [Post Expiration Date] Ability to send to Trash after expiration?Yeah I would really like the ability to be able to send the post to a custom status type. Currently use Post Expirator but it doesn’t support custom status types.
Would definitely pay for a pro version if the plugin supported this.
Thanks
Ah yeah that is what I figured to be honest but I was hoping I was wrong! Ha.
Hmm yeah setting to 100% isn’t too bad a solution although it ignores the height setting then.
I could cut the image so it has less height so when stretched it doesn’t go over the height I want but then its not going to look right on mobile.
Is there any way I can centre crop the image on larger screens so it doesn’t have as much height? Or force a height restriction on the slider?
Hey @kbat82
Sorry I probably wasn’t very clear, I mean the color next to the image on the left and right on larger screens.
See the below screenshot:
https://prntscr.com/m492uuLet me know if there is a way to set this? Cheers ??
Matt
Hey @kbatdorf,
No worries at all! ??
Hmm I tried this but it didn’t seem to work.
Didn’t seem to have any effect at all. Am I missing something? I have added it to the CSS if you don’t mind taking a look to see if I have done something wrong.
Cheers
- This reply was modified 5 years, 10 months ago by Matt Lovett.
Hey @kbatdorf,
Thanks for the quick reply. Honestly not really, my knowledge of CSS is still fairly basic.
I thought I might be able to give each slide a class and then target the class, but I guess this is not the way to do it then?
I have built the slider you can take a look here – https://www.wowmedia.net (I appreciate the 2nd slide still won’t look correct with a solid blue background for example, it’s just an example image for now).
Appreciate any help you can provide! ??
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Top posts customisationJust to follow up on this, the actual code I am using for this is:
function jetpackme_add_date_top_posts( $post_id ) { $post_date = get_post_time( get_option( 'date_format' ), true, $post_id, true ); printf( '<hr>', $post_date ); } add_action( 'jetpack_widget_top_posts_after_post', 'jetpackme_add_date_top_posts' );
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Popular searches display in widgetThat’s a very good point, I hadn’t really thought about that.
Forum: Plugins
In reply to: [Custom Post Type UI] Custom Rewrite Slug – bugHi Michael
Hmm OK. Maybe we are better off just turning off the comments RSS feed for the custom post type.
Is this possible?
Forum: Plugins
In reply to: [Custom Post Type UI] Custom Rewrite Slug – bugHi Michael
What do you mean sorry?
The above code is specifically to change to the main feed RSS, I am unsure on how to use this for RSS feeds for custom post types to rewrite it to be the correct URL?
That filter will be run any time that the get_feed_link function gets used, for what it’s worth.
What do you mean by this sorry?
Thanks for your help.
Forum: Plugins
In reply to: [Custom Post Type UI] Custom Rewrite Slug – bugHi Michael,
Thanks for your reply, good point regarding the redirect! Its a bit of a messy solution but its a fix never the less for now. ??
I am no developer but there is a way to customise the main RSS feed from Google so I am guessing if this can be customised any RSS for any page can be?
As someone mentioned adding the following to functions.php to customise the main RSS feed:
// replace the default posts feed with custom URL function appthemes_custom_rss_feed( $output, $feed ) { if ( strpos( $output, 'comments' ) ) return $output; return esc_url( 'https://www.customurl.com/feedcustom/' ); } add_action( 'feed_link', 'appthemes_custom_rss_feed', 10, 2 );
Thanks.
Hi Dario,
Brilliant thank you Dario!