Anshul
Forum Replies Created
-
Its updated on wordpress as well now
Go to [YOUR_PLUGIN_DIR]\category-grid-view-gallery\includes\ and open timthumb.php
Go to line number 40
change
if(! defined(‘FILE_CACHE_DIRECTORY’) ) define (‘FILE_CACHE_DIRECTORY’, ‘/cache’);
to
if(! defined(‘FILE_CACHE_DIRECTORY’) ) define (‘FILE_CACHE_DIRECTORY’, ‘../cache’);
adding the 2 dots should do it. I will release the fix tomorrow
Ok. its some compatibility issue with timthumb. If it was working before this update please use the last working version (which would be 2.2.3) or just replace the timthumb.php file in 2.2.4 with the one in 2.2.3.
I will look more into this issue.
Hi chitaranjan
I have been busy with my job a lot lately. Will be working on this and will release a better conflict free version soon. Please note that i added pagination as just a bonus feature. Its main purpose was not to be used as a slider.Forum: Plugins
In reply to: Category Grid View GalleryYes. Most of the image positioning problems occur due to bulleting of lists or padding introduced by the themes
What you have suggested did not work for me. Anyhow, here is the fix you need to make to get that kind of url.
Open PLUGIN_DIR/category-grid-view-gallery/includes/CatGridView.php
go to line 94replace
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).'
Hey im sorry. Just been busy with my job. I’l look into it tonight (your day time)
Plan to release an update real soon
For the issue with thumbnail not showing up, this is the error :
<h1>Forbidden</h1>
<p>You don’t have permission to access /6yhn5tgb/wp-content/plugins/category-grid-view-gallery/includes/timthumb.php
on this server.</p>
<p>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.</p>If the thumbnails aren’t showing anywhere, then here are a few reasons why:
– If you are using WordPress Multisite, try replacing /scripts/timthumb.php with the one from here: https://compu.terlicio.us/2011/04/timthumb-for-wordpress-multisite/ The theme is already taking into account Multisite, but still some may have issues which this timthumb.php update may hopefully resolve.
– Make sure your image filename (or path) has no unusual characters in it. Tildes (~) is a common character used in filenames which timthumb.php doesn’t seem to agree with.
– Make sure you’re NOT running PHP 4.x. If you are, upgrade to 5.x. This was a solution to someone recently who tried EVERYTHING and images weren’t showing up. A way to find out what version you’re running is to add this code to one of your theme files, like in header.php: <?php phpinfo; ?> Make sure it’s somewhere between the <body> tag. Refresh the site and you’ll see a really ugly table that’s hard to read, but you’ll be able to find out the version of PHP you’re using.
To upgrade to PHP 5, contact your web host company.
Check out this page, made by the creator of Timthumb. It contains many troubleshooting tips which may help: https://www.binarymoon.co.uk/2010/11/timthumb-hints-tips/
You can troubleshoot TimThumb more from here
https://wptitans.com/blog/timthumb-troubleshooting
Due to increasing queries of timthumb issues, i plan to add an option of using wordpress core resizing for thumnails as an alternative to timthumb.Your category does not have any post inside it. Make sure your use the id for a category that has posts.
https://www.ads-software.com/support/topic/how-to-find-the-category-id?replies=5@debdaniels – please provide the link to you page where the problem is occuring.
https://www.ads-software.com/extend/plugins/category-grid-view-gallery/
Guys, the new version 2 is out. With all the security issues resolved and lots of new features added. Also this time it is well documented.
The security issue was with the timthumb script and not the plugin in itself. I have updated the timthumb script to the latest version
Forum: Plugins
In reply to: [Category Grid View Gallery] Doesn't workGuys, sorry for the long delay. But the plugin has been upgraded with lots of features and a proper documentation.
I have been traveling a lot and moving to a new place. Finally got time to work on it.
Check out version 2.0The latest version of CG View is safe. Latest version of TimThumb is used (v2.8)