Dropzone Elements not showing up

Hi,

when using a dev-pack component. The Elements thrown inside the one of the Dropzones (as seen in the screenshot) do not showing up. This component has 2 dropzones.

The Tooltip Dropzone is part of a template, which is used twice but within a if - else, so the code does not to be written twice. In the edit mode I am able to hide the tooltip (small red icon). So I am using the template in edit = true + hide = false and edit = true

very hard to tell what is going on here from the info/screenshots.

Does this happen in both a Custom Component and Dev Pack component?

Could you post either a project with a custom component or the raw template code that has this issue, then I can take a look :slight_smile:

Will do later.

Hi @ben,

I tested it with a local component that works. I might need to reimport and see how that goes. I will do some more test today and give you a feedback.

Did not forget it, its just a bit bigger to reproducing. In case I find the issue with the dev pack, I will send that pack via email to @dan

Thats what I was worried about:

Nevermind I got it reproduced. Its related to templates and dropzones. Same behavior in custom vs dev-pack.

elementsapp://downloadDocument/eauQlhosDHOz

Thanks for this, I’ll take a look asap!

Hi @ben, I am running Elements 0.6.9.

I have a DevPack which has from one to three drop zones, depending on how the properties are configured. Opened the project this morning and have noticed that the DevPack node has lost all its drop zones in the Page Layout (Node tab). However the drop zones and their content are shown in the Editor.

Here is what it looks like in Elements:

HI @ben

Now running 0.7.2. :slight_smile:

Just to clarify my post. The dropzone is shown in the node browser, it is just the anything you drop into the drop zone is not shown as a child of the dropzone. So it makes it almost impossible to move around the dropzone content.

I am using dropzones so that when a blog page is setup, the user can configure how the blog post should look, on both the list of posts and single post pages.

I have been encouraged by the forum software to create a new thread but realised there was one already! :slight_smile:

I am quoting below some of the discussion from the other thread as I think it may throw some light on this issue?

Interesting, yes I do.

I have 18 dropzones (nine unique) so each is defined twice. They are embedded in a lots of ‘@if@else’ statements depending on whether in edit mode / properties set etc. Each dropzone will only be shown once to the user having gone through the if/else logic.

@dan / @ben Does the above help with suggesting where this bug could be?