ohorses
Forum Replies Created
-
Forum: Plugins
In reply to: [Read more By Adam] PHP errorsThank you, that fixed it. I wonder how many other problems that has caused in the past??
Close ticked.WOWW! Thanks, finally after a week of trying…
So in the end all we had to do was change the height. we were trying to change the width..
who knew?:)
Close ticket..again THANKS!Hellow?
So… Jotform suggest using the “Iframe” code without the <script> part of the code above.
The form opens but is way too narrow, any ideas?Thanks for trying to help. I got the shortcode installed, but it still does not open for me.
[jotform id=”200416039556149″]
I did also get the frame code to work except it was way too narrow inside the popup.
I tried changing the min width from 100% to 700px but that did not help either.<iframe id=”JotFormIFrame-NaN” title=”undefined” onload=”window.parent.scrollTo(0,0)” allowtransparency=”true” allowfullscreen=”true” allow=”geolocation; microphone; camera” src=”https://www.jotform.com/NaN” frameborder=”0″ style=” min-width: 100%; height:undefinedpx; border:none;” scrolling=”no” > </iframe> <script type=”text/javascript”> var ifr = document.getElementById(“JotFormIFrame-NaN”); if(window.location.href && window.location.href.indexOf(“?”) > -1) { var get = window.location.href.substr(window.location.href.indexOf(“?”) + 1); if(ifr && get.length > 0) { var src = ifr.src; src = src.indexOf(“?”) > -1 ? src + “&” + get : src + “?” + get; ifr.src = src; } } window.handleIFrameMessage = function(e) { if (typeof e.data === ‘object’) { return; } var args = e.data.split(“:”); if (args.length > 2) { iframe = document.getElementById(“JotFormIFrame-” + args[(args.length – 1)]); } else { iframe = document.getElementById(“JotFormIFrame”); } if (!iframe) { return; } switch (args[0]) { case “scrollIntoView”: iframe.scrollIntoView(); break; case “setHeight”: iframe.style.height = args[1] + “px”; break; case “collapseErrorPage”: if (iframe.clientHeight > window.innerHeight) { iframe.style.height = window.innerHeight + “px”; } break; case “reloadPage”: window.location.reload(); break; case “loadScript”: var src = args[1]; if (args.length > 3) { src = args[1] + ‘:’ + args[2]; } var script = document.createElement(‘script’); script.src = src; script.type = ‘text/javascript’; document.body.appendChild(script); break; case “exitFullscreen”: if (window.document.exitFullscreen) window.document.exitFullscreen(); else if (window.document.mozCancelFullScreen) window.document.mozCancelFullScreen(); else if (window.document.mozCancelFullscreen) window.document.mozCancelFullScreen(); else if (window.document.webkitExitFullscreen) window.document.webkitExitFullscreen(); else if (window.document.msExitFullscreen) window.document.msExitFullscreen(); break; } var isJotForm = (e.origin.indexOf(“jotform”) > -1) ? true : false; if(isJotForm && “contentWindow” in iframe && “postMessage” in iframe.contentWindow) { var urls = {“docurl”:encodeURIComponent(document.URL),”referrer”:encodeURIComponent(document.referrer)}; iframe.contentWindow.postMessage(JSON.stringify({“type”:”urls”,”value”:urls}), “*”); } }; if (window.addEventListener) { window.addEventListener(“message”, handleIFrameMessage, false); } else if (window.attachEvent) { window.attachEvent(“onmessage”, handleIFrameMessage); } </script>
Forum: Plugins
In reply to: [Essential Real Estate] Map does not show All States with listingsSo..the default appears to be whatever “status” is listed 1st in the status bar. (Currently – For Rent )
Also, the “Status” does not show up as a drop down option in the form even tho it si set to “true”.
https://staging1.bwsites.net/property-search/Forum: Plugins
In reply to: [Essential Real Estate] Map does not show All States with listingsWell…
It urns out,,,when I activate the “Status Bar” in the map, it does show the cities and states when proper status is selected. So it seems to work OK ONLY when the black status bar is activated.SO..you need to fix the fact that when the advanced search is in “Form” mode, (No Statue Bar) the system seems to be defaulting to “Newely Listed” (I do not list any “Newly Listed” in TX and GA.)
Forum: Plugins
In reply to: [Essential Real Estate] Map does not show All States with listingsMy computer/browser show ALL states listed in back end.
I updated the missing states yesterday. Some states that showed a given city did not have a state or showed the wrong state.
But it still does not work correctly.
Perhaps create catalog pages, this will put only products with same catagory on those pages.
Forum: Themes and Templates
In reply to: [evolve] Fatal Error after updating themeThat’s not fair – we have had this theme for over 4 years, we should be grandfathered in !!!
Forum: Themes and Templates
In reply to: [evolve] Fatal Error after updating themeOne more thing – How to remove the blog/page post from front page.
It is the only thing that shows in the WP editor – do you think, if I deleate what is showing there, it will remove from front page?Forum: Themes and Templates
In reply to: [evolve] Fatal Error after updating themeSorry, got the content box to appear,,still need 2 more images for slider..
Forum: Themes and Templates
In reply to: [evolve] Fatal Error after updating themeAnd now – the content boxes won’t load on front page. The Blog,Page saws “Reorder Only”
Forum: Themes and Templates
In reply to: [evolve] Fatal Error after updating themeWell…Now after updating, the system only allows 2 images in the front slider, we used to have 4.
Forum: Themes and Templates
In reply to: [evolve] Fatal Error after updating themeThat does not work with bootstrap enabled.. sooo???