palmershire
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: RighTune CodingI used the following code as described (using the “text” button within the page), but it isn’t working:
<script> var _mgage = _mgage || []; _mgage.push([‘_setAccount’, ‘_hde47hisv805rs1i’]); var _mgagePlayer = _mgagePlayer || {}; _mgagePlayer.position = ‘tr’; _mgagePlayer.theme = ‘white’; _mgagePlayer.workingHours = false; (function (window, document) { var loader = function () { var script = document.createElement(“script”), tag = document.getElementsByTagName(“script”)[0]; script.src = “http://cdn.rightune.com/api/assets/javascripts/player.min.js”; tag.parentNode.insertBefore(script, tag); }; window.addEventListener ? window.addEventListener(“load”, loader, false) : window.attachEvent(“onload”,loader); })(window, document); </script>
Forum: Themes and Templates
In reply to: Frau; Read MoreI discovered the Frau theme by doing a dashboard search of themes within WordPress.
Forum: Themes and Templates
In reply to: [Frau] Absent Column Background & HTML tagsThis code worked, thanks…
/*This code inserts the white background behind the main body text*/
.hentry.page {
padding:20px;
background:#fff;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:1px solid #bababa;
box-shadow:0 0 2px #a3a3a3;
}Forum: Themes and Templates
In reply to: [Frau] Slider Not AdvancingAfter uninstalling WordPress and reinstalling it, I did find that it was a testimonial plugin.
Forum: Themes and Templates
In reply to: [Frau] Absent Column Background & HTML tagsThe code works under the main body content, but shifts the blog body text to look distorted. Please help. Thanks!
Thanks all!