- This topic has 5 replies, 2 voices, and was last updated 4 years, 9 months ago by
Support Team.
- AuthorPosts
- June 29, 2018 at 1:22 am #7285
@gmail.com
ParticipantI have to disable plugin to be able to upload images to my wordpress site after latest update.
June 29, 2018 at 5:35 am #7286Support Team
KeymasterHello @gamil-com,
When we checked the latest version of the WP Travel plugin for the issue, we were unable to find such issue.
So please can you provide your login credential in the email address give below so that we can inspect further and help you.
Thank you.
Regards!!
June 29, 2018 at 11:15 am #7300Support Team
KeymasterHello @gmail-com,
When we inspected your site backed from the login detail you have provided, we were not able to find the issue you mentioned. The images do not generate the issues when uploading in post,pages, Trips even with the activation of the plugin.
So can you please provide the precise steps on how you actually generate the issue?
Thank you.
Waiting for the response 🙂 .
August 9, 2018 at 11:48 pm #7711@gmail.com
Participantsorry for the later replay the issue still continues. i have to disable plugin to upload images or they just appear as blank. and now that i have updated to last version. i cant add different pricing options. everytime i save it says my session expired and asks me to login in back to wordpress
August 10, 2018 at 12:25 am #7712@gmail.com
Participanti have solved the issue adding this code to my theme
add_filter( ‘wp_image_editors’, ‘change_graphic_lib’ );
function change_graphic_lib($array) {
return array( ‘WP_Image_Editor_GD’, ‘WP_Image_Editor_Imagick’ );
}This code should be added in the functions.php file inside the theme folder
August 10, 2018 at 4:14 am #7713Support Team
KeymasterHello @gmail-com,
Glad that you figured out the issue by yourself.
If you have any issues further, please let us know.
Thank you.
Regards!!
- AuthorPosts
- The forum ‘WP Travel’ is closed to new topics and replies.