• Tried different themes but the images are not showing in the thumbnails, but if you click on the post the image will appear. please help

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @edmondpogi
    There could be a few reasons why the images in your WordPress website’s thumbnails are not showing. Here are some things you can try:

    1. Check if the images are properly uploaded and inserted into your posts. Ensure the image file names do not contain any special characters or spaces.
    2. Check if the images are correctly displayed in other areas of your website, such as the Media Library. If the images are not showing up in the Media Library, it could be an issue with the file itself or the server.
    3. Make sure you have the correct file permissions set on your server. WordPress needs permission to read and write to the files and directories on your server, so if the permissions are set incorrectly, it may prevent the images from being displayed.
    4. Check for plugin conflicts. If you have recently installed or activated a new plugin, it could be causing issues with the display of your images. Try deactivating all your plugins and then reactivating them one by one to see if a particular plugin is causing the issue.

    If none of these solutions help, you may need further assistance from a developer or the support team of your WordPress theme.

    Thread Starter edmondpogi

    (@edmondpogi)

    can explain further number 3?

    Hi @edmondpogi
    To fix WordPress files and folder permission issues, you can follow these steps:

    1. Connect to your WordPress site using an FTP client or use the file manager provided by your web hosting control panel.
    2. Navigate to the root folder of your WordPress installation. The root folder contains folders such as “wp-content,” “wp-includes,” and “wp-admin.”
    3. Change the permission of the “wp-content,” “wp-includes,” and “wp-admin” folders to 755.
    4. Change the permission of all the files inside these folders to 644.
    5. Change the permission of the root folder to 755.
    6. Change the permission of the “wp-config.php” file to 644.
    7. If you have a custom plugin or theme installed, change the permission of those folders to 755 and the files inside those folders to 644.
    8. If you are still experiencing issues, you can try setting the permission of all folders to 775 and all files to 664. However, remember that this can be a security risk and should only be done as a last resort.
    9. It is generally a good idea to keep the permissions as restricted as possible to improve security.

    I hope this helps! Let me know if you have any other questions.`

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Tried different themes but the images are not showing in the thumbnails’ is closed to new replies.