Image of print button disappears after update plugin.
-
Dear support team,
After update plugin to least version (3.12.2) I got broken image for print button. After investigate the problem, I saw in filepf.php
on row 1178 value of this variable –$this->options['custom_button_icon']
is icons/printfriendly-icon-md.png
In combination withesc_url($this->options['custom_button_icon'])
the src of image tag ishttps://icons/printfriendly-icon-md.png
. Also in database table options I sawcustom_button_icon => icons/printfriendly-icon-md.png
. In this case you can fix this problem –plugins_url($this->options['custom_button_icon'], __FILE__)
. Also I have no exist folder icons and file printfriendly-icon-md.png doesn’t exist.
- The topic ‘Image of print button disappears after update plugin.’ is closed to new replies.