DavidArndt
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Thanks! That fix works perfectly!
Forum: Plugins
In reply to: [Automatic Youtube Video Posts Plugin] Is this plugin still working?Works fine for me, except that I can’t set custom features images.
Hi, I’m using this nice plugin and everything seems too work fine, except for one thing: I cannot replace the featured image with a different image. The featured images are taken from YouTube and displayed correctly, but they are the worst quality ever (YT’s fault) so I’d like to replace them. is there any way I can disable the plugin getting the featured image from YT?
Thanks for any info you can provide,
David
Forum: Plugins
In reply to: [Simply Exclude] simply-exclude\simplyexclude.php on line 1449I fixed this error by adding the following code at line 1449 of the simplyexclude.php:
&& is_string($value) //added this to fix no string errorso the lines 1448-1450 look like this
if ((isset($wp_query->query_vars['post_type'])) && is_string($value) //added this to fix no string error && (strlen($wp_query->query_vars['post_type'])) )
Viewing 4 replies - 1 through 4 (of 4 total)