Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • innovationmindcenter Friend
    #206600

    Hi,

    I have hard time to display simple image in intro text in features 1 position!?

    Here is screen shot how it should be displayed on the front end of the website:

    Front end of the website screenshot:

    Just in case here is an link of the website: http://camping-belacrkva.com/sr/

    Thank you upfront


    1. Screen-Shot-2015-05-24-at-8.50.41-PM
    2. 33-at-8.54.41-PM
    Saguaros Moderator
    #571619

    Hi

    I don’t see that icon image when inspect element on the front-end of your site.

    Please try to turn off the default editor in Global Configuration in back-end of your site first and try to add that image again.

    Regards

    Saguaros Moderator
    #736665

    Hi

    I don’t see that icon image when inspect element on the front-end of your site.

    Please try to turn off the default editor in Global Configuration in back-end of your site first and try to add that image again.

    Regards

    jooservices Friend
    #571621

    Hi there
    It’s Joomla module mod_articles_category.
    You can check it with Joomla!.org or check into their code:

    // Now get the string if we allow html.
    $htmlString = JHtml::_('string.truncate', $html, $maxLength, $noSplit = true, $allowHtml = true);

    // Now get the plain text from the html string.
    $htmlStringToPtString = JHtml::_('string.truncate', $htmlString, $maxLength, $noSplit = true, $allowHtml = false);

    // If the new plain text string matches the original plain text string we are done.
    if ($ptString == $htmlStringToPtString)
    {
    return $htmlString;
    }

    Thank you,
    Viet Vu

    jooservices Friend
    #736667

    Hi there
    It’s Joomla module mod_articles_category.
    You can check it with Joomla!.org or check into their code:

    // Now get the string if we allow html.
    $htmlString = JHtml::_('string.truncate', $html, $maxLength, $noSplit = true, $allowHtml = true);

    // Now get the plain text from the html string.
    $htmlStringToPtString = JHtml::_('string.truncate', $htmlString, $maxLength, $noSplit = true, $allowHtml = false);

    // If the new plain text string matches the original plain text string we are done.
    if ($ptString == $htmlStringToPtString)
    {
    return $htmlString;
    }

    Thank you,
    Viet Vu

    innovationmindcenter Friend
    #571633

    I could find it with inspect element either. I think that Viat Vu is correct, it seems to be a code which just transferring plain text in that module. Thus, that code should be modified but I do not how and I can’t find that part of code (I tired to turn of Editor from Global Configuration but that simply do not work).

    innovationmindcenter Friend
    #736679

    I could find it with inspect element either. I think that Viat Vu is correct, it seems to be a code which just transferring plain text in that module. Thus, that code should be modified but I do not how and I can’t find that part of code (I tired to turn of Editor from Global Configuration but that simply do not work).

    innovationmindcenter Friend
    #571634

    Viet Vu,

    I think that you are correct and that is the issue. It seems that module is just transferring/allow plain text. On the other hand I tried to find code which you posted here but I couldn’t. Here is a screen shot were I tried to find that code:

    FTP location:
    /httpdocs/templates/ja_decor/html/mod_articles_category

    Which file is that: triangle.php or normal.php or another file?

    In addition, what do you think if this is the issue with Joomla itself is it worth to ask Joomla org to find solution for it? (I do not have much time to wait for their responds and solution to be made after several weeks)


    1. Screen-Shot-2015-05-25-at-9.16.43-AM
    innovationmindcenter Friend
    #736680

    Viet Vu,

    I think that you are correct and that is the issue. It seems that module is just transferring/allow plain text. On the other hand I tried to find code which you posted here but I couldn’t. Here is a screen shot were I tried to find that code:

    FTP location:
    /httpdocs/templates/ja_decor/html/mod_articles_category

    Which file is that: triangle.php or normal.php or another file?

    In addition, what do you think if this is the issue with Joomla itself is it worth to ask Joomla org to find solution for it? (I do not have much time to wait for their responds and solution to be made after several weeks)

    jooservices Friend
    #571662

    Hi there
    In basically i would suggest NOT do core hacking !

    Thank you,
    Viet Vu

    jooservices Friend
    #736708

    Hi there
    In basically i would suggest NOT do core hacking !

    Thank you,
    Viet Vu

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

This topic contains 11 replies, has 3 voices, and was last updated by  jooservices 9 years, 6 months ago.

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