-
AuthorPosts
-
nicely Friend
nicely
- Join date:
- July 2008
- Posts:
- 66
- Downloads:
- 51
- Uploads:
- 6
- Thanks:
- 24
- Thanked:
- 1 times in 1 posts
July 3, 2013 at 4:36 pm #188671I’m using quite a few JA Side News modules in a Mero site, but they don’t seem to accept text formatting. Is there a way to enable this?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
July 3, 2013 at 5:12 pm #497864So that I can take a look and try to assist, please provide the url of the site you’re working on
nicely Friendnicely
- Join date:
- July 2008
- Posts:
- 66
- Downloads:
- 51
- Uploads:
- 6
- Thanks:
- 24
- Thanked:
- 1 times in 1 posts
July 3, 2013 at 5:17 pm #497866It’s a passworded development site, so I’ll PM the details to you 🙂
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 5, 2013 at 4:08 am #498033<em>@nicely 379252 wrote:</em><blockquote>It’s a passworded development site, so I’ll PM the details to you :)</blockquote>
You can give me an screenshot of the problem and url of your site here, I shall check it for you.
nicely Friendnicely
- Join date:
- July 2008
- Posts:
- 66
- Downloads:
- 51
- Uploads:
- 6
- Thanks:
- 24
- Thanked:
- 1 times in 1 posts
July 5, 2013 at 9:32 am #498079Here’s a sample showing the exact problem with formatting (or lack of)
I cannot post the site link here as a login is required to view it. Shall I PM it to you?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 8, 2013 at 3:53 am #498213Yes, you can pm me URL of your site and login access info. Maybe I would suggest better solution then
nicely Friendnicely
- Join date:
- July 2008
- Posts:
- 66
- Downloads:
- 51
- Uploads:
- 6
- Thanks:
- 24
- Thanked:
- 1 times in 1 posts
July 8, 2013 at 8:33 am #498248I’ve sent a PM 🙂
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 8, 2013 at 3:06 pm #498295<em>@nicely 379759 wrote:</em><blockquote>I’ve sent a PM :)</blockquote>
I’m afraid I’m not quite getting what you are mentioning above. Right now its difficult to guess the issue and give solution to you. It would be awesome if you can possibly include a screenshot and description on that particular screenshot on what you would like to do. It would help to understand the issue and give you specific answers.nicely Friendnicely
- Join date:
- July 2008
- Posts:
- 66
- Downloads:
- 51
- Uploads:
- 6
- Thanks:
- 24
- Thanked:
- 1 times in 1 posts
July 18, 2013 at 9:58 am #499447Sorry for the delay replying. I didn’t receive a notification.
OK. The JA Side News module displays articles and/or an image in sections. The article is formatted with line break, bold text, underlined text, etc. The problem is that the text that displays in the module is stripped of all that formatting.
Here’s two screen shots. The first shows the article as it is formatted, the second shows how it appears in JA Side News.
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 19, 2013 at 9:08 am #499585In JA SideNews module, we customize the way content displays and it drops all html format of content. But if you don’t want to do this you can fix it with my below solution
+ Open templates/ja_mero/html/mod_jasidenews/default.php file
From
<?php if ($descMaxChars!=0) : ?>
<?php echo $helper->trimString( strip_tags($item->introtext), $descMaxChars); ?>
<?php endif;?>
change to
<?php if ($descMaxChars!=0) : ?>
<?php echo $helper->trimString( $item->introtext, $descMaxChars); ?>
<?php endif;?>
+ Open modules/mod_jasidenews/helper.php file
Line 575 remove this script
from
$subject = strip_tags($subject);
change to
//$subject = strip_tags($subject);
nicely Friendnicely
- Join date:
- July 2008
- Posts:
- 66
- Downloads:
- 51
- Uploads:
- 6
- Thanks:
- 24
- Thanked:
- 1 times in 1 posts
July 22, 2013 at 1:47 pm #499801Thanks. Made those changes, but still no difference.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
nicely Friendnicely
- Join date:
- July 2008
- Posts:
- 66
- Downloads:
- 51
- Uploads:
- 6
- Thanks:
- 24
- Thanked:
- 1 times in 1 posts
July 23, 2013 at 9:49 am #499888You have PM 🙂
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 23, 2013 at 10:52 am #499902<em>@nicely 381854 wrote:</em><blockquote>You have PM :)</blockquote>
Because JA SlideNews Module on your site is appearing with Layout Style is Slide New, i have fixed as the same here
on templates/ja_mero/html/mod_jasidenews/sidenews_content.php filePlease check it again let me know if it helps
-
AuthorPosts
Viewing 15 posts - 1 through 15 (of 15 total)This topic contains 15 replies, has 3 voices, and was last updated by nicely 11 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum