Skip to main content

Documentation

IMPORTANT

This is the outdated SI-documentation which will be adapted soon. A huge part may be obsolete!

Customizing Email Logo

Customizing Email Logo

Each email notification in EasySocial will have a logo automatically. It will give a better impression of your site to the email receiver. By default EasySocial logo will be used, however, if you like to change the logo that appears in your email, you can follow the following steps.

You can find the default logo at EasySocial > Settings > Layout > General under General Features section.

Email Logo

Changing Email Logo

If you like to change this, click on Choose File button to select the new logo that you like to use. Click Save button to upload and store the changes.

Ideally, the size of the logo should be within 160px width x 40px height to avoid distorting the layout.

To change the set logo, simply click on the Choose File button again. If you like to remove the set logo, click on the Remove button appeared on top of the logo. Then, the system will fall back to the default logo.

Email Logo

Removing Email Logo

IMPORTANT:
In major version updates, you need to ensure that your customized file is up to date.

There are times where you do not want to display logo in your email. To do so, navigate to EasySocial > E-mails > Template Editor. You'll see a list of available email template for EasySocial.

Search and locate template.php file from the list and click on it. After you click on it, you'll be redirected to email template editor.

Email Logo

File Information section on the left will be displaying the necessary information about the edited file. Email Editor will be rendered on the right side.

Email Logo

Carefully search and locate the following lines of code and remove it from the template. Once you're ready, click on the Save button to store and create your template override file.

<table role="presentation" aria-hidden="true" cellspacing="0" cellpadding="0" border="0" align="center" width="100%" style="max-width: 680px;">
    <tr>
        <td style="padding: 10px 0; text-align: left">
            <img src="/<?php echo $logo;?>" aria-hidden="true" border="0" style="width: 133px; height: auto; background: #dddddd; font-family: sans-serif; font-size: 15px; line-height: 20px; color: #555555;">
        </td>
    </tr>
</table>

After a successful saving, you'll be redirected back to the list of email template. You'll see the template.php now will be marked Modified.

Email Logo

Reverting this customization also quite easy. Locate and checked the template.php file, and click on Reset To Default button. Make sure you're reverting the correct modified file as this process irreversible. Please be careful.

We use cookies
We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience. You can decide whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.