- Index
- » joomlamailer
- » Templates
- » Additional Icons for Social Channels
Additional Icons for Social Channels
Additional Icons for Social Channels
Hi community,
I've tried to amend one of the integrated templates and saved it as a new template in respective folder.
It's all visible in template section and also the new icons for LinkedIn and Google+ are visible.
But if I go to preview of an created email the new icons will not be shown
I placed this code below Facebook and Twitter:
<#linkedin#>
<tr>
<td valign="middle" class="" style="padding-right: 5px;padding-left: 0;padding-bottom: 10px;">
<a href="https://www.linkedin.com/company/xxxx">
<img id="linkedinIcon" border="0"
src="linkedin.png"
height="24"
width="24"
style="display:block;" />
</a>
</td>
<td valign="middle"
class="mcnFollowTextContent"
style="padding-left:0; padding-bottom:10px;">
<a href="https://www.linkedin.com/company/xxxx" target="_blank" class="sideColumnTitle editable" style="color: #AAAAAA;font-family: Georgia, Times, 'Times New Roman', serif;font-size: 10px;font-weight: normal;line-height: 100%;text-align: left;text-decoration: none;"> Auf LinkedIn folgen
</a>
</td>
</tr>
<#/linkedin#>
I do not understand why this happens as it is hardcoded.
Any suggestions from your end?
Thanks & cheers,
XLive
Re: Additional Icons for Social Channels
Hello XLive,
You have to remove the tags <#linkedin#> and <#/linkedin#>
These are only required if there would be dynamic content injected by plugins but as you are hardcoding the images you need to remove those tags. If left in place the content will be removed as there is no matching plugin available for these tags.
Regards,
Pete
- pete
-
-
- 653 Posts
- Index
- » joomlamailer
- » Templates
- » Additional Icons for Social Channels