By robert on Saturday, 22 March 2014
Posted in General Issues
Replies 3
Likes 0
Views 585
Votes 0
Hi
can anyone help me with the code where i can change the picture size in the search results of the blue menu bar. It is too small to be recognized.

I have attached a snapshot on what am talking about

Regards
Robert
Hello Robert,

You can find the theme files at /components/com_easysocial/themes/wireframe/search/default.item.photos.php
·
Saturday, 22 March 2014 23:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark
am i supposed to to edit this code in default.item.photos.php where there is (mr-10) to let say (mr-30). i have tried but noting is changing

<div class="es-item">
<a href="<?php echo JRoute::_( $item->link ); ?>" class="es-avatar pull-left mr-10">
<img src="<?php echo $img ?>" title="<?php echo $this->html( 'string.escape' , $item->title ); ?>" class="avatar" />
·
Sunday, 23 March 2014 16:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Robert,

You would need to add your own hacks to enlarge the img tag.
·
Sunday, 23 March 2014 21:22
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post