NetTalk Central

Author Topic: Alert display affects page display  (Read 3800 times)

markster

  • Full Member
  • ***
  • Posts: 204
    • View Profile
    • Email
Alert display affects page display
« 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

markster

  • Full Member
  • ***
  • Posts: 204
    • View Profile
    • Email
Re: Alert display affects page display
« Reply #1 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Alert display affects page display
« Reply #2 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

markster

  • Full Member
  • ***
  • Posts: 204
    • View Profile
    • Email
Re: Alert display affects page display
« Reply #3 on: October 28, 2013, 12:09:53 PM »
I'm using ShoeStrap2. I'll try and isolate an example for you.

Mark

bijan

  • Jr. Member
  • **
  • Posts: 55
    • View Profile
    • Email
Re: Alert display affects page display
« Reply #4 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

Stu

  • Hero Member
  • *****
  • Posts: 510
    • View Profile
    • Email
Re: Alert display affects page display
« Reply #5 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?
Cheers,

Stu Andrews

markster

  • Full Member
  • ***
  • Posts: 204
    • View Profile
    • Email
Re: Alert display affects page display
« Reply #6 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