close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Security Assist and Css Sculptor sizing issue with forms

Thread began 7/27/2011 2:17 pm by rg353713 | Last modified 7/28/2011 11:14 am by Jason Byrnes | 1613 views | 3 replies |

rg353713

Security Assist and Css Sculptor sizing issue with forms

Hello,

2 Questions:

1. I am using CSS Sculptor and have a 2 column site with the right as the thinner of the 2 along with a header, top navigation and a footer. I have made the width an even 1000px. The right column is 250px and the left is 750px.

When I apply this template to the login or registration page and put my content on the left side via an editable region its to wide and will not allow the columns to line up. If I add content to the right side it forces the log in or registration information on the left side to move down rather than lining up horizontal.

How do you make the form widths smaller so they do not overlap and stop the columns from lining up?

2. In security assist how can you disable the feature so if someone clicks in a login or password box then clicks away that it does not post the error please enter a value instantly?

Thanks,
Robert

Sign in to reply to this post

Jason ByrnesWebAssist

1) there is most likely a css class that needs to have an overflow: hidden property added, if you could post a link, I could find out for sure.

2) near the bottom of the page is a javascript block that creates the spry validation. Removing that script will prevent the errors. once i see the page in the browser, I can tell you exactly what code needs to be removed.

Sign in to reply to this post

rg353713

Here is the link to the pages.

login.php

registration.php

Thanks,
Robert

Sign in to reply to this post

Jason ByrnesWebAssist

in the CSSSculptor/2ColumnFixedRightSidebarHeaderandFooter_CaboSunset_css/screen.css file, checnge:

#outerWrapper #contentWrapper #content {
margin: 0 220px 0 0;
padding: 10px;
width: 708px;
}

to:
#outerWrapper #contentWrapper #content {
margin: 0 220px 0 0;
padding: 10px;
width: 708px;
overflow: hidden;
}


on the login page, the follokwing code initializes the spry validation:
<script type="text/javascript">
<!--
var Log_In_group_Email_Spry = new Spry.Widget.ValidationTextField("Log_In_group_Email_Spry", "email", { minChars:6, maxChars:500 , validateOn:["blur"]});
var Log_In_group_Password_Spry = new Spry.Widget.ValidationPassword("Log_In_group_Password_Spry", { minAlphaChars:3, maxAlphaChars:500, minNumbers:2, maxNumbers:500, minSpecialChars:0, maxSpecialChars:0, minChars:6, maxChars:500, isRequired:true , validateOn:["blur"]});
//-->
</script>

delete that, it will be similar code on the registration page.

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...