HostAwesome
Forum Replies Created
-
Hi,
Much thanks for the help and reply!
The feed url is – https://www.outdoorpainter.com/feed/
We have another site with the same theme and basically the same plugins, and it doesn’t have this issue. Definitely odd.
Would appreciate any help you could throw my way.
Thank you!!
Forum: Fixing WordPress
In reply to: I can not customise my home pageGlad to hear it 🙂
Forum: Fixing WordPress
In reply to: Move website to root directory (change url)No problem 🙂
Forum: Fixing WordPress
In reply to: Move website to root directory (change url)I’m looking at the url of your images, and they all have “encours” in the link, like:
http://www.lessaveursdugargano.be/encours/wp-content/uploads/2015/03/Salamino-campagnolo.jpg
That doesn’t load, but with the encours removed, the image loads.
I don’t know what the deal is with that, and why ‘encours’ is there, or what it is.
For me, it looks like you could do one of two things. You could use a plugin like :
https://ww.wp.xz.cn/plugins/better-search-replace/screenshots/
and replace the url with the non-encours, so basically you would replace this –
http://www.lessaveursdugargano.be/encours/wp-content/uploads/
with
http://www.lessaveursdugargano.be/wp-content/uploads/
Otherwise, you could add a folder named ‘encours’ to your root directory and add in your wp-content with your uploads folder. This would not be ideal, though, still an option I suppose.
Forum: Fixing WordPress
In reply to: unable to enter codemake sure you’re using the text editor, if you’re using the wysiwyg editor, parts of it might get stripped away.
Forum: Fixing WordPress
In reply to: Log-in page is blank and won't loadChange the permission back to 644 , if it’s still not opening, can you download it and try opening it with any text viewer?
Forum: Fixing WordPress
In reply to: Move website to root directory (change url)Can you try resetting your .htaccess file to the default?
Forum: Fixing WordPress
In reply to: how to move a part of admin bar into the website's body?From the image that you linked to, it looks like you’re using some sort of a plugin for those links(activity, profile, etc)?
I’m not exactly a developer so I can’t attest to this 100%, but if those links differ in just the end of the url, you could probably use something like –> https://codex.ww.wp.xz.cn/Function_Reference/get_site_url –> and attach the endings of those urls to that php function.
So if activity is yoursitehere.com/wp-admin/activity.php, and profile is yoursitehere.com/wp-admin/profile.php , since you know what the endings are, you should be able to just use function(site url) + ending(known ending links) for lines in your widget.
For specific details on the code, you would probably need to consult someone with plugin experience, or post a job here – http://jobs.wordpress.net/
Hope that helps.
Forum: Fixing WordPress
In reply to: Log-in page is blank and won't loadYou should be able to open it with any text viewer.
If you’re looking at it through cPanel, you can right click and “view”.
Forum: Fixing WordPress
In reply to: Made a mistake while changing from temp URL to perm oneIs the main url http://69.89.31.155/~zelendes ?
If 69.89.31.155 is your server IP and zelendes is your cPanel username, then http://69.89.31.155/~zelendes would also be the url to http://www.zelendesign.com . Basically, after pointing the domain, both 69.89.31.155/~zelendes and http://www.zelendesign.com will be identical. You can test this by creating a testing txt file named test.txt in your root directory and seeing that it loads up the same 69.89.31.155/~zelendes/test.txt , and http://www.zelendesign.com/test.txt
So if this is the case, the same instructions should be applicable.
Forum: Fixing WordPress
In reply to: Made a mistake while changing from temp URL to perm oneIt looks like you’re simply moving it up into the root directory, correct?
From the ~zelendes/newwebsite/ to ~/zelendes ?What I usually do is basically just replace the files(basically a cut/copy and paste into the root directory), and update the urls through the database(phpmyadmin).
Again, make sure to have a backup handy just in case.
Forum: Fixing WordPress
In reply to: how to move a part of admin bar into the website's body?It sounds like you want to have a custom widget to display user image and link, correct?
You can try searching for a custom widget plugin for that functionality, I’m not sure of one offhand that does it.
Otherwise, if you’re familiar with WordPress functions, you could try custom coding it, this should help – https://codex.ww.wp.xz.cn/Function_Reference/
Forum: Fixing WordPress
In reply to: Log-in page is blank and won't loadHard to say just with that – if you sign into your cPanel, into your root directory where your site is, there should be an error_log file.
If you open that and scroll down to the end, you should get a clearer idea of the error.
Forum: Fixing WordPress
In reply to: How can i change my contact form's appearance?Yeah, you’ve got lot of options for contact forms, you can do a plugin search on the WP repository, this link might be useful too – http://www.wpbeginner.com/plugins/5-best-contact-form-plugins-for-wordpress-compared/
Forum: Fixing WordPress
In reply to: Change of web page name and URLYou would need to change your url back to your default, instructions here – https://codex.ww.wp.xz.cn/Changing_The_Site_URL