Hi derkoi
I just tested this extension in a Sandbox and yes, this is the cause. If you disable the plugin the meta description which displays the jSeblod meta field data is not shown in the page source.
That isn't of course what you want. There is a How-To by Bes on doing this type of thing in your content form template - see here:
www.jseblod-cck.com/forum/78-tips-and-tr...-dynamic-fields.html
The alternative is to modify the SEOSimple.php file of the plugin to access a jSeblod field for your meta description content. The line of code that is causing this is line 155 which is:
| Code: |
$thecontent = $article->text;
|
so it is pulling the full text from the raw article rather than using the pattern of the content type which jSeblod manages before the page the web visitor views is rendered.
Peter