ifyouwillit
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 4.0 never appearedAwesome. So that others don’t think this thread needs additional replies, please mark as resolved.
Forum: Installing WordPress
In reply to: How to link blog sitemap to main site's sitemap?Cool, please mark this thread as resolved. ??
Forum: Fixing WordPress
In reply to: scheduled entry not postingGreat! Please mark this thread as resolved ??
Forum: Fixing WordPress
In reply to: scheduled entry not postingYou might want to check this plugin out: https://www.ads-software.com/plugins/wp-missed-schedule/
Sometimes this can be an issue with the scheduling function taking too long to run.
Forum: Fixing WordPress
In reply to: scheduled entry not postingYou might want to check this plugin out: https://www.ads-software.com/plugins/wp-missed-schedule/
Sometimes this can be an issue with the scheduling function taking too long to run.
Forum: Fixing WordPress
In reply to: Trouble with ShortlinksI had a similar problem. I disconnected and re-connected Jetpack.
Forum: Fixing WordPress
In reply to: Typo Theme "Leave a Reply" RemovalTry disabling comments on the specific post. Otherwise, you might check with the Theme developer.
Forum: Fixing WordPress
In reply to: Javascript not workingIt appears as though the old page uses the following code for the extra features:
<script type="text/javascript"><!-- var arrOnImages = Array(); var arrOffImages = Array(); var intLastItem = 0; function showBio(intId){ //hide last var objEl = false; if (intLastItem > 0){ objEl = document.getElementById("d"+intLastItem); if (objEl){ objEl.style.display = "none"; } objEl = document.getElementById("i"+intLastItem); if (objEl){ objEl.src = arrOffImages[intLastItem]; } } objEl = document.getElementById("d"+intId); if (objEl){ objEl.style.display = "block"; } objEl = document.getElementById("i"+intId); if (objEl){ objEl.src = arrOnImages[intId]; } intLastItem = intId; return false; } --></script>
When you add JavaScript through the WordPress visual editor, it will be stripped out. You have a few options:
-
Create a plugin to enqueue the JavaScript
https://codex.www.ads-software.com/Function_Reference/wp_enqueue_script-
User a header/footer plugin (and add the javascript to the header) like this one: https://www.ads-software.com/plugins/header-footer/
-
Turn off the visual editing feature of the editor and only use code view. https://www.ads-software.com/support/topic/turning-off-visual-editor?replies=3
JB, have you attempted to login to your site since you deleted your admin account?
Forum: Fixing WordPress
In reply to: scheduled entry not postingIs this a new installation of WordPress? If so, was it installed manually or through a web host’s auto-installer?
Forum: Fixing WordPress
In reply to: Domain mapping issueHey Heather, you might try posting this question at https://en.support.wordpress.com/. Since it’s an issue of how WordPress.com handles the domain, you might get a quicker / more complete response.
Forum: Installing WordPress
In reply to: WordPress 4.0 Corrupted Twenty Eleven ThemeHave you attempted to restore the files using sFTP? Suggest downloading WordPress from www.ads-software.com and uploading the theme directory for Twentyeleven.
Forum: Installing WordPress
In reply to: How to link blog sitemap to main site's sitemap?Check out sitemap index files. https://support.google.com/webmasters/answer/71453?hl=en
You’ll want to reference your blog sitemap from your sitemap index file.
Forum: Installing WordPress
In reply to: Setup Email not ReceivedCan you post the URL please?
Forum: Fixing WordPress
In reply to: 4.0 never appearedHey FlickWho, it’s Mendel from GoDaddy. Shawn has it right. Our Managed WordPress hosting plans are being updated even as we type, and the update will automagically hit your account within the next 24hrs (but probably less). All new accounts since this morning have been on 4.0, btw. Let me know if you have any questions.