Hello Alex,
thank you for taking a look into this.
I am aware of the position/variation override capabilty of SEBLOD and I make extensive use of that deature in my projects.
The SEBLOD templates kick in where in the Joomla com_content templates we have this line of code:
<?php echo $this->item->text; ?>
My problem described above is about choosing different Joomla templates for articles. I have 2 different templates for Joomla articles:
template/html/com_content/article/default.php
template/html/com_content/article/twocol.php
When editing an article in the backend Content->Article Manager, I have a dropdown field "Alternative Layout".
There I can choose which template to use for that article. In my case "default" or "twocol".
The problem is that, no matter what I choose in that dropdown, always the default layout gets parsed.