Page 1 of 1

I cannot view my pop up in the editor

Posted: Tue Sep 01, 2015 11:03 am
by Joe Sharples

I am using outline view, selecting the pop up and toggling the eye icon. the icon is switching between visible and not but the popup is not appearing on the editor.


I cannot view my pop up in the editor

Posted: Tue Sep 01, 2015 11:17 am
by Joe Sharples

Problem solved.

I am using css to remove the border.

.ui-popup {
position: relative;
border: 0 !important;
}

after removing this it work. I will just have to add it back in at the end


I cannot view my pop up in the editor

Posted: Tue Sep 01, 2015 1:15 pm
by Serhii Kulibaba

Hello,

Sorry, do you need further assistance?


I cannot view my pop up in the editor

Posted: Tue Sep 01, 2015 3:35 pm
by Joe Sharples

Hi Sergiy,
no i don't need further assistance, i will just add the css asset back once i have finished editing the popup.

Ideally it would be good if the popup remained editable in the builder with the css assets active. maybe this could be fixed in future builder updates.