Forum Replies Created
-
AuthorPosts
-
bret.miller
ParticipantThank you.
bret.miller
ParticipantYes, it appears that Newsletter and Quick Cache are not compatible. Deactivating Quick Cache fixes Newsletter, but I can’t run without good caching or the server runs out of memory too often. At least we know what is causing the problem and how to work around it.
bret.miller
ParticipantThat is part of the admin bar. It should read something like what I pasted below (from another admin page). I’m not sure how your code gets smashed on top of the admin bar. That’s the only place I’ve seen it misbehave. You can get a copy of the whole problem page here: http://files.gci.org/new-email-blank-page.htm
<li id=”wp-admin-bar-user-info” class=””><a class=”ab-item” tabindex=”-1″ href=”http://update.gci.org/wp-admin/profile.php”><img alt=” src=’http://0.gravatar.com/avatar/2105b8a16b84bc0f4277460dafafe562?s=64&d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D64&r=G’ class=’avatar avatar-64 photo’ height=’64’ width=’64’ /><span class=’display-name’>support</span></a></li>
<li id=”wp-admin-bar-edit-profile” class=””><a class=”ab-item” tabindex=”10″ href=”http://update.gci.org/wp-admin/profile.php”>Edit My Profile</a></li>
<li id=”wp-admin-bar-logout” class=””><a class=”ab-item” tabindex=”10″ href=”http://update.gci.org/wp-login.php?action=logout&_wpnonce=df828c983d”>Log Out</a></li></ul></div></li>
bret.miller
ParticipantYes, I can go back to the list and edit the new email from there. No javascript error is displayed in the console. In reviewing the page source, I notice that the newsletter script that attempts to add a function at document load is run before jQuery is loaded by WordPress. Perhaps it would be better to insert that code immediately before </head> as opposed to immediately after </title>. Doing it so early could cause issues if other scripts aren’t as well-behaved…
It’s just a guess since obviously the code is there but isn’t executed.
As far as the link, I can see why it isn’t displayed. It is being added to the admin bar in the “Howdy…” account menu.
<li id=”wp-admin-bar-my-account” class=”menupop with-avatar”><a class=”ab-item” tabindex=”10″ aria-haspopup=”true” href=”http://update.gci.org/wp-admin/profile.php” title=”My Account”>Howdy, support<img alt=” src=’http://0.gravatar.com/avatar/2105b8a16b84bc0f4277460dafafe562?s=16&d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D16&r=G’ class=’avatar avatar-16 photo’ height=’16’ width=’16’ /></a><div class=”ab-sub-wrapper”><ul id=”wp-admin-bar-user-actions” class=” ab-submenu”>
<li id=”wp-admin-bar-user-info” class=””><a class=”ab-item” <script>
location.href=”admin.php?page=newsletter/emails/edit.php&id=188″;
</script>
<div class=”wrap”>
<p>If you are not automatically redirect to the composer, <a href=”admin.php?page=newsletter/emails/edit.php&id=188″>click here</a>.</p>
</div>
bret.miller
ParticipantThere is wordpress menu on the left, but nothing in the main area at all.
-
AuthorPosts