Featured Wordpress Themes

Portfolio thumbnails do not load
  • Hello

    I am having a problem that I allready search a lot in this forum: portfolio thumbnails not showing

    Checked the problem that is happening with other users about the cache folder and permissions and tried it already .. in themes/impression/ait-cache/timthumb .. i placed timthumb.php that i downloaded after reading other discussions in this forum. Also did change the permissions to 777 and 755 ... nothing happened.

    Also check another resolution for the problem, add in style.less.css the following lines:
    .ait-portfolio .zoom img {
    display: block;
    }
    ..... nothing happened also.

    I am bit worried that I can not solve this problem by myself ... not a very experienced WP theme editor myself !!

    Can anyone give me a help?

    Cheers from Portugal

    For faster issue resolution please provide:
    URL to your website: http://www.arlupe.com/teste/?page_id=5127Browser version:
    Theme version: WP Impression 1.2
  • 3 Comments sorted by
  • Hello, I looked at your code of page, and you have problem with timthumb script because images can't be loaded. If I remove the code which use timthumb, image was shown correctly.
    Are you tried to look at some steps what everything may cause problems with timthumb?
    http://www.binarymoon.co.uk/2010/11/timthumb-hints-tips/
    You don't need to insert anything into the ait-cache folder.
    Thanks, Ivan.
    AIT-Themes.com
    ivo@ait-themes.com
    Use please email above if your Admin or FTP credentials are required by me. Always paste url of conversation into mail.
    interesting links: how to update theme ? | How to modify css? | Shortcodes
  • Thanks for your help.

    1st - I eliminated the timthumb.php that was inside the AIT-CACHE folder and placed it in a new folder named "timthumb", inside the Impression theme.
    2nd - Inside the new folder "timthumb", I placed the file timthumb.php and created new folder named "cached" with permissions 777 and also tried 775.

    Still is not working .... I just read your link and other articles .. and i can not move forward. Have to confess that these theme is bit complicated, never had this kind of issue with a main feature from a theme not working, even when I upload the Impression DEMO site to my WP.

    Woulp appreciate very much your help on this matter ... getting desperate with this Portfolio issue !!!

    Best regards from Portugal
  • Hi, I can't help you with changes you did with timthumb file, but as the temporary solution you can remove the timthumb from portfolio, and use directly images.
    You can change the code from:

    '<img width="'.$width.'" height="'.$height.'" src="'.TIMTHUMB_URL.'?src='.$thumbnail_args['0'].'&amp;w='.$width.'&amp;h='.$height.'" alt="" />'; to
    '<img width="'.$width.'" height="'.$height.'" src="'.$thumbnail_args['0'].'" alt="" />';in file ./AIT/Framework/Shortcodes/portfolio/ait-portfolio.php

    Now you will show directly images in portfolio without using timthumb script.
    Hope it helps, Ivan.
    AIT-Themes.com
    ivo@ait-themes.com
    Use please email above if your Admin or FTP credentials are required by me. Always paste url of conversation into mail.
    interesting links: how to update theme ? | How to modify css? | Shortcodes