Hello,
Please open the
templateDetails.xml file and please change the following fragment:
- Code: Select all
<field name="fb_like_layout" type="list" default="standard" label="TPL_GK_LANG_FB_LIKE_LAYOUT" description="TPL_GK_LANG_FB_LIKE_LAYOUT_DESC">
<option value="standard">standard</option>
<option value="button_count">button_count</option>
<option value="box_count">box_count</option>
</field>
to:
- Code: Select all
<field name="fb_like_layout" type="list" default="standard" label="TPL_GK_LANG_FB_LIKE_LAYOUT" description="TPL_GK_LANG_FB_LIKE_LAYOUT_DESC">
<option value="standard">standard</option>
<option value="button_count">button_count</option>
<option value="box_count">box_count</option>
<option value="button">button</option>
</field>
and then please open the template options and please change the button layout under the Social API settings to "button".