• it seems that a lot of people is having the same problem, the thumbnails in the GRAPHPAPERPRESS theme named FULLSCREEN are NOT working, and i am affected too.

    I have followed the theme’s instructions entirely, and still the thumbnails are not working, please someone help me!

    https://www.tsuperb.com

    That’s my site if someone wants to check it out and see the problem, or check my site ??

    But seriously HELP ME!

Viewing 15 replies - 1 through 15 (of 24 total)
  • Could you be a little more specific or post a link to a page that demonstrates the problem? There are more than 1000 themes in the WordPress Themes directory and most people aren’t familiar with every one of them

    Thread Starter tsuperb

    (@tsuperb)

    Sure!

    Look, my website is https://www.tsuperb.com

    you can see as soon as you hit enter and home appears that the image thumbnails are not showing!

    https://www.mbradyclark.com/ this guy uses the same wordpress theme (fullscreen) and his website is working correctly.

    Please note that i have tried almost everything, i followed the theme instructions, and even deleted completely the theme, and installed it again and its still not working.

    This is the only thing that i couldn’t do: “Change the permissions (aka CHMOD) to the /cache/ folder to 777. This folder is used to store your custom post thumbnails (more on this later).”

    That is written in the instructions but they don’t explain anymore about it…

    Looks like you have two simultaneous problems.

    Warning: touch() [function.touch]: Unable to create file ./cache/f3edbde023dcfc9f8b6ed6e3461523ce.jpg because Permission denied in /home/tsuperbc/public_html/wp-content/themes/fullscreen/timthumb.php on line 150

    Warning: Cannot modify header information – headers already sent by (output started at /home/tsuperbc/public_html/wp-content/themes/fullscreen/timthumb.php:150) in /home/tsuperbc/public_html/wp-content/themes/fullscreen/timthumb.php on line 160

    1. You need to make the cache folder for timthumb writable.
    https://codex.www.ads-software.com/Changing_File_Permissions

    2. There apears to be a problem with timthumb.php and/or your theme.
    Solving “headers already sent” warnings

    Thread Starter tsuperb

    (@tsuperb)

    Hi

    I tried to do what you are saying, i changed the permissions on idex.php and wp-content, but nothing seems to be fixed…and also what is that “header” error that you are talking about? when i go to my website there’s no header error, the only problem is that the thumbnails are not showing!

    Please it would be great if you could tell me step by step on how to solve the thumbnails problem, i am no web designer, and i am struggling to get this fixed!

    Thank you!

    I suggested making timthumb’s cache folder writable. I didn’t mention anything about changing any file permissions. However, I see that you seem to have got the images working on your home page now. How did you resolve it?

    Thread Starter tsuperb

    (@tsuperb)

    I read the links that you posted, and i started changing some file permissions… there is no timthumb’s cache folder. I change the permissions of a cache folder and it started working but i also changed other permissions and now i don’t know if everyone could edit my web files…how do i know?

    Was that cache folder in your root domain? Re-reading the error message, that would seem to be the right one. What other permissions did you change?

    Thread Starter tsuperb

    (@tsuperb)

    yes, i enter my domain and change the permissions for the cache forlder inside of wp-content/themes/fullscreen

    what is that error message that you are getting? i am not getting any error message!

    let me know!

    what is that error message that you are getting?

    I was referring to the original error messages I saw when I did a little investigating on your site.

    tsuperb, I am experiencing the same problems as you with the fullscreen theme. I did what you suggested above and still do not see my thumbnails below the center bar.

    I have been working on this for two days now and it is driving me crazy!!

    I have the same problems, unable to display the thumbnail, i was change the CHMOD cache to 777, i read articles from the author:
    https://www.darrenhoyt.com it’s make me confused…

    this is mt website:
    https://www.afahmy.com

    could someone please help me…

    Looking at my source coding, it is generating the top thumb nails, but the bottom thumbnails are not being generated. I checked the image size of the cache files and they are 320×320.

    It appears that Timthumb is not generating the smaller images.

    I figured it out!!!
    In home.php, bottom thumbs section you will find this line:
    <?php $home_query_bottom = new WP_Query(“cat=&showposts=20&offset=5”); $b = 0; ?>

    Get rid of the 20&offset update and it will populate the bottom thumbnails.

    hi Philips, thanks for your feedback, still unable to show the thumbnail after rid off the 20&offset. Anyway I saw in image properties, the timthumb size and image dimension was different also the size on file unknown (Not Cached) , i thought it was the main problems, but i can’t define how to fix it. Pls see below for my page screen problem:

    problems screen view

    nice person awaited…

    link from the images:

    https://afahmy.com/wp-content/themes/fullscreen/timthumb.php?src=https://afahmy.com/wp-content/uploads/2009/12/media14_timthumb.jpg&w=320&h=320&zc=1

    the result is:

    Forbidden

    You don’t have permission to access /wp-content/themes/fullscreen/timthumb.php on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Viewing 15 replies - 1 through 15 (of 24 total)
  • The topic ‘Fullscreen theme thumbnails problem’ is closed to new replies.