test
Viewing 15 posts - 16 through 30 (of 35 total)
  • Author
    Posts
  • himangi Friend
    #401128

    Hi,

    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.

    dieudonne Friend
    #401139

    Thank 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 Friend
    #401144

    Hi,

    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 Friend
    #401148

    I’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)


    1. roll-over
    himangi Friend
    #401151

    Hi,

    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..;}

    dieudonne Friend
    #401171

    Thanks 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 Friend
    #401232

    Hello 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. images.rar
    dieudonne Friend
    #401268

    Excellent !
    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 Friend
    #401415

    Hi,

    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.

    dieudonne Friend
    #401798

    Ok,
    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 Friend
    #402264

    HI 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 Friend
    #403386

    Hi 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

    dieudonne Friend
    #403402

    Excellent.
    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) ?


    1. 2011-07-28-09h31_45
    2. 2011-07-28-09h35_30
    chavan Friend
    #403407

    Hello 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 Friend
    #403414

    OK, 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 ?


    1. 2011-07-28-10h51_13
    2. 2011-07-28-11h02_30
Viewing 15 posts - 16 through 30 (of 35 total)

This topic contains 35 replies, has 3 voices, and was last updated by  himangi 13 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum