fifthandmissing
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Fixing WordPress
In reply to: Facebook featured image not working for some posts !This fix worked for us – adding this line of code into the header:
<meta property=”og:image:type” content=”image/jpeg” />
Forum: Fixing WordPress
In reply to: Facebook featured image not working for some posts !Hi Amir,
Just wondering if you managed to get this fixed? We’re running into the same issue.
Jason
Forum: Fixing WordPress
In reply to: Propertyware ProblemsIt 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…
Forum: Fixing WordPress
In reply to: Propertyware ProblemsThe code in question:
<link rel="stylesheet" href="https://www.propertyware.com/pw/website/widgets/pw_widgets_v2.css" type="text/css" /> <script type='text/javascript' src='https://maps.google.com/maps?file=api&v=2&key=ABQIAAAA63UrhmC3qlhtdQP9SYaOxRSiIlm481mjupZotz17Rw4qHTtcdxR0dF3WfSLWXQeAmduC2PkpvGCzEQ'></script> <script type='text/javascript' src='https://www.propertyware.com/pw/website/widgets/config.jsp?wid=71139338'></script> <script type='text/javascript' src='https://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="https://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="https://www.google.com/cookies.html">How to enable cookies?</a> </div> </div> </div> </div> </form> </div> <!--Widget end-->
Viewing 4 replies - 1 through 4 (of 4 total)