-
AuthorPosts
-
Aratype Friend
Aratype
- Join date:
- August 2007
- Posts:
- 797
- Downloads:
- 41
- Uploads:
- 60
- Thanks:
- 194
- Thanked:
- 98 times in 6 posts
October 30, 2011 at 11:51 am #170197I still have 2 open questions regarding the text in contentslider:
1. where is these “…” I want to have the control over this introductory text as I have to put more lines probably…
These “…” are not necessarily good as we have read more… :-))
2. the vertical space is too big… How to reduce it…
Thanking you in advance
Aratype
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
October 30, 2011 at 12:37 pm #422429Post your site url to check this.
Aratype FriendAratype
- Join date:
- August 2007
- Posts:
- 797
- Downloads:
- 41
- Uploads:
- 60
- Thanks:
- 194
- Thanked:
- 98 times in 6 posts
October 30, 2011 at 1:02 pm #422430Sorry. I took the image from your site: http://www.joomlart.com/demo/#joomla17-templates.joomlart.com/ja_erio
and my question apply to your demo site. I put orange lines in the location of my questions..
Anyway, my site: http://www.aratypo.net/joomla
Thanking you in advance
Aratype
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
October 30, 2011 at 6:13 pm #422446that is a content slider Module. you can change it in this file : templatesja_eriohtmlmod_ja_contentslidedefault.php
Note: If you Find my Post useful please click on the Thanks Icon
Aratype FriendAratype
- Join date:
- August 2007
- Posts:
- 797
- Downloads:
- 41
- Uploads:
- 60
- Thanks:
- 194
- Thanked:
- 98 times in 6 posts
October 30, 2011 at 7:39 pm #422454Thank you, I know that… However I do not think that these controls are in the code of this file!
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
October 31, 2011 at 3:03 am #4224811. To Increase the character there , do the following
Go to this file: templatesja_eriohtmlmod_ja_contentslidedefault.php
Find this code and replce it
<?php echo ( $params->get('numchar') ) ? $contn->introtext1 : $contn->introtext; ?>
With
<?php echo substr(strip_tags($contn->fulltext),0,100); ?>
you may increase the 100 in the above code to increase your content characters.
2. Go to Admin -> Extension -> Module Manager -> From our Journal -> Parameters Column -> set “Module Class Suffix” to ” jour”
Please leave space before jour , like this ” jour” save it.
Then go to this File /plugins/system/jat3/base-themes/default/css/template.css
Add this code
.jour {
margin-bottom: 0 !important;}
you increase as you like in the above code.
Note: If you Find my Post useful please click on the Thanks Icon
1 user says Thank You to chavan for this useful post
Aratype FriendAratype
- Join date:
- August 2007
- Posts:
- 797
- Downloads:
- 41
- Uploads:
- 60
- Thanks:
- 194
- Thanked:
- 98 times in 6 posts
October 31, 2011 at 7:40 am #422508Thank you!
1.
I replaced the code and put it to 200… All the text disappeared ! see http://www.targamat.com/aratypo/Update: I tried to modify the parameters inside the module also… I put 500 characters and introduced only 200 in the intro text… However the text direction still LtR and I need to change it to RtL somewhere… I have the final point in the right side and also these 3 points “…” !!!
2.
It works fine… Thank youRem. : I put “Read more” option on “Hide” position…
Aratype FriendAratype
- Join date:
- August 2007
- Posts:
- 797
- Downloads:
- 41
- Uploads:
- 60
- Thanks:
- 194
- Thanked:
- 98 times in 6 posts
November 1, 2011 at 7:42 am #422738I answered partially to my question:
To have RtL in the text:
/* Content Slider Center */
.ja-contentslider-center {
margin: 0;
padding: 0;
float: none;
width: 940px !important;
direction: rtl;
}However, I still need to know how to get ride off from this “…” in the end of the text…
-
AuthorPosts
This topic contains 8 replies, has 2 voices, and was last updated by Aratype 13 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum