0

In my template (fileadmin/templates/index.html) I have inserted the word "test". As you see the view of TemplavoilĂ  "test" appears.

enter image description here

I am trying to update the mapping but when I click on save, clear the cache and reload the frontend, nothing really happens. I can't find the word test on the frontend, not even in the source code. What am I doing wrong?

Pom Canys
  • 369
  • 2
  • 5
  • 16
  • It's really hard to guess what's wrong... Is `div id="Top_Meta"` mapped to some Data Element already ? (maybe _Metamenu_ ???) in such case it will not apear as Data Element overrides it... insert `Test1` **BEFORE** `
    ...` update the mapping, clear the cache and check again
    – biesior Oct 22 '15 at 20:43

1 Answers1

0

TemplaVoila templates are stored in the database. You have to save inside the mapping wizard again in order to update the copy in the database. Clearing the cache will have no effect until then.

pgampe
  • 4,531
  • 1
  • 20
  • 31