wphostonline
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: error with update to 4.4.1@shangelina
May be you try chmod once before changing the permission because it may be issue with user permission instead of writing.For more details please visit below link.
https://codex.wordpress.org/Changing_File_PermissionsForum: Fixing WordPress
In reply to: html code is deleting when pressing update@kpallen
Make sure that you are using text editor instead of visual when you are adding HTML code.Forum: Fixing WordPress
In reply to: Redirect loop upon installing SSL certificate on BluehostNope, It will not break the website. You can delete and recreate it and make sure if it asks for http or https you select https.
Forum: Fixing WordPress
In reply to: Redirect loop upon installing SSL certificate on BluehostIf you seen source code of page https://blog.huntergeophysics.com you will see stylesheet URL like below.
https://blog.huntergeophysics.com/wp-content/themes/HGtheme/style.css
But if you try to access above URL you will receive “Page Not Found” error.
Now if I tweek it something like below it will work.
https://blog.huntergeophysics.com/blog/wp-content/themes/HGtheme/style.css
And this means sub-domain is not pointed correctly with sub directory called “blog”.
Forum: Fixing WordPress
In reply to: Paypal payments not completing after update@srswntr
You are having this issue because you are trying to display Paypal page in iframe which is secured by SSL. I suggest you to do not use iframe in this case.Forum: Fixing WordPress
In reply to: Redirect loop upon installing SSL certificate on BluehostIt looks like it fixed first issue now we have to figure out that sub domain is linked correctly with blog directory on server.
Use below article as help and let me know if it resolve your issue.
https://my.bluehost.com/cgi/help/274Forum: Fixing WordPress
In reply to: Redirect loop upon installing SSL certificate on BluehostOkay can you please open your wp-config.php file which is under blog directory and add below lines in to it or if you already have define it but having different URLs then change as per below. Then save the file and check again.
define(‘WP_HOME’,’https://blog.huntergeophysics.com’);
define(‘WP_SITEURL’,’https://blog.huntergeophysics.com’);Forum: Fixing WordPress
In reply to: Multiple blog pages@nikaslg
I think you want to create navigation like: home – breakfast – lunch – dinner.Where on homepage you want to show all the posts you have and on breakfast, lunch and dinner you want to show post which added to that categories.
Use below link to create your navigation and you will able to get what you want. 🙂
Happy Blogging…
Forum: Fixing WordPress
In reply to: Redirect loop upon installing SSL certificate on BluehostDavid, Are you sure the SSL you purchased work with sub domains too? Because I have seen that to cover sub-domains used SSL companies are charging extra.
Forum: Fixing WordPress
In reply to: Keep getting asked for username and psw@ivanivanivan23
If you can provide your website URL and theme you used to build it will be helpful for us.Forum: Fixing WordPress
In reply to: Moving domain to subdomain while keeping the domain.@lpvmc
See below link that will help you in moving website to sub-directory.Forum: Fixing WordPress
In reply to: Multiple blog pages@nikaslg
I have solution for this but can you please tell me what you mean by ‘appear in different sections’ and if you can add your website link that would be helpful.Forum: Fixing WordPress
In reply to: Paypal payments not completing after update@srswntr
If you can give us your website URL that would be helpful and if you are developer then I suggest your to post your error log in pastebin.com and send us link here.Forum: Fixing WordPress
In reply to: How to Limit the Number of Characters in a Post Title Exceprt@thealchemist
I see that the URL you provide from WordPress Forum are great and working solutions. But that all depend on how your theme developed. As I can see those posts are made using Custom Post Type so you need to find correct file to change.Happy Blogging….
[Signature removed by moderator per forum rules.]
Forum: Fixing WordPress
In reply to: Mail settings in WordPressHi Justin, What is tag in posts?