test
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • davilico Friend
    #192680

    This is my test website http://www.ges-integra.com/blanca

    We want to link the content slider tabs images to external links. in hatabs position

    If we make a link in intro text, then no link is show in content slider.. intro text.. only plain text.

    Can you help us?

    Thanks.

    Ninja Lead Moderator
    #514262

    JA Content Slider module is supporting linked image to detail article, if you want to customize it link to external you can change from php file

    Open modules/mod_jacontentslider/helper.php file and find function getListContent($catid, $params)

    Line 484:

    $data[$i]->image = modJacontentsliderHelper::renderImage($row->title, $data[$i]->link, $image, $params, $params->get('iwidth'), $params->get('iheight'));

    an customize linked images with my red mark

    davilico Friend
    #514972

    <em>@Ninja Lead 400475 wrote:</em><blockquote>JA Content Slider module is supporting linked image to detail article, if you want to customize it link to external you can change from php file

    Open modules/mod_jacontentslider/helper.php file and find function getListContent($catid, $params)

    Line 484:

    $data[$i]->image = modJacontentsliderHelper::renderImage($row->title, $data[$i]->link, $image, $params, $params->get('iwidth'), $params->get('iheight'));

    an customize linked images with my red mark</blockquote>

    Is this valid to different links, one per image showing in content slide ?

    Ninja Lead Moderator
    #515063

    <em>@davilico 401390 wrote:</em><blockquote>Is this valid to different links, one per image showing in content slide ?</blockquote>

    Yes, my solution will do that.

    davilico Friend
    #515210

    <em>@Ninja Lead 401503 wrote:</em><blockquote>Yes, my solution will do that.</blockquote>

    But we don’t know how to do it. with several images and links .. can you make an example?

    Thanks.

    Ninja Lead Moderator
    #515320

    This is custom work and you need to have knowledge about PHP code. I recommend you to hire a developer to get it done for you. Heavy customization like this is out of JA support scope.

    What I can suggest you is:

    + Create external link array to match with get data from Articles

    + Apply external link array with my above suggestionhere.

    davilico Friend
    #515882

    Thanks.

    And two more things:

    Left modules dissapear when clinking in content in slideshow modules.

    And the other when we click on the left modules, how can we delete the word articulos( articles) at the begining?

    Is it possible to view this modules when clinking on linked pictures on them eg: the one below Colegio Blanca de Castilla left module ?

    Ninja Lead Moderator
    #515952

    I’m not sure what you are implying. Just for better clarification, please include an illustrated screenshot of what you are trying to achieve. It would help to understand the issue and give you specific answers.

    davilico Friend
    #516255

    <em>@Ninja Lead 402626 wrote:</em><blockquote>I’m not sure what you are implying. Just for better clarification, please include an illustrated screenshot of what you are trying to achieve. It would help to understand the issue and give you specific answers.</blockquote>

    And two more things:

    Left modules dissapear when clinking in content in slideshow modules.

    And the other when we click on the left modules, how can we delete the word articulos( articles) at the begining?

    Is it possible to view this modules when clinking on linked pictures on them eg: the one below Colegio Blanca de Castilla left module ?


    1. slideshow1
    2. slideshow2
    3. left2
    4. left1
    Ninja Lead Moderator
    #516385

    >>>Left modules dissapear when clinking in content in slideshow modules.<<<
    A: Yes, you can do that by

    + All modules: GALERÍA DE IMÁGENES, DESTACADOS, INNOVACIÓN EDUCATIVA set to show on HOME page, see the screenshot

    >>>how can we delete the word articulos( articles) at the begining?<<<
    A: Yes, you can change it from default.php code of com_content in JA Travel template

    Open templates/ja_travel/html/com_content/article/default.php file

    Change

    <?php if ($this->params->get('show_page_heading', 1)) : ?>
    To

    <?php if ($this->params->get('show_page_heading')) : ?>

    Don’t forget to clear cache after changing


    1. select_show_home_page
Viewing 10 posts - 1 through 10 (of 10 total)

This topic contains 10 replies, has 2 voices, and was last updated by  Ninja Lead 10 years, 11 months ago.

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