Hello @mnohtm,
First of all thank you very much for trying the WP Travel plugin.
Not to set the trip column to 3 or 4 you have to activate the child theme.
You can create the child theme manually or create the child theme using the plugin below:
https://ww.wp.xz.cn/plugins/wp-child-theme-generator/
After activating the child theme in your child theme’s functions.php file paste below given code.
function wp_travel_col_per_row($row) {
return 3;
}
add_filter( 'wp_travel_itineraries_col_per_row', 'wp_travel_col_per_row' );
You can change the no as per your requirement.
Now as for the image, please try to upload the image of the same size for all the posts and after that regenerate the image using the plugin given below:
https://ww.wp.xz.cn/plugins/regenerate-thumbnails/
Also, we have set up the dedicated support forum for WP Travel Plugin for dedicated support and issues resolutions. You can post your queries for theme and plugin separately at :
http://wptravel.io/support-forum/forum/wp-travel/
Best Regards!!
Have a good day 🙂 .
Thread Starter
mnohtm
(@mnohtm)
Awesome thank you… have a great day.
Hello @mnohtm,
Glad to know that your issues have been resolved.
If you have any queries further, please feel free to write back to us.
We would also really appreciate if you could take some efforts to review our plugin at the link here :
https://ww.wp.xz.cn/support/plugin/wp-travel/reviews/
Best Regards !!
Closing due to inactivity!