Gabfire Custom Query
-
Hello I need to change the size image that is being used by the GabFire Custom Query. I have isolated where I think the change needs to be:
$c_image = $instance[‘c_image’];
if ( $c_image ) {
if ( $c_link ) { echo ‘‘; }
echo ‘<img style=”display:block;margin:0 0 7px;line-height:0″ src=”‘.$c_image.'” alt=”” />’;
if ( $c_link ) { echo ‘‘; }
}<p style=”background-color: #efefef;border:1px solid #ddd;padding:10px;”><?php _e(‘Custom query will generate thumbnails only if TimThumb is the active thumbnail script. All Gabfire themes have TimThumb option enabled by default. However, if you use WP Post Thumbnails option, then thumbnails CANNOT be generated by this widget.’,’gabfire-widget-pack’); ?></p>
The Images native size is 32px x 32px however I need this to be larger. How can I select a different image size?
Thanks
- The topic ‘Gabfire Custom Query’ is closed to new replies.