NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: markster on October 25, 2013, 04:10:44 PM

Title: Alert display affects page display
Post by: markster on October 25, 2013, 04:10:44 PM
I'm using the 3 section wide page layout option (PageHeaderTag/Actions/BasicLayout/far right option). I only have stuff happening in the middle section. On a form, when an alert message is triggered by an invalid entry, the alert message pops up at the top of the form under the header in red as it should, but everything else on the form (including all of the prompts, entry fields, etc.) is shifted to the left of the screen. Is this a bug? If not, how do I fix it.

Regards,

Mark
Title: Re: Alert display affects page display
Post by: markster on October 26, 2013, 06:53:47 AM
I forgot to mention that after a valid entry is made, the alert message does not go away.

Mark
Title: Re: Alert display affects page display
Post by: Bruce on October 27, 2013, 10:04:44 PM
any chance of an example Mark? I'm guessing it's a CSS issue - possibly in the theme you are using.

cheers
Bruce
Title: Re: Alert display affects page display
Post by: markster on October 28, 2013, 12:09:53 PM
I'm using ShoeStrap2. I'll try and isolate an example for you.

Mark
Title: Re: Alert display affects page display
Post by: bijan on October 28, 2013, 01:05:31 PM
Hi Mark,

Try changing the theme and see if it makes any difference.

http://127.0.0.1:88?_theme_=themename

Regards

Bijan
Title: Re: Alert display affects page display
Post by: Stu on October 28, 2013, 05:45:54 PM
Hi Mark,

Sounds like a float/positioning layout issue.

Does Firebug give you any indication of what's going on?
Title: Re: Alert display affects page display
Post by: markster on October 29, 2013, 10:16:08 AM
Changing themes solved the problem. So I deleted the errant theme folder from my app path and recopied it from the NetTalk folder.  Seems to have cleared the problem. Thanks for the help.

Regards,

Mark