Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ajay

    (@ajay)

    Hi,

    There is a bug in the saving of the location of the default thumbnail. I’m incorporating the fix in the next version of the plugin coming out soon.

    If you want to fix this, asap, please find and replace this line in admin/admin.php:

    $tptn_settings['thumb_default'] = ( ( '' == $_POST['thumb_default'] ) || ( '\/default.png' == $_POST['thumb_default'] ) ) ? $tptn_url . '/default.png' : $_POST['thumb_default'];

    Also, for your default thumbnail, you should save it outside the top-10 folder. Any future updates of the plugin would overwrite this.

    I recommend saving it in /wp-content/uploads/

    Thread Starter TheCrambler

    (@thecrambler)

    That worked perfectly! I swapped that line out in my admin/admin.php file and then I also changed the location of where I was saving the default logo that I wanted. Thanks so much Ajay!

    Plugin Author Ajay

    (@ajay)

    You’re welcome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Default Thumbnail not updating’ is closed to new replies.