David_G
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Moving WP to new hosting with problemsIf the Database is still on the old server then download the database and go from there.
Forum: Fixing WordPress
In reply to: Deleted wp configStrongly suggest backing up your site and Database files on your host, then it’s only a couple clicks to restore.
Forum: Fixing WordPress
In reply to: Prevent images from being accessible via URLAll your images have a url otherwise your site cannot find them to display the images. If you view the post full sized you will likely find the featured images also show the link to their url. If you want the images to be clickable to another URL (like your site home page or to the post it’s attached to then that is possible)
You could go to your posts and add a link to your images. You can click on the images in your post visual editor then add the link or you can use the text editor and manually edit the images to add a link. Here is an example.
<a href="http://mysite.com"><img class="aligncenter size-full wp-image-176" src="http://mysite.com/wp-content/uploads/image.png" alt="My Alt Tags" width="250" height="100" /></a>Forum: Fixing WordPress
In reply to: New User Registration problemA site link would help.
Where did you go to purchase your WP site?Forum: Plugins
In reply to: Google Analytics PluginYou can get the html snippet from google and upload it by ftp to your root also, then you don’t need a plugin.
Forum: Fixing WordPress
In reply to: Prevent images from being accessible via URLIt’s not a bug.
Forum: Fixing WordPress
In reply to: new webmaster / taking over existing WP website1: You will need ADMINISTRATOR access to the WP Site
2: Ask them to create a FTP account on GoDaddy for you linked to that domain.Forum: Fixing WordPress
In reply to: How to Align Three Div in One Row on Mobile Browser?Might I suggest changing to a “responsive theme” to accomplish what you want to do. Then you won’t need a mobile theme. One of the best supported “responsive themes” is called “Customizr”. A responsive theme adapts to small (mobile) screen sizes more efficiently.
Forum: Fixing WordPress
In reply to: Website loading very slowTest your site on these links. There is a plugin that will help with Leveraged Browser Caching
Forum: Fixing WordPress
In reply to: Have an Index.html in same root of my WordPress blog (public_html)I am sorry it didn’t work. I haven’t setup a landing page, I generally use default.html to redirect users to a different site while I am working on the main site when there’s a problem. Reading about landing pages though is interesting and there seems to be no great solutions in regards to WP. I did see a reference to a plugin however you may want to check out.
https://wordpress.org/plugins/landing-pages/Forum: Fixing WordPress
In reply to: Have an Index.html in same root of my WordPress blog (public_html)Try changing the index.html to default.html. That other site works, open the page source on her landing page. CTRL U will do that.
I know I have redirected sites with default.html, try renaming and see what happens.
Forum: Fixing WordPress
In reply to: How do I clear the default posts/pictures etc from my front page?Try posting in the themes forum.
https://wordpress.org/support/theme/profitmagForum: Fixing WordPress
In reply to: Site redirecting to McAfee by itselfThe site is being redirected, the interim link before McAfee is:
http://lab.kaizenet.com/base.php?c=124&key=a3d3b1f93ec95538028ed57c7b76c846Just an observation and a quick print screen.
Forum: Fixing WordPress
In reply to: Have an Index.html in same root of my WordPress blog (public_html)Just a quick question, what is it you are trying to do. Do you want only certain people to be able to see the site (login users) or keep the search engines from indexing the site? or none of the above..
Forum: Fixing WordPress
In reply to: Have an Index.html in same root of my WordPress blog (public_html)Yes, you can create a html file and either call it default or index, (personally I use default.html) and then you create a link in the page. below is an example, the link word in this case would be ENTER.
<a href="http://rememberingmymother.com/index.php">ENTER</a>