Hello Patrick,
Hereby the answers to your questions:
1) True we do use F2C Related article plugin, but it has nothing to do with this problem. Sorry for putting it in this category. That was the reason of my immediate reply where I tell about the use of the Regular Labs plugin.
2) The system plugin is used.
3) I want to show the intro-part of a item. This means a image with a rollover effect, text end links. The example link shows what we want to show. The regular labs plugin provides this, but the SEF url is not working.
4) If it is a solution, might be useful to try. Can it be used aside from the Regular Lab plugin?
The main problem is that the SEF URL is not working. Is that something I can fix? For some reason it takes the URL literally (so with the F2C Sef code in it).
The div code that loads the article intro's:
<div class="uk-grid uk-hidden-small">
<div class="uk-width-2-3">
<div class="uk-grid">
<h2>Misschien ook interessant</h2>
<div class="uk-width-1-2">
{IF $GEKOPPELD_EVENT}
{ldelim}article {$GEKOPPELD_EVENT}{rdelim}{ldelim}introtext{rdelim}{ldelim}/article{rdelim}
{/IF}
</div>
<div class="uk-width-1-2">
{IF $GEKOPPELD_EVENT2}
{ldelim}article {$GEKOPPELD_EVENT2}{rdelim}{ldelim}introtext{rdelim}{ldelim}/article{rdelim}
{/IF}
</div>
</div>
</div>
<div class="uk-width-1-3"></div>
</div>
Regards,
Rob