A. Jones
Forum Replies Created
-
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] PaginationI am marking this as resolved. I hope you check out the extension. If not, there is an alternate solution in the comments on the original plugin page.
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] Orderby in short codeHello, there is a sorting extension available now on shooflysolutions.com.
Best regards,
AdrianForum: Plugins
In reply to: [Featured Image Thumbnail Grid] Changing title lengthHi Eduardo, is this resolved?
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] Products Instead of PostsI believe you would use type=”product” instead of type=”post”.
http://docs.woothemes.com/document/installed-taxonomies-post-types/
That should work. Please let me know. If not, I will install it and take a look at the database.
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] PaginationHello, we now have an extension to handle paging that will work with version 3.0 of the plugin.
Best regards,
arjForum: Plugins
In reply to: [Featured Image Thumbnail Grid] Displays 10 Posts No Matter WhatWill do. Thank you! It would be greatly appreciated if you could rate the plugin!
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] how to center the grid?Great! Please rate the plugin!
Version 3.0 has new short codes that simplify positioning the grid.
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] Changing title lengthHi Eduardo,
Thank you! Please rate the plugin!
An update will be coming out within the next day or two that should address this issue. I will let you know as soon as it’s ready.
If you can’t wait (you should), you can enter the following in a custom css editor. (This will change all of your grids, whereas the new plugin has shortcode that you can use on individual grids)
.postimage-title a
{
white-space: pre-wrap!important; /* css-3 */
white-space: -moz-pre-wrap!important; /* Mozilla, since 1999 */
white-space: -pre-wrap!important; /* Opera 4-6 */
white-space: -o-pre-wrap!important; /* Opera 7 */
word-wrap: break-word!important; /* Internet Explorer 5.5+ */
}
And you will want a fixed height. You should adjust the value to your needs.
.postimage-title
{
height: 30px;
}Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] Orderby in short codeCould you let me know if that worked for you? We do have a premium version of the plugin with an extension that handles sorting but it will not be released until next week while we get administrative things out of the way.
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] Orderby in short codeHi, orderby is described in the wordpress codex. According to the documentation, you can orderby using a custom meta value.
I think that you can do something like this:
meta_key = “yourkey” orderby = “meta_value_num”
or
orderby = “meta_value”http://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters
Forum: Plugins
In reply to: [Clone] it doesn't workSame for me. I end up with a non functional site. I can get to the admin panel but clicking on anything in the admin panel, like “Appearance” actually takes me back to the original site, which is not at all what I was expecting. I am going to give importing the sql file a shot.
Forum: Plugins
In reply to: [Clone] it doesn't workSame for me. I end up with a non functional site. I can get to the admin panel but clicking on anything in the admin panel, like “Appearance” actually takes me back to the original site, which is not at all what I was expecting.
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] squeezed thumbsGreat!
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] squeezed thumbsOh, I misunderstood your issue. I think what you want is proportional sizing…set the width=”auto” in the shortocde but leave the height as “150” or whatever your height should be. Tha way, the width will stretch proportionately.
Like this:
[thumbnailgrid height=”150″ width=”auto”]
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] squeezed thumbsPlease let me know if this works so that I can mark this as resolved.