- This topic has 3 replies, 2 voices, and was last updated 4 years, 7 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in and have valid license to reply to this topic.
NooTheme Premium WordPress Theme › Forums › Palazzo › want to change property images default size
Hi Team,
I want to change property "rp-thumbnail" images default size. Currently image is 370*250.
And i need to change to 370*207.
Please check attachment
Dear, if you want change image size of property form 370x250 to 370x207, please switch your site to use Palazzo child theme, then add custom code in file functions.php in child theme
add_action('init', function(){
add_image_size('noo-thumbnail-370x250', 370, 207, true);
},99);
After add custom code, please intall and active plugin 'Regenerate Thumbnails' to regenerate thumbnail on your site again.
best regards.
Dear, if you don't use child theme, the custom code will lose when you update theme or plugin, the code to edit in file 'wp-content/plugins/noo-palazzo-framework/includes/realty-portal/functions-realty-portal.php' line #21. After change code, please use plugin to regerate thumbnail again.
best regards.
You must be logged in and have valid license to reply to this topic.