-
AuthorPosts
-
himangi Friend
himangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
July 14, 2011 at 10:51 am #401128Hi,
1. The current plugin uses a FB API so the text cannot be changed. But the FB developer references explain how to use the FB buttons in different languages.. You can check http://developers.facebook.com/docs/reference/plugins/like/ and http://developers.facebook.com/docs/reference/plugins/send/ depending on the button you are using. But this you will have to do manually as our current plugin do not have the language change feature.
2. I have added more styling for aligning the JA social and Pdf, email etc button vertically. Please check the styling in template.css and make further changes if needed.
1 user says Thank You to himangi for this useful post
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
July 14, 2011 at 11:36 am #401139Thank you very much for the modifications.
And ‘ll check the FB developper references for the text’s translation.A last question : is this possible to have a rollover on the print et email icon ?
Thank in advance.
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
July 14, 2011 at 11:50 am #401144Hi,
I didnt get what exactly you mean by rollover. Have you seen the same function on any other site where I can check it and see if I can help with that?
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
July 14, 2011 at 12:01 pm #401148I’m just wondering if is it possible to have a css properties to have a rollover for the print icon ?
Example in the screenshot :
step 1 & step 2 (when the mouse is over the icon)
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
July 14, 2011 at 12:28 pm #401151Hi,
Yes you can do this by giving different images to an <a …. tag. For example say you have some link like <a href=”url” class=”testlink”> then you can specify styling for normal / normal image like a.testlink{background: imagepath..; } and for mouseover you can use something like a.testlink:hover {background:imagepath2..;}
1 user says Thank You to himangi for this useful post
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
July 14, 2011 at 2:17 pm #401171Thanks for the tip,
but sorry I don’t find in which files the print icon (and mail icon) is loaded (to change the css and add the <a tag)…?
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
July 15, 2011 at 4:37 am #401232Hello dieudonne,
Please follow these steps to have a rollover for the print icon & the email icon :
– Copy image files to templates/ja_teline_iv/images/ (attached file)
– Add css properties to templates/ja_teline_iv/css/template.css
ul.actions li.email-icon, ul.actions li.print-icon { display:block; float:left; padding:8px 0 0 8px; }
ul.actions li.email-icon a{ background: url(../images/emailButton.png) 0 0 no-repeat; display:block; width:20px; height:20px; }
ul.actions li.email-icon a:hover{ background: url(../images/emailButton-over.png) 0 0 no-repeat; }
ul.actions li.print-icon a{ background: url(../images/printButton.png) 0 0 no-repeat; display:block; width:20px; height:20px; }
ul.actions li.print-icon a:hover{ background: url(../images/printButton-over.png) 0 0 no-repeat; }
ul.actions li.email-icon img, ul.actions li.print-icon img { visibility:hidden }
Hope this works for your site, please let me know if have any problem.
Regards,
1 user says Thank You to chavan for this useful post
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
July 15, 2011 at 8:41 am #401268Excellent !
It’s working and looks great.Thanks you very much for you help. 🙂
So any news about the bug (position after the content) ?
I don’t have access to have a look :<em>@himangi 253046 wrote:</em><blockquote>I check the Ja Social system plugin and it seems it’s a bug in the latest version, in previous version positioning was working fine. I have reported it as a bug. You can keep checking the bug resolving status at http://pm.joomlart.com/browse/JATCTELINEIV-257</blockquote>
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
July 16, 2011 at 10:55 am #401415Hi,
I see the issue has been resolved but not sure when it will be released. Today the developer was on weekly off so I will get back to you on this on monday.
The issue has been raised for Joomla1.6 plugin at http://pm.joomlart.com/browse/JATCTELINEIVJ16-134 and it is reopened now. The developer has estimated release of the fixed plugin after next 2 days. Please keep checking the link given for the issue status.
1 user says Thank You to himangi for this useful post
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
July 19, 2011 at 7:50 am #401798Ok,
I’ll close the ticket “TRU-502-17727”. And waiting for the bug fix.And for the “share” text of the facebook button, I really tried, but I still have not found a solution.
And it no longer corresponds to this thread, I will open a new thread in the forum “JA Social”.Thanks for your help 🙂
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
July 21, 2011 at 9:40 am #402264HI dieudonne,
I am sorry for the inconvenience! There was some misunderstanding between the JA dev and myself. There are still 3 bugs to be resolved and we will release the plugin once all of them are fixed.
I am not closing your ticket related to this issue until your issue gets resolved.
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
July 28, 2011 at 6:36 am #403386Hi again,
The JA Social system plugin has been released with big fixes yesterday. Please download it from http://www.joomlart.com/forums/downloads.php?do=cat&id=20395
1 user says Thank You to himangi for this useful post
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
July 28, 2011 at 7:37 am #403402Excellent.
Thank you very much.
Now, this is the facebook button, with recommend or like button. It’s better.But… is it possible to have the button in one line (like before) ?
-
chavan Friend
chavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
July 28, 2011 at 8:34 am #403407Hello dieudonne,
Please open templates/ja_teline_iv/css/template.css and add css line as below to have the button in one line
.ja_socialbeforecontent { float:right; height:34px; overflow:hidden; }
Hope this work for your site, please let me know if have any problem.
Regards,
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
July 28, 2011 at 9:04 am #403414OK, thank you.
But I just found a more simple way. Just put the 34px in parameter of the plugin JA Social : in Height (Height of Facebook like).And is it possible to remove the text (on the right of the recommend button (Be the first to recommend it to friends)) ?
I change the Weight in “Facebook Like Settings”, but it is not a very clean way.And maybe change the facebook button layout ?
Jump to forum