I cleared the cache and tested in IE, Chrome, Firefox and Safari, but still the first image.
Here is the link to the project:
http://www.bestwelhip.nl/meubels
I really appriciate this!
@anshul: Thank you so much for helping me!
But unfortunately the changes did not grabbed the second image but still the first one.
Also in my PLUGIN_DIR/category-grid-view-gallery/includes/CatGridView.php file the 2 lines $cg_img = $matches [1] [0]; were located on line 74 and 79 instead of 45 and 80.
Could it be I installed a different version than yours?
I have Version 2.3
Thank you in advance.
Hi enrico512,
It’s a Javascript issue.
Open this file in the plugin folder …/category-grid-view-gallery/js/cgview.js
Then go to line 12 and change the heigth percentage to adjust the vertical position of the title:
$(d[1]).stop(true,true).animate({height: ‘38%’},200);
This should do the trick.