Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • Aratype Friend
    #170197

    I 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 Friend
    #422429

    Post your site url to check this.

    Aratype Friend
    #422430

    Sorry. 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 Friend
    #422446

    that 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 Friend
    #422454

    Thank you, I know that… However I do not think that these controls are in the code of this file!

    chavan Friend
    #422481

    1. 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

    Aratype Friend
    #422508

    Thank 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 you

    Rem. : I put “Read more” option on “Hide” position…

    Aratype Friend
    #422738

    I 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…

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

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