LawrenceUWD
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Website Problems With WordPressHi santeven
There is a functions.php file. There must be something with the CSS/theme that is not working properly. It’s telling me that the CSS is missing, however the files are in their correct locations.
santeven, fine observation! There is PHP files for the pages which were my theme files. However the client was not happy with that as those files are PHP and if he wanted to edit website content he would need to edit the code. He wants to edit the content from the WordPress visual editor, so I disabled those files. They are not being used. Only the index.php, header.php and footer.php files are used. My header.php, footer.php and index.php files are set up (correctly I assume). I am not a WordPress guru at all.
The pages are done in the WordPress visual/text editor. I have used HTML code for the page content along with a RAW HTML plugin set up to not have WordPress format HTML content by itself. I also have Visual Builder installed for my client to edit the pages visually as he would like.
Here are pastebins of some of the files. Let me know if there are other files you would want to have a look at 🙂
functions.php http://pastebin.com/xUS8c8W3
index.php http://pastebin.com/L1sc8mgX
header.php http://pastebin.com/994tZ2A7
footer.php http://pastebin.com/cGJwCiaDForum: Fixing WordPress
In reply to: Website Problems With WordPressOk, I wonder if something else is conflicting.
Try deactivating all plugins. If that resolves the issue, reactivate each one individually until you find the cause.
If that does not resolve the issue, try switching to the Twenty Fifteen theme to rule-out a theme-specific issue.
Hi James
It looks like it is a theme issue. Funny thing is the site was working perfectly on one of my windows hosted domains until I gave my client’s hosting company access to see why it does not work with the linux hosting on their side. Now nothing works properly. The site displays fine in chrome locally and not in other browsers anymore.
I can for the life of me not remember how I got it to work perfectly so retracing my steps is somewhat out of the question.
If you take a look at the site located at http://www.verticallogic.co.za, what in your opinion is the best way to migrate that to WordPress while maintaining the exact styles from that site without the pages being PHP theme files? My client wants to edit this site in the visual editor inside WordPress which is impossible to do if the site is migrated into php files.
Forum: Fixing WordPress
In reply to: Website Problems With WordPressAre the file’s permissions set to 644 inside directories set to 755?
Hi James
The files in the public_html root folder are set to 644 permissions with the directories set to 755. The files inside those directories have their permissions set to 644
Forum: Fixing WordPress
In reply to: Website Problems With WordPressThe theme is looking for CSS at both http://www.unrealwebdev.co.za/wp-content/themes/verticallogic/style.css and http://www.unrealwebdev.co.za/css/style.css
As you can see, neither exist.
First, make sure those files exist where the theme thinks they are, next make sure the two URLs at Settings -> General in the blog’s Dashboard are correct.
Hi James
Both of those files are present in the correct locations on the server.
Both of the URL’s in the WordPress panel is set to http://www.unrealwebdev.co.za.This is very strange indeed.