Support » Plugin: Category Grid View Gallery » [Plugin: Category Grid View Gallery] thumbnails not showing still not resolved for me

Viewing 7 replies - 1 through 7 (of 7 total)
  • I am having a similar problem in that my thumbnails are not showing either, except it happened with the more recent WordPress version upgrades, 3.3.1 to 3.4.1, maybe even the version before that. I love your plugin and hope there’s an easy fix so I can continue using it.

    Any response would be greatly appreciated!

    Plugin Author Anshul

    (@anshy)

    Open PLUGIN_DIR/category-grid-view-gallery/includes/CatGridView.php
    go to line 94

    replace
    src='.urlencode($cg_img).'
    by
    src='.urlencode(str_replace(get_option('siteurl'), '', $cg_img)).'

    if this doesnt work, then replace it by

    src='.str_replace(get_option('siteurl'), '', $cg_img).'

    Thank you so much for your quick response, but I was not able to find that first line of code in the file. Any idea what I could be doing wrong? I went to the correct page and searched the document, but could not locate it 🙁

    Plugin Author Anshul

    (@anshy)

    It is under the function : cg_get_image

    just before the closing of the function

    return '<a href='.$returnlink.'><img src="'.$cg_url.'/includes/timthumb.php?src='.urlencode($cg_img).'&h='.$size[1].'&w='.$size[0].'&zc=1&q='.$this->params['quality'].'" alt="'.$single->post_title.'" title="'.$single->post_title.'"/></a>';

    Thread Starter frankie8

    (@frankie8)

    Dear anshul
    thank you for suggestions above – I tried them and they didnt work. however have now installed the site on the real domain name as opposed to temp domain address and all is working well
    thank you for a great plugin will send a donation
    fx

    Plugin Author Anshul

    (@anshy)

    Im glad it worked for you. Im hereby closing this topic

    Plugin Author Anshul

    (@anshy)

    Closed

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: Category Grid View Gallery] thumbnails not showing still not resolved for me’ is closed to new replies.