A. Jones
Forum Replies Created
-
Forum: Plugins
In reply to: [Featured Image Pro Post Grid] Broken Documentation LinksYou are welcome! Thank you so much for bringing it to my attention.
Forum: Plugins
In reply to: [Featured Image Pro Post Grid] Broken Documentation LinksThe knowledge base has been restored. It turned out to be a permalink issue.
Forum: Plugins
In reply to: [Featured Image Pro Post Grid] Broken Documentation LinksI see that all of the links from this page are indeed going to 404 pages. I will update you when this is fixed.
Forum: Plugins
In reply to: [Featured Image Pro Post Grid] Broken Documentation LinksOh no, I am so sorry that this is happening. We have been having issues with our host. I just clicked on your link and the page loaded. It looks terrible but please try again.
https://www.plugins.shooflysolutions.com/featured-image-pro/
Forum: Plugins
In reply to: [(Simply) Guest Author Name] guest author Post type?Hello,
For some reasons my notifications are turned off. I apologize for not responding sooner. The free guest author plugin does not use a post type for guest authors.
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] Your website link not workingNot sure what happened, but it is supposed to be redirecting to here: https://www.plugins.shooflysolutions.com/thumbnail-grid/
Thanks for letting me know!
You are welcome!
Hello,
The free plugin uses post meta which i I believe you can access using the Metadata API. https://codex.wordpress.org/Metadata_API
I have not tested this yet. The author name is can be retrieved from
name: sfly_guest_author_names
description: sfly_guest_author_description
email: sfly_guest_author_email
url: sfly_guest_lin
- This reply was modified 2 years, 9 months ago by A. Jones.
Are you using any kind of excerpt plugin? I am not sure that is coming from our plugin.
As long as you don’t have links in your excerpts, this should work. Warning that this will hide all links in the excerpt.
.proto_masonry_excerpt a { display:none;}
The ‘read the rest’ link is meant to link to the post, not when there is more excerpt…The code is a bit wonky (sorry)!
To remove it, you can use css:
.proto_masonry_excerpt .more-link { display:none;}
I will look into adding an option in the future!
I am very sorry. This is way way of the scope of this plugin. This plugin creates a grid of featured images.
To clarify, are you using a plugin that uses Imgur as your media library?
Let me look into it!
I did a little more research on this. Here is the plugin that I have used in the past:
https://wordpress.org/plugins/featured-image-from-url/
All you have to do is go the image on imgur, right click and copy the image address to get the URL. Best of luck.
Hello, since this plugin uses featured images from wordpress this request is outside of its scope. I was wondering if there is a plugin you can use to pull images from Imgur to your wordpress posts as featured images. I have used a couple of plugins that pull images from external links into the wordpress database.