Hi,
Which version of SEOPress and Themify are you using? How did you capture that screenshot? It seems to be fine at our end: https://cl.ly/721f005d41dc.
@themifyme You guys are awesome! So glad I chose Themify – best decision ever!
Thanks for the clear video instruction to get this working for me.
Just for your reference the I am using Themify Shoppe 1.4.5 and SEOPRess 3.3.13.1.
Might be something for @rainbowgeek and team to look into.
@themifyme, I got a bit excited – It works, however creates an issue where the content becomes duplicated.
See video clip: https://drive.google.com/open?id=1F9fpCQYgxNT6Vwof28Twu-XVSd0LgU73
-
This reply was modified 7 years, 2 months ago by
riatiamaria.
@themifyme @riatiamaria : thank you for your help / feedbacks. I’ll look into this!
Hi,
try this snippet code:
function sp_filter_content_content_analysis($seopress_get_the_content, $seopress_get_the_id) {
return get_post_field('post_content', $seopress_get_the_id);
}
add_filter('seopress_content_analysis_content', 'sp_filter_content_content_analysis', 10, 2);
Copy and paste it into your functions.php file.
Thanks for this @rainbowgeek – appreciate your help.
Could I clarify which functions.php file to paste this into? In my search I came up with many.
Which functions php would it be:
– wp-includes?
– themify shortcodes?
– themify shoppe?
I couldn’t see a specific file under SEOPress.
Apologies if this is a silly question – I’m a non techy just starting out. 🙂
Perfect! Thanks for this @themifyme and @rainbowgeek. I’ve done this now and checked that it is working. Best support team ever!
@themifyme What’s the best way to detect if your plugin is enabled on a site? Do you have a specific function for that? Thanks
Fix incoming soon for Themify users!
Amazing! Thanks a lot 🙂
It’s mostly working great now with the changes to functions.php file and the updated version of SEOPress. There’s an instance (it doesn’t happen on all post pages), where the title meta and description meta is not being recognised. Have a look at this clip: https://drive.google.com/open?id=1boYbAs-zgYa4RPcJS-9szWLrcYfplFuV
Can we look into this one?