A. Jones
Forum Replies Created
-
Closed for inactivity
The host does not allow me to generate a key.
I optioned to have a key sent first to my client, the owner, who never got an email with an API key and then tried to have one sent to my own email address. I selected the option several times. Oddly, right after I posted this message, I got an email with an API key.
I am obviously not an attacker trying to get a key of another user. I’m a developer with a history here on WordPress.Org. Thanks.
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] PaginationYes, it is $15.
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] Multiple Category stuffSorry, double post!
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] Multiple Category stuffHi Ryan, it should be possible.
Try category__in.
[thumbnailgrid post_type=”post” category__in=”31, 33″]
Please let me know if works for you.
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] PaginationForum: Plugins
In reply to: [Featured Image Thumbnail Grid] grid centering on one page but not anotherHi Mami
I checked the grid that wasn’t centering. Here is what is happening.
Your page has a sidebar. Even though there is nothing in it, the template still makes space for your sidebar.
In other words, your grid is inside of the content area and your content area is not the full width of the page. The grid centers to the content area.
Check to see if your theme comes with a full width page template.
Closing!
Hello,
Please visit our web site at
This plugin uses shortcodes, it isn’t a widget. The basic shortcode
[thumbnailgrid] will display all of the thumbnails for your posts. So you just create a new post and enter[thumbnailgrid]
save it, and view your post. You should see a thumbnail grid of your featured images.
WPBeginner is a great site for learning the ins & outs of WordPress. Click here for more information about shortcodes:
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] A bit lostHi,
The thumbnail grid does not create thumbnails for you. You need to add your own featured images to posts in order to have them display in the grid.
If you want thumbnails generated for you, you would have to find a different plugin to do that.
A great place to start learning about how WordPress works is by going to WpBeginner. Here is a link about featured images.
http://www.wpbeginner.com/glossary/featured-image/
And another one explaining ShortCodes
http://www.wpbeginner.com/glossary/shortcodes/
More detailed instructions can be found on our web site. You can start by creating a post and typing
[thumbnailgrid].
Save the post, view it, and you should see your first thumbnail grid. If you haven’t assigned featured images to your posts, you may or may not see a default thumbnail which is usually just a gray square. If not, the are will be blank. In order for something else to show up there, you must add a featured image to it.
If it isn’t doing anything, it’s possible that it isn’t installed properly.
Please visit our web site http://www.shooflysolutions.com/software/wordpress-plugins/featured-image-thumbnail-grid-for-wordpress/
for more detailed instructions.
Forum: Themes and Templates
In reply to: [MesoColumn] Site hacked at Arvixe. Help restoringI’ve had a lot of hacked sites lately. Maybe the hack is in the plugins. It sounds like it might be in your backup too. Try going in using ftp and removing all of the plugins. You can reinstall them later.
Thank you! 🙂
I just want to double check…are you sure that you put in “30px”, not “30”? When I inspect your code, I can see that it says height=”30″ and not height=”30px”. The code isn’t stripping the “px”. If it is, I have to figure out why.
Best,
arjIn your case, 2px isn’t going to be enough, but the general idea is to have an evenly spaced grid.
It’s not 2 lines, it’s actually height. You need to add px. Instead of captionheight=”2″, captionheight=”2px”. There shouldn’t be an empty spot on the grid if you do that. Let me know if that fixes it. It should. Sorry for the late reply. You can reach me quicker via email (or the contact form on the web site): support@shooflysolutions.com.
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] Changing title stylingclosing for inactivity