-
AuthorPosts
-
innovationmindcenter Friend
innovationmindcenter
- Join date:
- December 2014
- Posts:
- 101
- Downloads:
- 184
- Uploads:
- 13
- Thanks:
- 21
- Thanked:
- 1 times in 1 posts
May 25, 2015 at 1:58 am #206600Hi,
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
-
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 25, 2015 at 11:08 am #571619Hi
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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 25, 2015 at 11:08 am #736665Hi
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 Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
May 25, 2015 at 11:21 am #571621Hi 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 Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
May 25, 2015 at 11:21 am #736667Hi 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 Vuinnovationmindcenter Friendinnovationmindcenter
- Join date:
- December 2014
- Posts:
- 101
- Downloads:
- 184
- Uploads:
- 13
- Thanks:
- 21
- Thanked:
- 1 times in 1 posts
May 25, 2015 at 2:20 pm #571633I 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 Friendinnovationmindcenter
- Join date:
- December 2014
- Posts:
- 101
- Downloads:
- 184
- Uploads:
- 13
- Thanks:
- 21
- Thanked:
- 1 times in 1 posts
May 25, 2015 at 2:20 pm #736679I 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 Friendinnovationmindcenter
- Join date:
- December 2014
- Posts:
- 101
- Downloads:
- 184
- Uploads:
- 13
- Thanks:
- 21
- Thanked:
- 1 times in 1 posts
May 25, 2015 at 2:26 pm #571634Viet 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_categoryWhich 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)
innovationmindcenter Friendinnovationmindcenter
- Join date:
- December 2014
- Posts:
- 101
- Downloads:
- 184
- Uploads:
- 13
- Thanks:
- 21
- Thanked:
- 1 times in 1 posts
May 25, 2015 at 2:26 pm #736680Viet 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_categoryWhich 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 Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
May 25, 2015 at 4:54 pm #571662Hi there
In basically i would suggest NOT do core hacking !Thank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
May 25, 2015 at 4:54 pm #736708Hi there
In basically i would suggest NOT do core hacking !Thank you,
Viet VuAuthorPostsViewing 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
Jump to forum