A. Jones
Forum Replies Created
-
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] Open post in new tabClosed for inactivity
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] Feature Request: Image ALTThank you! 🙂 Hopefully this resolves for analyzer!
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] Open post in new tabNo worries!
I added shortcode for target. So just add target=”_blank” to the shortcode. Please let me know & mark as solved if resolved!
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] Feature Request: Image ALTSure thing! Give us a couple of days to get the next release out! Thanks!
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] Open post in new tabJoe,
I will have to add this to the next release which should be within the next couple of days.
I will let you know.
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] Changing title stylingHello,
I would use a custom css plugin to make a larger font.
The Faqs have some tips about changing the display size of the posts. You can use shortcode to change the width & height by setting the captionwidth & captionheight shortcodes (http://www.shooflysolutions.com/shortcodes/)
or you can use css styles which is covered in the FAQs “How do I display the full title of my post”.
http://www.shooflysolutions.com/faq/
You should be able to change the font using something like this:
.postimage-title
{font-family: “Times New Roman”, Times, serif;
}
I enabled captcha and the bot just ate through it. I wouldn’t rely on that.
We just shut down a bot brute force attack too. Wordfence was locking out lots of failed login attempts and was notifying me (thank you, thank you!) but I had to go in and block them manually because they kept coming back after the lockout expired. Eventually I set wordfence to lockout any invalid usernames for 24 hours which gave me more time to deal with blocking them. If it hits another one of my sites I will let you know.
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] How to Remove Page Title Under the ThumbnailHi,
This is the setting.
[thumbnailgrid showcaption=FALSE]
check out the support page http://www.shooflysolutions.com/shortcodes/
Thank you!
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] How to add more info to titleHello,
There is nothing native to the plugin that does this.
Forum: Plugins
In reply to: [WP eCommerce] Can the add to cart page go to the shopping cartThat worked. I had to enable “Fancy purchase notifications”. I’m not sure what that is, but the client is happy.
Forum: Plugins
In reply to: [Theme Check] sanitization callback – what am I doing wrong?Excellent. Thank you!
Forum: Plugins
In reply to: [Theme Check] sanitization callback – what am I doing wrong?The default text has a semi-colon and an @ sign in it. In other words, a @copy; copyright symbol. If I remove this, it passes the theme check. esc_html still gives me an error.
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] Custom post types not displayingHi Peter, could you check your posts and make sure that the featured image is there? Also, let me know which theme you are using.
Thanks.
You should be able to do this using the filters and writing your own extension.