close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Delete Overlay Popup Not Showing

Thread began 9/22/2012 5:22 pm by Gary Young | Last modified 11/19/2012 7:55 am by Jason Byrnes | 1921 views | 7 replies |

Gary Young

Delete Overlay Popup Not Showing

Hello,

I have created the attached page with DB 108 and when clicking the delete button I get the overlay but no delete message box?? I found a thread suggesting replacing the position value in the .black_overlay and .messageContainer classes with fixed, but this made no difference. I am hoping this is an easy solution as all the others you have assisted with were.

Regards,

Gary

Attached Files
comingsoon_Detail1.zip
Sign in to reply to this post

Jason ByrnesWebAssist

i would need to see this in the browser to be able to trouble shoot.

I have created a support ticket so we can look into this issue further.

To view and edit your support ticket, please log into your support history:
supporthistory.php

If anyone else is experiencing this same issue, please append to this thread.

Sign in to reply to this post

Rune Brynestad

Did you find a solution for this? I have the same problem.

Regards
Rune

Sign in to reply to this post

Jason ByrnesWebAssist

The OP reported that uploading to the live server fixed the problem, they only had the problem testing locally.

I'll start an incident so that i can look into your pages.

Sign in to reply to this post

Rune Brynestad

I can't see any open support ticket. Please start an incident.

Files are uploaded to the live server, but are password protected. The problem is Internet Explorer only in this case.

Regards
Rune

Sign in to reply to this post

Jason ByrnesWebAssist

Ticket has been created.

Sign in to reply to this post

Gary Young

Originally Said By: Rune
  Did you find a solution for this? I have the same problem.

Regards
Rune  



Sorry for the delay, no I did not find a resolution to this issue, since it only happens locally I did not pursue it.

Gary

Sign in to reply to this post

Jason ByrnesWebAssist

for Rune, i corrected the problem by editing the .messageContent CSS:

.messageContent {
background-color:#FFF;
display: inline-block;
padding: 16px;
border: 16px solid grey;
z-index:1002;
overflow: auto;
margin: auto;"
#position: relative;
#top: -50%;
}

to:
.messageContent {
background-color:#FFF;
display: inherit;
padding: 16px;
border: 16px solid grey;
z-index:1002;
overflow: auto;
margin: auto;"
#position: relative;
#top: -50%;
}


basically, i changed:
display: inline-block;

to:
display: inherit;

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...