delphiman
Forum Replies Created
-
Forum: Plugins
In reply to: [Alphabetic Pagination] Problem with Post Titles Beginning with a NumberI am second to this feature too. PLease have it in next release. Thanks
Forum: Plugins
In reply to: [Page Restrict] Warning: Creating default object from empty value inI have exactly the same issue
Forum: Plugins
In reply to: [Infinite-Scroll] Unable to upload Feature Image!Forum: Plugins
In reply to: [Infinite-Scroll] conflict with media libraryForum: Plugins
In reply to: [Infinite-Scroll] Conflict with uploading imageOkay, after 4 hours searching and searching and ..no answer anywhere
But I think I solved this problem. I am still not sure why this line of code solved the problem. But it did
So here is how I solved it:
Open file admin.php in folder infinite-scroll/includes/admin.php
Find this: add_filter( ‘get_media_item_args’, array( &$this, ‘send_to_editor’), 10, 1);
Around line 24, then either delete that line or comment it out. Upload the file back to your server, then test your upload again. It should be working.
Again, I am not sure why this line of code solved the problem and I do not know the implication of this line to the whole site, but so far I have not seen any side effect yet.
Forum: Plugins
In reply to: [Infinite-Scroll] conflict with media libraryI am having exact issue. Any help please?
Found the solution:
Just add
<?php if(is_home() ) {
//do stuff
} else {
//do stuff
} ?>
to gallery.php
Forum: Plugins
In reply to: [Plugin: Simple Facebook Connect] SFC – Publish not workingI am having the same issue. I even deactivated all of my pluggin and still no work. I am using WP 2.9.1
When I click on button Post to Facebook, nothing happended