"Be the firts of your friends" shows IN image

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Sat Jun 28, 2014 11:58 am
Reply with quote
Report this post
After I disabled the counter of Facebook on the templates-tab "Social API" the text "Wees de eerste van je vrienden die dit leuk vindt." (Be the first of your friends...) is showing in the image that's is next to the Facebook-button instead of under the button.
http://regiogorinchem.nl/gorinchem/179-hawaii-party-voor-jonge-meiden

How can the text be placed under the button?
User avatar
Expert Boarder

GK User
Sun Jun 29, 2014 2:13 pm
Reply with quote
Report this post
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".
User avatar
Administrator

GK User
Sun Jul 06, 2014 9:46 am
Reply with quote
Report this post
The text doesn't show at all this way but that's even better... THX
User avatar
Expert Boarder


cron