ProjectArmy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: slightly blurry photosHave you installed any plugins recently? It would be a lot better if we can see the page to see what’s going on with the images. Will you be able to do an Inspect Element on the blurry photo and post a screenshot of your screen here?
Forum: Fixing WordPress
In reply to: cant see categoriesHave you tried to do the basic troubleshooting steps like disabling all the plugins and switching to any of the default WordPRess themes?
Forum: Fixing WordPress
In reply to: Increase Maximum upload sizeYes you can upload the files using FTP instead. That will allow you to bypass the max upload size limit. You can do it using the control panel of your host or by using an FTP software like FileZilla.
Forum: Fixing WordPress
In reply to: Make picture smallerHow small?
You can use this CSS code to make the image in that specific post smaller.
#post-26 .post-thumbnail img{max-width: 420px; margin: 0px auto;}Just adjust the max-width to any size that you want. Paste it in the style.css of your child theme. If you don’t have a child theme install the Simple Custom CSS plugin and paste it there.
Forum: Fixing WordPress
In reply to: Increase Maximum upload sizeHere’s a good guide on how you can increase the max upload size for your website.
If you are unsure how to do it using any of those steps, you can just contact your host and they can set it up for you.
Forum: Fixing WordPress
In reply to: my posts don't appear if i don't add titleI just tried to save a post without a title and it doesn’t get published. Looks like you really need to add a title to your posts. Just do something like Pic. It wouldn’t take you more than a day to type that in.
Forum: Fixing WordPress
In reply to: my posts don't appear if i don't add titleWhy don’t you want to add a title to your posts? If you don’t add a title to your posts you will have a hard time looking for it in case you want to make a revision.
Forum: Fixing WordPress
In reply to: Comment Form spamIn which contact form are you getting the spams from? Is it from the contact page? If it is, I think the best thing to do is to implement some type of captcha for the form.
Forum: Fixing WordPress
In reply to: Add Media button does not workHave you tried running the site from a local installation and see if it works from there?
Forum: Fixing WordPress
In reply to: Add Media button won't workHave you tried using a different browser or disabling all of your plugins? There might be something in your site that stops you from using the upload function.
Forum: Fixing WordPress
In reply to: style.css doesn't always work…That’s good. Anyway, you don’t need to copy everything from your parent theme to the child theme. You just need to have style.css and functions.php. If you need to override a PHP document from the parent, that’s the only time that you copy it over to the child theme.
Forum: Fixing WordPress
In reply to: fatal errorDisable the theme by logging in to the control panel of your host and renaming the butterfly-abode theme folder or just add “xx-” to the beginning of the folder. WordPress will then use the default themes instead.
You may need to contact the theme’s support on this.
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected 'That’s a bit tragic. Making a mistake in the functions.php of your site will make it go into what is called the White Page of Death.
Anyway, to fix your site, you may need to login to the cpanel / control panel of your host and access the file manager. You can edit the functions.php file from there. Just follow the file path indicated in the error and remove the code that you added.
Forum: Fixing WordPress
In reply to: Visual en text editor tab problemThat is correct. You can refer to this link if you are still unsure what to do:
https://codex.wordpress.org/Updating_WordPress#Step_1:_Replace_WordPress_files
Before you start, create a backup of your site first.
Forum: Fixing WordPress
In reply to: Cannot access wp-adminI’m getting the same error when I try to complete the contact form in your website. Have you already contacted your host about this?