Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • vasilisd Friend
    #164754

    i am building a website using ja teline iv with Greek Language and the 2 problems that i have is that when i try to put an article on fb i get only the title and not the picture or the content, it looks to load in the begging but disappear.
    the second problem that i have is that i get a �… on the end of the articles.

    can anyone please help me?

    Regards,
    Vasilis

    kshama_k Friend
    #394477
    vasilisd Friend
    #394571

    <em>@kshama_k 244613 wrote:</em><blockquote>hi

    please send me your admin access on http://support.joomlart.com/index.php?/Tickets/Ticket/View/73864</blockquote>

    did you get it?

    kshama_k Friend
    #394625

    hi

    i didnt get your admin access please send me on http://support.joomlart.com/index.ph…ket/View/73864

    vasilisd Friend
    #394981

    <em>@kshama_k 244797 wrote:</em><blockquote>hi

    i didnt get your admin access please send me on http://support.joomlart.com/index.ph…ket/View/73864</blockquote>

    done please update me

    vasilisd Friend
    #395344

    any news? it has been 7 days and i dont have any news?
    can you please update me with what is going on? ITS CRITICAL!!!

    TomC Moderator
    #395345

    <em>@vasilisd 245738 wrote:</em><blockquote>any news? it has been 7 days and i dont have any news?
    can you please update me with what is going on? ITS CRITICAL!!!</blockquote>

    Make sure you submit a Support Ticket as well … this allows the entire Support Team to be able to try to assist you.

    EDIT:
    Oh, I see you did already. I will follow-up with the Support Team for an update.

    vasilisd Friend
    #395347

    <em>@tcraw1010 245739 wrote:</em><blockquote>Make sure you submit a Support Ticket as well … this allows the entire Support Team to be able to try to assist you.

    EDIT:
    Oh, I see you did already. I will follow-up with the Support Team for an update.</blockquote>

    thanks a lot tcraw1010

    thangnn1510 Friend
    #395424

    Hi Vasilisd!

    I’m checking the bug with strange sign for you. Regarding your bug with facebook, please follow this article:

    http://www.ehow.com/how_4938148_thumbnail-show-up-facebook-share.html

    That will help you to show thumbnail when sharing an article to facebook.

    kshama_k Friend
    #395479

    hi

    I checked your site but i saw all fb articles work correctly ,I attached a screenshot please see it.
    and please update me a screenshot of fb artical where you have exactly problem.
    and if you are using any special character and its not support to the template then � was display,
    is your site work correctly on default JA template.


    1. Screenshot-6
    2. Screenshot-7
    vasilisd Friend
    #395584

    the language that i use is the Greek so there i have the problem as you can see.
    the funny thing is that i have that problem only in the frontpage and not on other pages.
    the fb problem please see the screenshot


    1. fbproblem
    vasilisd Friend
    #395586

    <em>@thangnn1510 245845 wrote:</em><blockquote>Hi Vasilisd!

    I’m checking the bug with strange sign for you. Regarding your bug with facebook, please follow this article:

    http://www.ehow.com/how_4938148_thumbnail-show-up-facebook-share.html

    That will help you to show thumbnail when sharing an article to facebook.</blockquote>

    nice article but…. the fb article sould load the pictures that is inside the article.
    i didnt have that problem on other pages but not with joomlart templates.
    sorry that i am asking but i supose to give the page to the customer 2 days ago and i didnt because of these 2 problems.

    Regards,
    Vasilis

    thangnn1510 Friend
    #395631

    Hi Vasilisd!

    I have fixed the bug for you by changing code in

    * News FP module:

    – Open helper.php in modules/mod_janews_fp/helpers and edit this code line 285:

    $row->introtext1 = SmartTrim::trim ( $row->introtext, 0, $maxchars );

    – Change to:

    $row->introtext1 = SmartTrim::trim ( $row->introtext, 0, $maxchars );
    $whitepos = strrpos($row->introtext1, " ");
    $row->introtext1 = substr($row->introtext1, 0, $whitepos)."...";

    * News pro:

    – Open helper.php in modules/mod_janewspro/helpers and change this code line 415:

    $row->introtext1 = SmartTrim::trim ( $row->introtext, 0, $maxchars );

    – Change to:

    $row->introtext1 = SmartTrim::trim ( $row->introtext, 0, $maxchars );
    $whitepos = strrpos($row->introtext1, " ");
    $row->introtext1 = substr($row->introtext1, 0, $whitepos)."...";

    Hope this helps.

Viewing 13 posts - 1 through 13 (of 13 total)

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

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