• We built a WP site for a client who has integrated a few Propertyware modules into three pages. Two of them are working without any problems (other than some apparent CSS issues) but the third module is simply not functioning.

    The Propertyware techies aren’t offering any support. Has anyone run into similar problems? Solutions?

    Any geniuses who can look at the page and figure out what’s going wrong?

    NOT WORKING: http://charlestonpc.com/available-properties/

    WORKING: http://charlestonpc.com/owner-portal/

    Thanks in advance,
    FM

Viewing 5 replies - 1 through 5 (of 5 total)
  • It’s pretty difficult to troubleshoot the issue you’re talking about without seeing the code first hand. You may be better off hiring a consultant to dive in and look at the code for you.

    Thread Starter fifthandmissing

    (@fifthandmissing)

    The code in question:

    <link rel="stylesheet" href="http://www.propertyware.com/pw/website/widgets/pw_widgets_v2.css" type="text/css" />
                                        <script type='text/javascript' src='http://maps.google.com/maps?file=api&v=2&key=ABQIAAAA63UrhmC3qlhtdQP9SYaOxRSiIlm481mjupZotz17Rw4qHTtcdxR0dF3WfSLWXQeAmduC2PkpvGCzEQ'></script>
                                        <script type='text/javascript' src='http://www.propertyware.com/pw/website/widgets/config.jsp?wid=71139338'></script>
                                        <script type='text/javascript' src='http://www.propertyware.com/pw/website/widgets/pw_widgets_v2.js?sid=71598090'></script>
                                        <!--Widget start-->
    <div class="pw-skin-portal  widget_version_2">
    
    <form id="portalLoginForm" name="portalLoginForm" action="#" method="post">
        <input type="hidden" name="loginType" value="Owner" id="loginType"/>
        <div class="yui-b" style="text-align: center">
            <div class="yui-gd">
                <div class="yui-u first">
                    <table>
                        <tr>
                            <td width="150" valign="top" style="padding: 10px">
                                <div id="loginDiv" style="">
                                    <h2>Secure Login</h2>
    
                                    <table class="edit">
                                        <tbody>
                                        <tr>
                                            <th>Email Address</th>
                                        </tr>
                                        <tr>
                                            <td><input type="text" name="username" value="" id="username"/></td>
                                        </tr>
                                        <tr>
                                            <th>Password</th>
                                        </tr>
                                        <tr>
                                            <td>
                                                <input type="password" name="password" id="password"/>
                                            </td>
                                        </tr>
    
                                        </tbody>
                                    </table>
                                    <div class="primaryButtons">
                                        <input type="button" id="loginForm_0" value="Sign In" class="button" onclick="portalLogin();"/>
    
                                    </div>
                                    <p style="padding-top: 1em"><a href="portalOwnerForgotPassword()">Forgot your password?</a></p>
                                    <p style="padding-top: 1em"><strong>Don't have an Account?</strong> Signing up is easy, fast and secure.</p>
                                    <div class="primaryButtons">
                                        <a href="portalOwnerSignUp()"><span>Sign up</span></a>
                                    </div>
                                </div>
                            </td>
                            <td align="right" valign="top" style="padding: 10px">
                                <div>
                                    <img width="320" height="242" src="http://pwimageserver.com/pw/portals/templates/default/images/bg_owner_splash3.png" />
                                </div>
                            </td>
                        </tr>
                    </table>
                    <div  class="errorBox" id="cookieError" style="width:100%;display:none;border:2px solid aliceblue;padding:3px;margin:0;height:380px ">
                        <h3 style="font-size:16px">Cookies not enabled</h3>
                        <ul style="margin:15px">
    
    <li>In order to login and use the Owner Portal, you must have cookies enabled on your browser.</li>
    
    <li> Please access your browser's internet options, and enable cookies from the Privacy area, then log into your account.</li>
                        <a href="http://www.google.com/cookies.html">How to enable cookies?</a>
                    </div>
                </div>
            </div>
        </div>
    
    </form>
    </div>
    <!--Widget end-->

    It looks like the PropertyWare plugin is working on your site now. Mind telling me what you did to fix it? I’m having the same issue and their support hasn’t been much help. Thanks!

    Thread Starter fifthandmissing

    (@fifthandmissing)

    It was a while ago but from memory, we ended up using an iframe plugin and loading the code from an external HTML page.

    We also asked PropertyWare to ensure their coding was correct, which it wasn’t, on multiple occasions…

    Thanks for the reply. That worked. Their support isn’t very helpful 🙂

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Propertyware Problems’ is closed to new replies.