Viewing 16 replies (of 16 total)
  • Plugin Author Praveen Rajan

    (@praveen-rajan)

    Hi,

    In order to get past the 2MB file upload limit you can use the PHP options below:

    ini_set('meemory_limit', '10M');
    ini_set('post_max_size', '10M');
    ini_set('upload_max_filesize', '10M');

    Regarding the title not been shown in page content, please download a fresh copy of plugin from wordpress.

    Thanks,
    Praveen

Viewing 16 replies (of 16 total)
  • The topic ‘[Plugin: Attachment File Icons (AF Icons)] Plugin breaks images inside posts’ is closed to new replies.