To answer this query, I would need to know the name of the exact widget you are using and the name of the theme if you are using one of the theme widgets instead of the one built into this plugin. Thanks.
Thread Starter
Setzner
(@setsuna1337)
Thank you for the quick reply and sorry for not being more clear.
It’s the Peak charity theme and the Team widget that comes with the sample data (it’s just listed as “Team” when i add it as widget to a page)
You also show it here:
http://portfoliotheme.org/peak/home-2/
When looking at the source code in my page, it says the div class is “so-widget-mo-team so-widget-mo-team-default-d75171398898”
You will need to modify the team-shortcodes.php file and change the line number 98 to –
`mo_thumbnail(array(‘image_size’ => ‘square’, ‘image_class’ => ‘img-circle’, ‘wrapper’ => true, ‘image_alt’ => $image_alt, ‘size’ => ‘full’, ‘before_html’ => ‘‘, ‘after_html’ => ‘‘));’
and use one of the unused URLs like that of dribbble as seen in the example above. You enter a custom URL for dribbble in team member profile edit window and use the same in the mo_thumbnail() arguments. Anyway, the dribbble URL is not being used in the social profile for this theme.
Glad that worked. Pls contact us on the Peak support forum – http://support.portfoliotheme.org/forums/forum/peak-theme-support/ in case of further queries. Thanks!