Hello,
there is image 36x36 used in the widget Corona Latest.
Is it possible to set using of larger picture - 80x80 ?
thanks...
Image in Widget Corona Latest News
10 posts from 5 voices-
Posted 1 year ago #
-
Hey,
yes - You can change the tjhumb dimensions in functions.php - afterwards regenerate all thumbnails with: http://wordpress.org/extend/plugins/regenerate-thumbnails/Then add following code to css/custom.css:
.news-thumb { height: 80px; width: 80px; }Posted 1 year ago # -
as a note ... 80x80px images are already generated by Corona, ~ line 90 at functions.php. I think all you need is to call 'thumbnail' size at framework/php/class-framework-widgets.php around line 893 for Avia combo widget
$image = avia_image_by_id($slides[0]['slideshow_image'], 'thumbnail', 'image');
and around line 364 for avia latest newsPosted 1 year ago # -
...and add the css I posted above :)
Posted 1 year ago # -
Thanks guys !
Also it was needed to change.news-thumb img {
width: 80px;
height: 80px;
}I love WP :-))
Posted 1 year ago # -
Glad that it worked :)
Posted 1 year ago # -
How would I remove the image altogether?
Posted 1 year ago # -
Hi isiwebsolutions,
You can add the following to your Quick CSS or custom.css:
.news-thumb {
display: none;
}Posted 1 year ago # -
Perfect, thanks for your help
Posted 1 year ago # -
Hi!
Great :)
Regards,
PeterPosted 1 year ago #
Topic Closed
This topic has been closed to new replies.














