jonathanwachob
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: setting a static pageYour site is broadcasting a 404 error…
Forum: Fixing WordPress
In reply to: setting a static pageCan you provide a link to your site?
Forum: Fixing WordPress
In reply to: setting a static pagehttps://codex.www.ads-software.com/Creating_a_Static_Front_Page <- This Should help ??
Forum: Fixing WordPress
In reply to: Site is blank except for header, don't know whyMaggie –
When coding ever set of code has to have another code to tell it to end.
For Example – If I want to bold my name using HTML I would have to type Jonathan If I leave out the then the site assumes everything on the page needs be be bold and acts as such. HTML is a simple language so for the most part your browser can interpret to close the bold at the end of the text.
PHP works in the same way that it needs a command to close it. However because php is noticeably more complex the browser does not know how to interpret an unclosed statement.
Your designer or developer needs to fix this. It is their coding error and they should fix it without a fee. If you want to fix this on your own google how to close a PHP command and go from their. You won’t fix it the first try, but keep working and it will work for you ??
Forum: Fixing WordPress
In reply to: SITE URL not updating correctly.I uploaded a screenshot of my domain central on how the domain is pointed.
https://www.flickr.com/photos/11698799@N07/8119577578/Basically it is set as a pointer to sub-directory /stopthebully/
Forum: Fixing WordPress
In reply to: need helpjvazjr1979, can be be more specific about what you don’t know how to do?
If you can let us know which part you can’t do I (or we) can write detailed instructions for a step-by-step process.
Try to follow the following steps and if you still aren’t sure let us know.
1. Open up notepad on your computer and save the blank document as page.php (not page.php.txt). Minimize this window and open your brower.
2. Log into your host control panel. Go to your ftp folder (where all your files are stored), go to /wp-content/ -> /themes/ -> /whichever theme is the theme you are using/ -> open the index.php file.
3. Copy (highlight all content then press ctrl + c) the content and paste it into the blank notepad file you created earlier titled page.php
4. Once you have it pasted (ctrl + v) press ctrl + f and search for comments_template. When you find it delete “<?php comments_template(); ?>” then save the file
5. Return to your ftp folder and upload the page.php file.
Complete ??
If you are unsure about the technical stuff like how to access your ftp folder call your hostcompanies technical support line. All hosting companies are set up differently so they are the best ones to walk you through that process.
Hope this helps ?? let us know if it doesn’t
Forum: Fixing WordPress
In reply to: SITE URL not updating correctly.Thank You Sir. That appears to have fixed that issue.
Now it gives me an internal server error when I try to load any page other then the home page…
Forum: Fixing WordPress
In reply to: Domain not displaying correctlyI’m experiencing this issue as well. If anyone could provide a response it would be greatly appreciated.
https://www.stopthebullybook.com loads just fine. However when clicking on any link in the nav it sends me to the path where the files are stored https://www.martialarts-internetmarketing.com/stopthebully/
This is my first wordpress site and I’d like to work around this issue.
I checked out updating permalinks, but all I could find is updating permalink structure, not the actual domain set.
I updated the siteurl via phpMyAdmin. I did not update the home value.
Thank you again for any support you can provide. If it is not permalink related like suggested in one of the above posts, can you direct me to what should be updated? FatCow support told me that I needed to research permalink updating, so I’d like to be able to explain to them what needs to be done if it is something wrong on their side.
I’m experiencing this issue as well. If anyone could PLEASE provide a response it would be greatly appreciated.
https://www.stopthebullybook.com loads just fine. However when clicking on any link in the nav it sends me to the path where the files are stored https://www.martialarts-internetmarketing.com/stopthebully/
This is my first wordpress site and I’d like to work around this issue.
I checked out updating permalinks, but all I could find is updating permalink structure, not the actual domain set.
I updated the siteurl via phpMyAdmin. I did not update the home value.
Thank you again for any support you can provide.