A. Jones
Forum Replies Created
-
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] Specific pages or exclude specific pagesTry category__not_in(id).
Use the id. Separate by commas if you want to exclude more than one.
I tested this and posted the sample on our web site.
http://www.shooflysolutions.com/shortcodes/I’m not a css expert but Here is my suggestion for you.
Create a sample page for your thumbnail grid.
Add this to your custom css
.griditemleft {
width:33%;
}In your shortcode, height=”auto” width=”100%”
Unless you are using this grid differently elsewhere, I think that it would be better to remove the height & width from the shortcode and to modify your styles using
custom CSS.
.postimage, .postimage img {
width: 100%!important;
height: auto!important;
}Remove the responsive css for the thumbnail for now. Save it somewhere and see how this looks. Your custom CSS might be confusing the issue by overriding what you are trying to do. In other words, start from scratch and start adding things in again.
Make sure that your thumbnail size is “thumbnail” because your images are of different heights and widths. Thumbnails are of even heights and width. If you set height to auto with images that are different sizes, your grid will not be even.
Lastly, I find using “inspect element” in the browser to be really helpful to see which styles are being applied and to play around a bit.
Hope this helps.
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] Changing Font SizeI love that plugin! Thanks for getting back to me. 🙂
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] display post thumbnails between date rangePlease update to version 5.0. Let me know if there are any issues.
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] Specific pages or exclude specific pagesHello, I’ve updated the plugin. This should work now. Please let me know if there are any issues.
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] display post thumbnails between date rangeI tested this and it should work in the current version:
[thumbnailgrid before=”December 1, 2015″ after=”January 1, 2014″]
if you add inclusive=true, it should include posts on the before and after dates. Please let me know if this works for you.
I get access denied when I click on the link for that image.
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] Specific pages or exclude specific pagesI just tested this and neither post__in nor post__not_in work. I will release an update within the week.
Essentially external styles in a stylesheet file have less priority than embedded styles which have less priority over “inline” styles. If you set a width and a height in the shortcode, it gets translated to an inline style which would, as far as I know, would always override everything.
You could set it in the stylesheet as the default size instead of 150 by 150.
Yes, you can use a percentage in the shortcode!
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] Specific pages or exclude specific pagesI know that you don’t want to use more plugins, but categories make this really easy. You can download a plugin that enables page categories if your theme doesn’t do this already.
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] Specific pages or exclude specific pagesI think that you would have to use post__in with comma delimited id’s. I haven’t had a chance to test this yet so I thank you for pushing this back up to the top.
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] Specific pages or exclude specific pagesJeremy,
Pages are a post type. Assuming your theme has featured images enabled for pages, you would use post_type=”page” in the shortcode.
Sorry to hear that? Can I clarify that you removed this from the short code:
height=’180px’ width=’180px’
Marking this as resolved due to lack of response.
Marking this as resolved due to lack of response!