Dave Naylor
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp-admin blocked by rogue codeIt should overwrite it, probably asking you if that’s OK if before it does.
Forum: Fixing WordPress
In reply to: My site is hackedI sympathise with you, but to clean a compromised WordPress site and then secure it properly isn’t a trivial task.
Forum: Fixing WordPress
In reply to: wp-admin blocked by rogue codeSelect it in CyberDuck and hit upload. You could probably drag and drop it into the directory on the remote server.
Forum: Fixing WordPress
In reply to: Formatting photos and text on a pageAdd
clear: both;to the paragraph elements containing the images and text.Forum: Fixing WordPress
In reply to: wp-admin blocked by rogue codeSure, it’s not my favourite but it’ll do 🙂
Forum: Fixing WordPress
In reply to: Can't log in, can't remember password, email doesn't workI know your username. It begins with to and ends with an.
Forum: Fixing WordPress
In reply to: My site is hackedOh dear! Here are some resources to assist you:
http://codex.wordpress.org/FAQ_My_site_was_hacked
http://wordpress.org/support/topic/268083#post-1065779
http://smackdown.blogsblogsblogs.com/2008/06/24/how-to-completely-clean-your-hacked-wordpress-installation/
http://ottopress.com/2009/hacked-wordpress-backdoors/Additional Resources:
http://sitecheck.sucuri.net/scanner/
http://www.unmaskparasites.com/
http://blog.sucuri.net/2012/03/wordpress-understanding-its-true-vulnerability.html
http://codex.wordpress.org/Hardening_WordPress
http://www.studiopress.com/tips/wordpress-site-security.htmForum: Fixing WordPress
In reply to: user login module for wordpressThis codex page will be of use to you:
Forum: Fixing WordPress
In reply to: wp-admin blocked by rogue codeOK, you’re going to have to login using FTP then. Simply navigate to wp-content/your-theme/ then download and edit functions.php, then re-upload.
Forum: Fixing WordPress
In reply to: Any way to remove space between rows in Visual Editor?The three divs that make up the centre of the page all have this css:
.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button { margin-bottom: 35px; }So they all have a 35px margin at the bottom.
Personally, I think it looks fine as it is.
Forum: Fixing WordPress
In reply to: Only 3 images are visible in postThe missing images look like this:
<img src="http://dreamtime-photo.com/wp-content/themes/prophoto5/images/blank.gif" data-lazyload-src="http://dreamtime-photo.com/wp-content/uploads/2014/01/Eliza_portrait_signed.jpg" class="size-full wp-image-857 aligncenter ov-done" width="980" height="653" alt="newborn Elisa portrait">The
data-lazyload-srcpart tells me you’re using a script or plugin to manipulate the loading of images to speed up page load. However, clearly it’s not working properly.Can you disable that feature of your site to see what happens?
Forum: Fixing WordPress
In reply to: Home Page will not startDelete index.html in the root of your WordPress installation. And lols at the mega use of
Forum: Fixing WordPress
In reply to: Unable to search plugins or connect to jetpackThis is most likely a hosting problem. Connections to api.wordpress.org are done over https and your server is failing. It could be a temporary issue but you may want to ask your hosts if the server has the
opensslPHP extension andcURLwith HTTPS support.Forum: Fixing WordPress
In reply to: Wrong visitors log fileIf your question is plugin specific, you’re probably better off posting in the plugin’s dedicated forum:
Forum: Fixing WordPress
In reply to: Fatal Error Code! Please help!You are using WordPress 3.3.2. wp_get_theme was introduced in 3.4.0 so it’s not available to you.
Upgrade WordPress.