Forum Activity for @douglas

douglas
@douglas
04/15/16 06:30:38AM
2,807 posts

Any Other Templates?


Design and Skin Customization

I'm in the US as well and can access the site with no issues.

I also think the design can be easily integrated with Site Builder and some CSS modifications as Paul has mentioned.
douglas
@douglas
04/14/16 10:50:38AM
2,807 posts

login page with help buttons


Design and Skin Customization

I'm seeing an issue with this too and will try to figure it out.

Thanks!
douglas
@douglas
04/13/16 04:04:02PM
2,807 posts

login page with help buttons


Design and Skin Customization

Sorry, I'm not understanding what you mean by the img element... can you explain more?

Thanks!
douglas
@douglas
04/13/16 06:10:52AM
2,807 posts

login page with help buttons


Design and Skin Customization

I just tested this code and it is working as it should be for me:

            {jrCore_form_create_session module="jrUser" option="login" assign="token"}
            <div id="jrUser_login_msg" class="page_notice form_notice error"></div>
            <form id="jrUser_login" name="jrUser_login" action="{$jamroom_url}/user/login_save" method="post" accept-charset="utf-8" enctype="multipart/form-data">
                <input type="hidden" id="jr_html_form_token" name="jr_html_form_token" value="{$token}">
                <input type="hidden" name="user_remember" value="off">
                user login <input type="text" id="user_email_or_name" class="form_text" name="user_email_or_name" value="">&nbsp;<input value="?" class="form_button form_help_button" title="expand help" onclick="$('#h_user_email_or_name').slideToggle(250);" type="button"><br>
                <br>
                <div id="h_user_email_or_name" class="form_help" style="display:none;">
                    <table class="form_help_drop">
                        <tbody>
                            <tr>
                                <td class="form_help_drop_left">
                                    please enter a valid email address or user name to log into the system.
                                </td>
                                <td class="form_help_drop_right">
                                </td>
                            </tr>
                        </tbody>
                    </table>
                </div>
                <br>
                password <input type="password" id="user_password" class="form_text" name="user_password" value="">&nbsp;<input value="?" class="form_button form_help_button" title="expand help" onclick="$('#h_user_password').slideToggle(250);" type="button"><br>
                <br>
                <div id="h_user_password" class="form_help" style="">
                    <table class="form_help_drop">
                        <tbody>
                            <tr>
                                <td class="form_help_drop_left">
                                    please enter your password
                                </td>
                                <td class="form_help_drop_right">
                                </td>
                            </tr>
                        </tbody>
                    </table>
                </div>
                <br>
                <img id="form_submit_indicator" src="{$jamroom_url}/skins/jrNova/img/submit.gif" width="24" height="24" alt="working...">
                <input type="button" id="jrUser_login_submit" class="form_button" value="login" tabindex="3" onclick="jrFormSubmit('#jrUser_login','{$token}','ajax');">
            </form>

Let us know if that works for you.

Thanks!
douglas
@douglas
04/12/16 09:13:34AM
2,807 posts

Menu for Mobile and Different screen sizes


Design and Skin Customization

I didn't see an issue looking at your site on my mobile phone.

There are some CSS classes used for mobile phones and tablets that will not work in a regular browser after resizing the window. Could this be what your seeing?

Thanks!
douglas
@douglas
04/12/16 05:57:56AM
2,807 posts

Menu for Mobile and Different screen sizes


Design and Skin Customization

If your looking at this via a desktop browser and just changing the size of the window, it isn't going to work that same as viewing it from a mobile device. The menus I believe are responsive, but there is a check to see if the device is a mobile device or not.
douglas
@douglas
04/07/16 08:50:16AM
2,807 posts

login page with help buttons


Design and Skin Customization

Okay, I'm not at my dev computer but will check this out and let you know what I find.
douglas
@douglas
04/07/16 06:52:52AM
2,807 posts

login page with help buttons


Design and Skin Customization

Try using just this instead:

<div id="jrUser_login_msg" class="page_notice form_notice error" style="display:none;">
</div>
douglas
@douglas
04/07/16 06:12:31AM
2,807 posts

login page with help buttons


Design and Skin Customization

Can you show me the entire code your using for the login form?
  108