• First off, the plugin isn’t working, and before fixing it, I’d like to make sure it’s going to do what I want.

    I need a plugin that’s going to grab the featured image from each post and display it in a image-gallery-like grid (which this seems to do) and then link back to the original post. Right now if I click on a link it pops up some unformated box, which I don’t like.

    I’d also like to be able to format the way the grid looks – I don’t want borders, and I’d like all the images to be square, instead of rectangles.

    Can this be done?

    http://wordpress.org/extend/plugins/category-grid-view-gallery/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Anshul

    (@anshy)

    faile486

    Hi you can do all of the above that you mentioned using the arguments in the shortcode and the settings at the back end of wordpress.

    Please see the Usage and Options section on my website.

    You can disable the light box, use a featured image and you can modify the style.css file in the plugin directory to remove borders and change the looks of it.

    Let me know if you need help with any of these

    Thread Starter faile486

    (@faile486)

    Awesome, it works now! Got the thumbnails pulling correctly too ^.^

    I was able to achieve most of what I wanted from viewing your post – the only question left is how do I get rid of the image borders?

    Thanks!

    Plugin Author Anshul

    (@anshy)

    Hi faile486

    To remove the borders, open the Style.css file of the plugin and add this code :
    div.cgview ul li, div.cgview ul li:hover {border:0 !important;}

    To also remove the rounded corners, add this
    div.cgview ul li, div.cgview ul li:hover {border:0 !important;-webkit-border-radius: 0!important;-moz-border-radius: 0!important;border-radius: 0!important;}

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Category Grid View Gallery] Category Plugin – Right For Me?’ is closed to new replies.