tariquesani
Forum Replies Created
-
May be I will make a separate helper plugin – it will be useful for the users of PRO version as well, see the first thread in the forum for details on the pro version
So you mean there is a need for a plugin called remove first image in post ? ??
Forum: Plugins
In reply to: [Auto Featured Image (Auto Post Thumbnail)] Work with nextgen gallery?The PRO version of the plugin was just released and it has the facility to parse nextgen gallery shortcodes. See Auto Post Thumbnail PRO at CodeCanyon https://j.mp/13dV2UL Do try out the demo
The PRO version of the plugin was just released and it has the facility. See Auto Post Thumbnail PRO at CodeCanyon https://j.mp/13dV2UL Do try out the demo
You have to understand what a plugin does before using it.
Forum: Plugins
In reply to: [Auto Featured Image (Auto Post Thumbnail)] Thumbnails size?The size of the Featured Image is determined by the Theme you are using irrespective of what size you choose. This plugin has nothing to do with that
The purpose of the plugin is to set the first image of the post as featured. If you want to show *only* featured picture then set it directly while adding the post. The functionality already exists for that
Go to the Edit Post screen. At the bottom of right hand side column you should see a box with featured image. If it is not then enable it from Screen Options
In that box is a link for “Remove Featured Image” – click on it
Forum: Plugins
In reply to: [Add From Server] Call-time pass-by-reference has been removedIn file class-add-from-server.php Line 137 is
$this->settings = new add_from_server_settings(&$this);
change to
$this->settings = new add_from_server_settings($this);
Then in file class.add-from-server-settings.php Line 4 is
function __construct($afs) {
Change to
function __construct(&$afs) {
Should be fine after that…
Works fine with 3.5
It searches for the first img tag and uses what it finds there
just regenerate the thumbnails from the plugins settings again… looks like it ran out of memory
Cool!
Good you got it fixed yourself
Marking this thread as resolved. Create new threads for new issues