On backend everything works fine it just doesn't render on front end page with using Html.Terratype() command, it looks like it should be there, but it isn't. It's not a css issue becuase when I put it in blank page it still doesn't render. Height of it is 0, but even if I raise it still nothing there. It was tried on multiple browsers. Umbraco is set to dll mode.
Thank you for the screenshot, that was really helpful. There should be a script tag in that block of html you posted, I don't know what is causing Umbraco 7.6 to stop it being outputted.
This looks like something I need to fix in my package.
I could suggest as a temporary fix your end, to add the missing script tags yourself to the top of your razor template
We managed to get it to partially work, if only "Basic map" is selected in developer settings option of the datatype then it works. But if anything else is selected it doesn't.
Terratype not working on Umbraco 7.6.
Map isn't displaying on page. It displays as empty div, no errors are thrown.
Hi Again,
I do feel we misunderstand each other, to solve your issue could you answer a few questions ?
Is this the Umbraco backend; a content node, a grid control, dataype configuration ?
Is this a front end page that you are rendering using the Html.Terratype() command ?
What browser are you using
I'm sorry, but you will need to give me some information so that I can try and solve.
Cheers
Jonathan
Hi!
On backend everything works fine it just doesn't render on front end page with using Html.Terratype() command, it looks like it should be there, but it isn't. It's not a css issue becuase when I put it in blank page it still doesn't render. Height of it is 0, but even if I raise it still nothing there. It was tried on multiple browsers. Umbraco is set to dll mode.
Thank you for the screenshot, that was really helpful. There should be a script tag in that block of html you posted, I don't know what is causing Umbraco 7.6 to stop it being outputted.
This looks like something I need to fix in my package.
I could suggest as a temporary fix your end, to add the missing script tags yourself to the top of your razor template
Tell me how it goes, but I'm really sorry for this. Hopefully I will get a few hours this weekend to issue a proper fix for Umbraco 7.6
Cheers
Jonathan
Thanks. Sorry I didn't expaneded the div. Here's full content, scripts are there.
We managed to get it to partially work, if only "Basic map" is selected in developer settings option of the datatype then it works. But if anything else is selected it doesn't.
Hi Anamarija,
Have a look at
https://our.umbraco.org/projects/backoffice-extensions/terratype/bugs-questions/85792-cant-get-zoom-option-working#271830
As I think you might have the same issue. I will be issuing a new package to fix that bug soon.
Cheers
Jonathan
is working on a reply...