Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • ok, so its no way an official way to do it. Its just a jquery code i made to get around this, until the developers fully support this option.
    Hope it helps!

    jQuery(document).ready(function() {
    	jQuery("#slider a img").each(function (i) {
    	  jQuery(this).parent().attr('target','_blank');
    	});
    });
    Forum: Plugins
    In reply to: Delete Post Link

    ok, i was able to solve this. It had nothing to do with the code here, but i had disabled user from wp-admin and thus they couldn’t execute this link. Thanks anyway.

    By the way, I wasn’t able to implement the alert messages before deleting.

    Forum: Plugins
    In reply to: Delete Post Link

    Im having trouble with both these functions. When using an admin user, no problem. But when i try to delete using an author user (a post that user created), y receive a wordpress ‘error’ message

Viewing 3 replies - 1 through 3 (of 3 total)