Jonny Harris
Forum Replies Created
-
Forum: Plugins
In reply to: [Unsplash] Bug report: 404’s due to incorrect DIRECTORY_SEPARATORHi @bvl
This issue should be fixed in 1.0.1. Can you update and test again.
Forum: Plugins
In reply to: [Unsplash] Feature request; Multisite supportThe key generation process requires you to login in a browser to your account, so I am not sure we could automate that.
How about a custom WP CLI command, would something like that work for you?
Forum: Plugins
In reply to: [Unsplash] Settings won’t load on installThere is bug fix for this in version 1.0.1 which should come out vert soon.
Forum: Plugins
In reply to: [Unsplash] Plugin doesn’t load any imagesHello @meymigrou
I had a quick look into the issue of image not loading. Without spending more time looking at, I believe the issue is with a conflict with the WP Rocket plugin that is changing the urls of images. Example.
I will create an issue on github for this and get the develop team to look at it.
Forum: Plugins
In reply to: [Unsplash] plugin cannot finish optimizing imagesCan you provide some details, can you provide the following details.
– WordPress version
– Where is the site hosted?
– What other plugins are installed?It does sound like a conflict, this detail would really help.
Forum: Plugins
In reply to: [Unsplash] Feature request; Multisite supportHello @pers . I am leader developer on the Unsplash project and maintainer of multisite. The plugin does support multisite currently, but the API key needs to be registered on each site. The api key is linked to the domain of the site and is limited to a number of requests per hour. If you had one key for all sites on the network, then you would be limited by the requests per hour.
If you want take this risk, there is a php filter called
unsplash_api_credentials
that allows you to use one key for all sites.Forum: Reviews
In reply to: [Unsplash] Didn’t work for meA bug fix for this in works for version 1.0.1. Once this is release, can you update and test again?
I am not using WPEngine, I am using the multisite in sub domain config.
I have submitted the fix to them, up to @duosecurity to work on it now.
I had a similar issue in my multisite, using 3.8 and setup in sub domain config. The above site_url fix worked for me. Not sure why duo are using network_site_url as site_url works fine.
I have detailed my issue better on github and sent them a pull request. Hopefully Duo can merge the change…
Forum: Plugins
In reply to: [Tinypass] Pay per postI am also having the same problem. I have installed version 3.0 and there is no pay per post setting that I can see. Is this an older version of the documentation or is there a setting I have missed.
Forum: Plugins
In reply to: [Custom Post Type RSS feed] Right, plugin, but I need more info.Hello, I am the developer that wrote Custom post type rss feeds plugin. In answer to your question, you can generate a feed from a custom post type. In fact wordpress does it out of the box. However it only works if the custom post type is registered with the “has_archive” flag set to true and “public” flag set to true.
You can find out if that is the case by going to the archive page for custom post type. An example would look like
This page would list the latest book posts added to your site. To access the feed, simply add /feed to the end of the url, like so
If you are using a plugin or theme that does that registering of plugins for you, then this plugin may not work for you. This plugin is really designed for developers.
Forum: Plugins
In reply to: [Custom Post Type RSS feed] Does Not WorkThis plugin is functional and doesn’t have/nor does it require a admin menu. The plugin adds html markup to the <head> tag and links to custom post type’s feed. This plugin is not designed include custom post types in wordpress’s main feed. WordPress automatically generated RSS feed for custom post types at have the “has_archive” flag set to true. How do you register your custom post types?
Forum: Plugins
In reply to: [Custom Post Type RSS feed] custom post types do not appear in main feedThis plugin is not designed to do as you say. WordPress automatically generated RSS feed for custom post types at have the “has_archive” flag set to true. If you need this functionally, you should use another plugin