wpjobz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected errorThat should work but the approach I usually take is to delete everything from the folder and then upload the entire zip and unzip it on the server.
It should only take a couple of minutes so I would suggested removing everything and starting again rather than trying to troubleshoot out of the situation you are in now.
https://codex.www.ads-software.com/Installing_WordPress#Famous_5-Minute_Install
Forum: Fixing WordPress
In reply to: Need whole WordPress site moved to new domainIf you are going to use your bluehost to host both you could create an addon domain for stellarmarshal.co.uk. This will create a new directory.
To move wordpress there you would copy the files from where there are now to the new directory.
In this scenario its on the save server so the database wouldn’t need to change so you would just then need to change the url.
Forum: Fixing WordPress
In reply to: 'Error establishing a database connection' only on adminCheck your wp-config db, username / password etc. are all correct
https://www.ads-software.com/support/topic/database-connection-error-to-wp-adminCheck the url in your db
https://codex.www.ads-software.com/Changing_The_Site_URL#Changing_the_URL_directly_in_the_databaseForum: Fixing WordPress
In reply to: Need whole WordPress site moved to new domainHi Ian,
There are some pretty good guides here https://codex.www.ads-software.com/Moving_WordPress
Forum: Fixing WordPress
In reply to: How to stop redirecting from WWW to non WWWYou can setup a 301 redirect which will always direct traffic to the www. It does have a bit of a performance impact thought as redirects are a bit slow.
To setup a 301 redirect you can use your cpanel. You can achieve the same thing with wordpress plugins but they will be slower.
Google should update over a period of time.
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected errorCan you describe the process you used to install it.
Forum: Fixing WordPress
In reply to: CSS does not load in smaller devices after 4.1.1 updateCheck your jetpack settings. It looks like you might have a module enabled that shows the minileven theme which is specially designed for mobiles but obviously is very different from your theme.
Forum: Fixing WordPress
In reply to: WordPress URL changed to Domain URLYou’ll need to login to your webhost to access either the files or sql database directly
Forum: Fixing WordPress
In reply to: Remove page title area from all pagesDid you get this sorted? I can’t see any grey area taking up space.
The approach I take is to use the jetpack plugin which has a menu option editing the css. Appearance > Edit Css
Then you can select the css class you want to remove and put the code in there.
Forum: Fixing WordPress
In reply to: How to remove Comment section -evolve theme-if you want to remove them from a particular page, simply uncheck the Allow comments. option under Discussion.
Forum: Fixing WordPress
In reply to: Help! Adsense disappears after 5 minutes in a New PostIt sounds like its probably something you should be asking in the adsense forum.
Have you got a link to a page where it has disappeared unexpectedly.
Forum: Fixing WordPress
In reply to: 301 redirect removeHow did you setup the 301 redirect?
Unrelated to your question but you might want to also check how many of your visitors are from mobile devices. If you have a large % then you should also consider making your website responsive. As it stands now it fails google’s mobile friendly test.
Forum: Fixing WordPress
In reply to: Registration formI haven’t tried it but Ninja forms is free and should be worth a look.
Forum: Fixing WordPress
In reply to: Text or Graphics what does Google think of a Landing Page?That link I sent isn’t entirely the whole picture. I use the revolution slider for the main image and also aqua page builder which allows you to then stack other content under it.
Forum: Fixing WordPress
In reply to: Hiding current menu itemCan you put a link to your site?