A situation may arise where you will need to setup a dropzone in pagebuilder to be hidden for desktop view. Because of this, the dropzone will be hidden from view even in edit mode. There are a couple of ways around this issue listed below.
- Resize the browser window. Because the view is hidden, if you haven't specified the invisible option for smaller dropzones, you can shrink the browser window down to allow you to see the column and change the property.
- Add the code from the Page_Load event in the .cs file and the tags from the .aspx page into your template. You will see a new link in your toolbar called Show Hidden Desktop View when there is a hidden-lg class added via pagebuilder to the template
Code Download
Please sign in to leave a comment.