[TYPO3-templavoila] Re: TemplaVoila "No content found!"

Bosco Montenegro montenegro.bosco at gmail.com
Fri Dec 11 16:46:00 CET 2015


Hello

I'm no expert in Typo3 but this error happened to me when I had mapped the same html part to two templevoila elements at the same time. Once I changed one of the two elements the problem disapered. I hope this helps you.

Example:

Element 1 ..... mapped to <div id="mydiv"></div>
Element 2 ..... mapped to <div id="mydiv"></div>

Fix:

Element 1 ..... mapped to <div id="mydiv"></div>
Element 2 ..... mapped to <div id="otherdiv"></div>


More information about the TYPO3-project-templavoila mailing list